summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document the changes in subr_sbuf.c rev. 1.2.des2001-01-281-15/+42
* Add sbuf_clear() and sbuf_overflowed().des2001-01-282-32/+57
* Document API UP1100 mainboard which is reported to work fine with FreeBSD.wilko2001-01-271-1/+58
* The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, sogallatin2001-01-272-2/+2
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-2713-13/+18
* Make an effort to actually pass the correct device to groff.des2001-01-271-13/+6
* Add a man page for the zone allocator.des2001-01-272-0/+198
* Merged from sys/isa/sio.c revision 1.320.nyan2001-01-272-298/+170
* Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byjhb2001-01-272-2/+2
* Turn DEVFS on by default.phk2001-01-272-2/+2
* Add a new ddb command 'witness_list' that lists the mutexes held byjhb2001-01-273-0/+30
* p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,peter2001-01-271-1/+1
* Bah, as my luck would have it, I had a kernel source tree in the windowpeter2001-01-271-2/+4
* Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one.peter2001-01-271-4/+2
* Make the shell handle arrow keysluigi2001-01-271-0/+1
* The magic for autodetecting the boot media does not work anymoreluigi2001-01-272-2/+2
* Add dummy -n option, for compatibility with the standard netstatluigi2001-01-271-2/+4
* Make sure we do not follow an invalid pointer in ipfw_reportluigi2001-01-271-1/+2
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-2724-448/+90
* - Back out over-aggressive locking of p->p_cred.jhb2001-01-261-12/+3
* Fix fork_exit() to take a pointer to a function that returns void as itsjhb2001-01-262-3/+3
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-263-6/+6
* Catch release notes up with security advisories 00:41, 00:76,bmah2001-01-262-6/+38
* Minor cleanups after yesterday's patch.luigi2001-01-263-27/+15
* New release notes: buildkernel uses KERNCONF, pkg_create/pkg_installbmah2001-01-262-0/+20
* Initialise proc0.p_heldmtx and proc0.p_contested and calldfr2001-01-261-2/+7
* The osfulator needs sysvipc to work. Thanks to DES's commit togallatin2001-01-261-0/+3
* s/err1/errx/.ume2001-01-261-2/+2
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-262-5/+10
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-265-2/+11
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-263-3/+420
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-262-6/+8
* correct documentation to match code.julian2001-01-261-2/+2
* Swap egress hooks for packets entering from the monitor hooks.julian2001-01-261-2/+2
* Bring dummynet in line with the code that now works in -STABLE.luigi2001-01-262-129/+164
* Bring bridging code in line with the one which works on -STABLE.luigi2001-01-261-49/+97
* Push Giant down into the trap handlers that need it, instead ofjake2001-01-263-45/+132
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andjhb2001-01-261-23/+23
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-264-8/+8
* Comment change only; s/_thread_sys_/__sys_/deischen2001-01-261-1/+1
* Fix arg countbrian2001-01-262-2/+2
* If executing the stuff from ppp.linkdown results in a state change,brian2001-01-261-4/+6
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-269-85/+258
* D'oh! Forgot to link to /dev/voodoo.cokane2001-01-261-1/+2
* Comment the interface to ether_input() and the way is normallyluigi2001-01-251-0/+9
* Print out the target device when the mount fails.bsd2001-01-251-1/+2
* Always print out the target device when the mount fails, not just onbsd2001-01-251-4/+1
* Only clear the 'free' bit if we were successful in getting a queue item off t...julian2001-01-251-2/+6
* Whitespace fix: convert code indented 6 spaces to use tabs instead.jhb2001-01-252-12/+12
* Make the "-pthread" option work again, now that libc_r has to bejdp2001-01-251-7/+4
OpenPOWER on IntegriCloud