summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add character major for 'loe' loopback pseudo-ethernet device.msmith1998-05-092-2/+4
* Fixed overflow in sysinit enum constants. In that little-usedbde1998-05-091-47/+47
* Fix off by ane error in previous commit.dt1998-05-092-4/+4
* Translated to C (parameters in a function definition have the same scopebde1998-05-081-2/+2
* An effort to make SLICE/DEVFS play with SCSI.julian1998-05-071-79/+102
* Sync with sys/i386/isa/wd.c revision 1.166.kato1998-05-071-31/+64
* Sync with sys/i386/isa/fd.c revision 1.112.kato1998-05-072-8/+10
* In the words of the submitter:msmith1998-05-0720-417/+360
* cleanup: remove duplicated dump code.julian1998-05-071-125/+39
* cleanup:julian1998-05-071-184/+62
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-072-24/+18
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-063-6/+9
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.julian1998-05-0613-32/+371
OpenPOWER on IntegriCloud