summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't use "ffs" in an ext2fs sleep message string.bde1998-05-162-6/+28
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepbde1998-05-162-2/+2
* Get timespecs directly instead of via timevals.bde1998-05-162-54/+22
* Don't abuse `+' to combine flags.bde1998-05-162-4/+4
* Backed out rev.1.76. It just added style bugs.bde1998-05-162-26/+14
* Get timespecs directly instead of via timevals.bde1998-05-164-52/+28
* Some of newer PC-98 may cause "Windows Protection Fault" when bootingkato1998-05-162-6/+10
* Disable local APIC in UP kernel. Intel specification update describeskato1998-05-162-2/+44
* Spotted a misplaced comma in my previous patch.des1998-05-163-6/+6
* Typo nits in SUIDDIR comment (removed some parentheses, moved somedes1998-05-163-36/+39
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-168-567/+911
* Convert socket structures to be type-stable and add a version number.wollman1998-05-1520-133/+827
* Fix an obvious parameter-order bogon. (Don't know what happened towollman1998-05-151-2/+2
* The FreeBSD lkm design is aout specific.jb1998-05-151-1/+3
* Disable the auto-Write Combining setup for the pmap code. Thisdyson1998-05-152-2/+4
* Fix list corruption and memory leak that could occur whengibbs1998-05-142-4/+12
* Regenerated syscalls list after signanosleep removingache1998-05-141-2/+1
* Sync with sys/i386conf/majors.i386 revision 1.42.kato1998-05-141-3/+3
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()peter1998-05-141-56/+1
* regen after signanosleep nukepeter1998-05-145-15/+8
* deep-six signanosleep(). It sounded like a good idea at the time.peter1998-05-141-3/+2
* Commit an old change that has been sitting around for a long while.peter1998-05-141-2/+16
* libtcl expects to see ieeefp.h definitions through this header.jb1998-05-131-0/+2
* Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort wasgibbs1998-05-132-14/+10
* Name cronyx devices correctly.jkh1998-05-132-6/+6
* Sync with sys/i386/isa/sio.c revision 1.201.kato1998-05-132-2/+4
* Sync with sys/i386/conf/majors.i386 revision 1.41.kato1998-05-131-1/+3
* Add missing arg to vget().. Serves me right for committing a 2.2 patch topeter1998-05-132-4/+4
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-133-3/+6
* Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Havingpeter1998-05-131-281/+1
* Hold a reference to the vnode during the sillyrename cleanup. If we blockpeter1998-05-132-2/+18
* Move the *vpp initialization earlier so that it's set in all error cases.peter1998-05-132-4/+4
* Some temporary fixes to SMP to make it more scheduling and signal friendly.dyson1998-05-123-9/+39
* Fix alot of silly LINT that I left in the code.dyson1998-05-122-4/+4
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-123-18/+7
* Reserve major number 99 for vak's cronyx/tau serial driver.jkh1998-05-122-2/+6
* Sync with sys/i386/isa/wd.c revision 1.167.kato1998-05-121-2/+3
* Sync with sys/i386/conf/options.i386 revision 1.78.kato1998-05-122-2/+4
* Sync with sys/i386/conf/majors.i386 revision 1.40.kato1998-05-121-1/+2
* Add C++ support.jb1998-05-121-0/+2
* Fix the termination test in CIRCLEQ_FOREACH.gibbs1998-05-121-2/+4
* Add missing splx()julian1998-05-111-1/+2
* Submitted by: abial@nask.pljulian1998-05-111-1/+10
* Oops, only apply the CHS size from lbasize thing when disk reportssos1998-05-111-2/+3
* Change some tests from CPU_CLASS686 to CPU_686 as appropriate, anddyson1998-05-112-16/+36
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-1112-205/+873
* Support better performance with P6 architectures and in SMPdyson1998-05-119-31/+217
* Attempt to set write combining mode for graphics devices.dyson1998-05-1112-420/+268
* Add support for the Yamaha YMF-719.steve1998-05-103-3/+12
* Treat all internet addresses as u_int32_t.jb1998-05-101-15/+15
OpenPOWER on IntegriCloud