dragonfly.git
2005-12-06 Simon SchubertUse sh to run scripts instead of relying on their ...
2005-12-06 Matthew Dillondoreti and splz were improperly requiring that the...
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-12-05 Matthew DillonAdd an option -b which dumps the clean/dirty buffer...
2005-12-05 Matthew DillonSync up misc work on the currently inactive syscall...
2005-12-05 Matthew DillonFix a bug in our RB_SCAN calls. A critical section...
2005-12-05 Sascha WildnerAnsify function definitions.
2005-12-05 Sascha Wildner- Ansify function definitions.
2005-12-05 Sascha WildnerSilence troff warning.
2005-12-05 Sascha WildnerAdd DragonFly 1.2, 1.3.6 and 1.3.7. Remove 1.2.* (those...
2005-12-05 Sascha Wildner- Ansify function definitions.
2005-12-05 Sascha WildnerUse DOSMAGIC from <sys/diskmbr.h>.
2005-12-05 Sascha Wildner- Ansify function definitions.
2005-12-05 Sascha WildnerAnsify function definitions.
2005-12-05 Sascha Wildner- Ansify function definitions.
2005-12-04 Sascha WildnerInclude <time.h> to silence some warnings.
2005-12-04 Sascha Wildner- Ansify function definitions.
2005-12-04 Matthew DillonUpdate more default cshrc/profiles with new paths.
2005-12-04 Matthew DillonRequire pkgsrc to be installed, include pkgsrc bootstra...
2005-12-04 Matthew DillonAdd /usr/pkg/[s]bin to /bin/sh's default path and login...
2005-12-04 Matthew DillonAdd support for DLink 528(T) Gigabit cards.
2005-12-03 Matthew DillonFix a bogus proc0 test that is no longer accurate....
2005-12-03 Matthew DillonReduce SCSI_DELAY in GENERIC from 15 seconds to 5 seconds.
2005-12-03 Simon SchubertUpdate to openssl-0.9.8a and regen man pages
2005-12-03 Simon SchubertUpdate our READMEs for OpenSSL
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertImport OpenSSL 0.9.8a
2005-12-03 Simon SchubertRemove some files we don't need from CVS's sources
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertRemove some files we don't need from CVS's sources
2005-12-03 Joerg SonnenbergerSet POSIX feature test macros to the correct value...
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-02 Matthew DillonFix a bug in the big tsleep/wakeup cleanup commit....
2005-12-02 Matthew Dilloncred may be NULL due to a prior error code. crhold...
2005-12-02 Matthew DillonChange the initial path from /bin:/usr/bin to /bin...
2005-12-01 Matthew DillonDo not hold the ifnet serializer when entering tsleep...
2005-12-01 Matthew DillonFor MPSAFE syscall operation, CURSIG->__cursig->issigna...
2005-12-01 Matthew DillonThe primary mbuf cluster management code needs to be...
2005-12-01 Matthew Dillontsleep_interlock() must be called prior to testing...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-30 Sascha WildnerFix comment.
2005-11-30 Sepherosa Ziehauunbreak LINT building
2005-11-30 Sascha Wildner- Fix wrong table size (which resulted in the descripti...
2005-11-30 YONETANI Tomokazuupgrade_etc: remove altqd and network scripts too,...
2005-11-29 Matthew DillonJumbo mbuf mangement's extbuf callbacks must be MPSAFE...
2005-11-29 Matthew Dillonipw (is the only driver that) needs a working interrupt...
2005-11-29 Matthew DillonProperly serialize IPW.
2005-11-29 Sascha WildnerSync zoneinfo database with tzdata2005o from elsie.
2005-11-28 Simon SchubertFix mdoc errors exising at least since the beginning...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-26 Matthew Dillontcp_syncache.cache_limit is a per-cpu limit, reserve...
2005-11-26 Sepherosa ZiehauIn unregister_int():
2005-11-25 Matthew DillonFix a mbuf statistics bug.
2005-11-25 Matthew DillonAssert that he mbuf type is correct rather then blindin...
2005-11-25 Sascha Wildner- Ansify function definitions.
2005-11-25 Sascha Wildner- Ansify function definitions.
2005-11-24 Sascha Wildner- Ansify function definitions.
2005-11-24 Matthew DillonAdd the ips driver to GENERIC.
2005-11-24 Sascha Wildner- Ansify function definitions.
2005-11-24 Sascha WildnerMove individual parameter comments into the general...
2005-11-24 Sascha Wildner- Note that 'make upgrade' not only upgrades /etc but...
2005-11-24 YONETANI TomokazuFix LINT kernel; spin_lock function definitions have...
2005-11-23 Matthew DillonFix some minor bugs in lwkt_serialize_handler*() which...
2005-11-23 Sascha WildnerRemove forgotten K&R parameter declaration.
2005-11-23 Sascha WildnerAdd an XXX comment to document that the initializations...
2005-11-23 Sascha WildnerRemove prototypes for hidden functions. We'll deal...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-11-22 Sascha WildnerMove ef.4 from sys/net/ef to share/man/man4.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonDo not try to set up hardware vectors for software...
2005-11-22 Matthew DillonDocument the fact that the vm86 instruction emulator...
2005-11-22 Matthew DillonRemove unused label.
2005-11-22 Matthew DillonAdd a sysctl and tunable kern.trap_mpsafe which allows...
2005-11-22 Matthew DillonWrap psignal() and a few other places that require...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-21 Matthew DillonFollowup to last commit, cleanup some SMP/UP conditionals.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-21 Matthew DillonStart working on making the printf() path MPSAFE, becau...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.intr_mpsafe which allows...
2005-11-21 Matthew DillonAdd a thread flag, TDF_MPSAFE, which is used during...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-21 Sepherosa ZiehauThere are two possible causes which will make vr(4...
2005-11-20 Sascha WildnerAdd XXX comments to document dubious random number...
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sepherosa ZiehauPrefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETH...
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sepherosa Ziehau- Remove unnecessary ETHER_* macros
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sascha WildnerSync with FreeBSD's rev. 1.15. This brings in documenta...
2005-11-20 Sepherosa ZiehauSync with FreeBSD dev/xe
2005-11-20 Sepherosa ZiehauANSIfy
2005-11-20 Sascha Wildner- Fix some warnings.
2005-11-20 Matthew DillonFix a bug in the last commit. The proc pointer can...
2005-11-19 Sascha Wildner- Document ttyname_r().
2005-11-19 Sascha WildnerAdd missing prototypes.
2005-11-19 Joerg SonnenbergerHonor NOFSCHG.
2005-11-19 Sascha WildnerAdd removal of etc/rc.d/network[123] to 'make upgrade'.
2005-11-19 Sascha WildnerRemove unused network[123] scripts.
2005-11-19 Sascha Wildner- Remove unused "network" and "network[123]" scripts.
2005-11-19 Sascha Wildner- Fix several compilation warnings.
next