dragonfly.git
2003-08-08 Matthew DillonKernel tree reorganization stage 2: Major cvs repositor...
2003-08-08 Matthew DillonSet _THREAD_SAFE preprocessor symbol when the -pthread...
2003-08-08 Matthew Dillonkernel tree reorganization stage 1a: remove -I- for...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-06 Robert GarrettHardwire i386 instead of using the borken machine variable
2003-08-06 Robert Garrettremove unmatched endif
2003-08-06 Robert Garrettremove reference to krb4 in sysinstalls man page
2003-08-06 Robert Garrettadd -crypto to the list of required libraries
2003-08-06 Robert GarrettUndo a local change that made it into the makefile
2003-08-06 Robert GarrettChange this back
2003-08-05 Hiten PandyaBackout my ``proc cleanup'' brain damage.
2003-08-05 Robert GarrettFix conditional that had two &&'s so that make release
2003-08-05 Hiten PandyaUm, ok. I should have slept a little more.
2003-08-05 Jeroen Ruigrok... Remove kerberosIV from the build.
2003-08-05 Jeroen Ruigrok... Clean up two lint warnings, by adding /* NOTREACHED...
2003-08-03 Matthew DillonFix a compile time error. Rename MAX to RAINMAX and...
2003-08-03 Matthew DillonExplicitly use an unsigned index for 'which' in shmsys...
2003-08-03 Matthew DillonRemove NOSECURE which no longer serves a purpose. ...
2003-08-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-08-03 Hiten PandyaDELAY() does not belong in a MD include file, instead...
2003-08-03 Hiten PandyaAdd backtrace() prototype.
2003-08-03 Hiten PandyaLINT cleanup: remove redundant ``struct proc *p'' decla...
2003-08-03 Hiten PandyaDefine HAVE_PPSRATECHECK macro, now that we have merged the
2003-08-03 Hiten PandyaLINT cleanup: fix MAX difinition.
2003-08-03 Hiten PandyaLINT cleanup: add <sys/systm.h> for printf()
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-08-01 Matthew DillonCleanup remaining tsleep priority issues.
2003-08-01 Matthew DillonFix a pointer bug introduced by syscall messaging....
2003-08-01 Robert Garrettfix ;; in /etc/rc.subr
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-08-01 Robert GarrettUpdate mtree so man pages quit complaining
2003-08-01 Robert Garrettattach rc.subr to the build
2003-08-01 Robert GarrettAdd rc.subr to our list of most informative manpages
2003-08-01 Robert GarrettUpdate rc manpage to reflect RCng
2003-08-01 Robert GarrettAdd nsswitch.conf.5 to man page build
2003-08-01 Robert Garrettupdate manpage to reflect changes in RCng
2003-08-01 Robert GarrettBring in the man page for nsswitch.conf this is part...
2003-08-01 Robert GarrettLet us not forget network.subr either
2003-08-01 Robert GarrettAdd rc.subr to /etc/Makefile this fixes a bug where
2003-07-31 Matthew DillonClear the BSS earlier in the boot sequence and clean...
2003-07-31 Hiten PandyaGet LINT to build.
2003-07-31 Hiten PandyaGeneralise, and remove SI_SUB_VINUM; use SI_SUB_RAID...
2003-07-31 Hiten PandyaLINT breakage fix, part one:
2003-07-30 Hiten Pandya - Make `vmstat -i' working after Matt's interrupt...
2003-07-30 Matthew DillonTurn off CHECK_POINTS debugging.
2003-07-30 David RhodusTry to distinguish PCS encoding error events
2003-07-30 Matthew DillonLINT synchronization, remove remaining manually defined...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 David RhodusFix CPU stats percentages formatting
2003-07-29 Matthew DillonRemove KKASSERT(p)'s, 'p' (curproc) no longer exists...
2003-07-29 David RhodusFix for trap 12 on KVA space exhaustion.
2003-07-29 Hiten PandyaConsolidate MIN() usage across kern/ tree.
2003-07-29 Hiten Pandyastyle(9) police:
2003-07-29 Hiten PandyaRemove INVARIANT_SUPPORT conditional pre-processing...
2003-07-29 Hiten PandyaNo need to comment out unused thread/proc declarations...
2003-07-29 Hiten PandyaComment out the unused proc/thread declarations.
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-29 Matthew Dillonadd missing lwkt_msg to manually specified syscall...
2003-07-29 Hiten PandyaKernel Police:
2003-07-29 Hiten PandyaKernel Police:
2003-07-29 Robert GarrettNow we can add stat to the build
2003-07-29 Robert GarrettThe code to print correct time in long format is not...
2003-07-29 Robert GarrettMake stat behave in the default case
2003-07-28 Matthew DillonFix the msgsys(), semsys(), and shmsys() syscalls which...
2003-07-28 Robert GarrettImport Stat.
2003-07-28 Robert GarrettRemove annoying calls to non existing sysctl's
2003-07-28 Hiten PandyaAssorted mdoc(7) fixes:
2003-07-28 Hiten PandyaBring us in sync with 4.8-STABLE.
2003-07-28 Robert GarrettFix mergemaster so it doesnt depend on stat
2003-07-28 Jeffrey HsuUse relative directory, rather than /sys, as base direc...
2003-07-28 Robert GarrettUpdate a case where changing the uname to DragonFly...
2003-07-28 Hiten PandyaBring the malloc/mbuf flags up-to-date with FreeBSD.
2003-07-28 Hiten PandyaDDB updates:
2003-07-28 Hiten PandyaFix building of vm_zone.c in the case of INVARIANTS.
2003-07-28 Hiten PandyaMerge from FreeBSD:
2003-07-28 Hiten PandyaOops, fix build before anyone realises. :-)
2003-07-27 Hiten Pandyamdoc(7) assorted fixes:
2003-07-27 Hiten Pandyamdoc(7) assorted fixes:
2003-07-27 David RhodusNull terminate the new argv[] array when converting...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Hiten PandyaAdd a handy macro, called FOREACH_PROC_IN_SYSTEM(p...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
next