summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFi386: curpcb is no longer null anymore, so do not test for it.peter2004-03-081-3/+1
* MFi386: set initial curpcb pcpu variable at startup time rather thanpeter2004-03-081-0/+1
* MFi386: wait for local apic to become free before using itpeter2004-03-081-4/+2
* Implemented the "getifindex" control message.ru2004-03-072-0/+17
* Make it possible for the %[eEfgG] formats to not result in an errorcperciva2004-03-071-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-0711-79/+0
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
* Don't panic on providers already withered when we wither a geom.phk2004-03-071-1/+2
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Add final version of BSD/OS, BSD/OS 5.1 ISE.wosch2004-03-071-10/+11
* Convert from timeout to callout API.kan2004-03-073-4/+5
* Convert from timeout to callout API.kan2004-03-071-4/+4
* Add manpages for the gctl API.phk2004-03-072-4/+118
* Document kernel functions securelevel_gt and securelevel_ge.josef2004-03-072-0/+73
* Restore CDIOCREADAUDIO ioctl.nyan2004-03-071-0/+9
* In the case where /etc/rc.d/ is empty, do not bogusly ask the user ifdougb2004-03-071-1/+1
* Integrate the code from pmap_pinit2() into pmap_pinit(), leavingalc2004-03-071-5/+1
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-074-8/+0
* Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE.rwatson2004-03-071-1/+1
* Remove '#include <machine/bus_pio.h>'. This is meaningless.nyan2004-03-072-2/+0
* Remove unneeded devices.nyan2004-03-072-115/+0
* Sync to 1.166 of usbdevssanpei2004-03-072-2/+16
* Add support 2 devices(USB-DVD-R drives)sanpei2004-03-072-0/+10
* Const-poison ip_stf_ttl to make it clear that the variable is notrwatson2004-03-071-1/+1
* MFi386: revisions from 1.1127 to 1.1131.nyan2004-03-071-16/+15
* Add the agp, bfe, sk and ti devices. (the agp is disabled by default).nyan2004-03-071-3/+6
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-079-280/+809
* Recognize hardlinks when reading cpio files.kientzle2004-03-071-5/+100
* Remove GIANT_REQUIRED from vunmapbuf().alc2004-03-071-2/+0
* Giant is not required for vm_thread_new_altkstack().alc2004-03-071-4/+1
* Fix markup.des2004-03-061-7/+6
* Hook logins(1) up to the build.des2004-03-061-0/+1
* Add a logins(1) utility similar to that found in SVr4 derivatives. Thisdes2004-03-063-0/+519
* Overdue reversion of revision 1.143.ru2004-03-061-2/+2
* Luigi was polled for additional documentation about polling(4).ru2004-03-061-38/+134
* Merge some fixes from NetBSD's getopt.3 v1.31:ache2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:ache2004-03-061-26/+43
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* Set MAKEOBJDIRPREFIX in the environment, like God intended. Thisru2004-03-061-3/+3
* Fix typo, was 'W'; instead of `W;'ache2004-03-061-1/+1
* Make GNU-compatible following case:ache2004-03-062-23/+27
* Assign checkmode boolean earlier to handle the goto jump.mikeh2004-03-061-1/+1
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).bde2004-03-061-16/+15
* Link in contigmalloc(9) to the build.jkoshy2004-03-061-0/+2
* Just pass -DCRT_BEGIN as an option to mkdep(1), no need to overrideru2004-03-061-1/+1
* Add a.out to CLEANFILESache2004-03-061-0/+1
* Remove the phantom 'nv' driver again.scottl2004-03-061-2/+0
* Change locale name from non-existent ASCII to en_US.US-ASCIIache2004-03-061-2/+2
* Minor API tweak: The format-specific write_header function now setskientzle2004-03-063-36/+110
* Always call vn_finished_write after vn_start_write was called. Allkan2004-03-061-2/+3
OpenPOWER on IntegriCloud