summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Whitespace bogon.jhb2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-2712-48/+989
* Make this driver compile for -stable also to prep for MFCimp2002-04-265-38/+115
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-2621-37/+96
* o Control access to the vm_page_buckets with a mutex.alc2002-04-261-33/+17
* Rename the file used to specify the nextboot to make it clear that thiswes2002-04-261-1/+1
* Now that the private parts of timecounters are no longer being fingeredphk2002-04-263-156/+113
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-265-11/+16
* Redo the pps bit to avoid digging into the private bits of the timecounter.phk2002-04-261-4/+2
* A long, long time ago, msmith introduced vfs.root.mountfromdcs2002-04-261-0/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-267-61/+71
* Initialize MCA in cpu_startup() so that it's ready before we wake-upmarcel2002-04-261-0/+3
* MCA specific code has been moved to a seperate file. It is expectedmarcel2002-04-261-41/+0
* Machine Check Architecture (MCA) support code. Error records aremarcel2002-04-261-0/+178
* Machine Check Architecture (MCA) structures and constants.marcel2002-04-261-0/+132
* Milestone #1 in cross-arch make releases.ru2002-04-261-5/+0
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-262-7/+22
* Move the winding of timecounters out of hardclock and into a normalphk2002-04-263-5/+39
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-262-77/+114
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asphk2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thephk2002-04-2612-25/+0
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningbrian2002-04-261-1/+1
* Add a -k option to reboot to specify the kernel to boot next timewes2002-04-261-1/+1
* vinum_open: recognize twed device.grog2002-04-261-1/+4
* Add UDF to the list of filesystems where locking assertions should berwatson2002-04-261-1/+2
* UIO_NOCOPY is not supported for now, so refuse read opeartion if this flagbp2002-04-261-0/+6
* 1.43 (dfr 04-Apr-97): /*rwatson2002-04-261-2/+1
* Make sure that sockets undergoing accept filtering are aborted in asilby2002-04-263-4/+15
* Add the mutex profiling lock to the witness list. This hopefully unbreaksdes2002-04-251-0/+1
* Fixed some longstanding bugs in _getenv_static():bde2002-04-251-3/+4
* Implement true multicast filtering.semenu2002-04-251-16/+64
* The official name for McKinley is: Itanium 2marcel2002-04-251-1/+1
* MFi386: revision 1.339.nyan2002-04-251-1/+1
* MFi386: revision 1.56nyan2002-04-251-18/+6
* MFi386: revision 1.8nyan2002-04-251-5/+3
* Merged from sys/dev/syscons/syscons.c revision 1.383nyan2002-04-251-2/+2
* Break the following implementation of panic(3):bde2002-04-251-0/+1
* Add a power exceeded debug message.joe2002-04-251-1/+2
* MFNetBSD:joe2002-04-251-2/+2
* MFNetBSD:joe2002-04-251-5/+38
* MFNetBSD:joe2002-04-251-2/+9
* - Fix a round down bogon in uma_zone_set_max().arr2002-04-251-0/+2
* bring in changes from 3.4.26.darrenr2002-04-2514-160/+338
* This commit was generated by cvs2svn to compensate for changes in r95415,darrenr2002-04-251-0/+275
|\
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-251-0/+275
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-2514-186/+378
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-1920-869/+2077
* | Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-259-86/+168
* | - Tweak wording of panic message to make more sense.arr2002-04-241-2/+2
OpenPOWER on IntegriCloud