aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing arg to vget().. Serves me right for committing a 2.2 patch toPeter Wemm1998-05-132-4/+4
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,Poul-Henning Kamp1998-05-133-3/+6
* Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. HavingPeter Wemm1998-05-131-281/+1
* Hold a reference to the vnode during the sillyrename cleanup. If we blockPeter Wemm1998-05-132-2/+18
* Move the *vpp initialization earlier so that it's set in all error cases.Peter Wemm1998-05-132-4/+4
* Some temporary fixes to SMP to make it more scheduling and signal friendly.John Dyson1998-05-123-9/+39
* Fix alot of silly LINT that I left in the code.John Dyson1998-05-122-4/+4
* Backed out previous commit. It is invalid to call d_ioctl() onBruce Evans1998-05-123-18/+7
* Reserve major number 99 for vak's cronyx/tau serial driver.Jordan K. Hubbard1998-05-122-2/+6
* Sync with sys/i386/isa/wd.c revision 1.167.KATO Takenori1998-05-121-2/+3
* Sync with sys/i386/conf/options.i386 revision 1.78.KATO Takenori1998-05-122-2/+4
* Sync with sys/i386/conf/majors.i386 revision 1.40.KATO Takenori1998-05-121-1/+2
* Add C++ support.John Birrell1998-05-121-0/+2
* Fix the termination test in CIRCLEQ_FOREACH.Justin T. Gibbs1998-05-121-2/+4
* Add missing splx()Julian Elischer1998-05-111-1/+2
* Submitted by: abial@nask.plJulian Elischer1998-05-111-1/+10
* Oops, only apply the CHS size from lbasize thing when disk reportsSøren Schmidt1998-05-111-2/+3
* Change some tests from CPU_CLASS686 to CPU_686 as appropriate, andJohn Dyson1998-05-112-16/+36
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatJohn Dyson1998-05-1112-205/+873
* Support better performance with P6 architectures and in SMPJohn Dyson1998-05-119-31/+217
* Attempt to set write combining mode for graphics devices.John Dyson1998-05-1112-420/+268
* Add support for the Yamaha YMF-719.Steve Price1998-05-103-3/+12
* Treat all internet addresses as u_int32_t.John Birrell1998-05-101-15/+15
* Add character major for 'loe' loopback pseudo-ethernet device.Mike Smith1998-05-092-2/+4
* Fixed overflow in sysinit enum constants. In that little-usedBruce Evans1998-05-091-47/+47
* Fix off by ane error in previous commit.Dmitrij Tejblum1998-05-092-4/+4
* Translated to C (parameters in a function definition have the same scopeBruce Evans1998-05-081-2/+2
* An effort to make SLICE/DEVFS play with SCSI.Julian Elischer1998-05-071-79/+102
* Sync with sys/i386/isa/wd.c revision 1.166.KATO Takenori1998-05-071-31/+64
* Sync with sys/i386/isa/fd.c revision 1.112.KATO Takenori1998-05-072-8/+10
* In the words of the submitter:Mike Smith1998-05-0720-417/+360
* cleanup: remove duplicated dump code.Julian Elischer1998-05-071-125/+39
* cleanup:Julian Elischer1998-05-071-184/+62
* Unbotch whitespace and change switch with two cases to if.Eivind Eklund1998-05-072-24/+18
* There is no dump routine for fd so give it an explicit NULL entryJulian Elischer1998-05-063-6/+9
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)Julian Elischer1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-0613-32/+371
* The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)Poul-Henning Kamp1998-05-061-2/+2
* Sync with sys/i386/isa/wd.c revision 1.164.KATO Takenori1998-05-061-2/+7
* As described by the submitter:Mike Smith1998-05-0627-218/+24
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.Justin T. Gibbs1998-05-0611-132/+419
* Now that we have a TAILQ_PREV() that returns the previous object, simplifyJustin T. Gibbs1998-05-062-36/+14
* Change a couple of long types to int to match NetBSD so that termiosJohn Birrell1998-05-051-3/+3
* Fix the 4-8G LBA geometry it was wrong.Søren Schmidt1998-05-051-2/+7
* Include pc98.h instead of isa.h when PC98 is defined.KATO Takenori1998-05-051-1/+5
* Deleted unused item.KATO Takenori1998-05-052-4/+2
* Refuse accellerated opens on listening sockets that have not setGuido van Rooij1998-05-042-4/+8
* Correct an error that I made where the vtruncbuf was changed backJohn Dyson1998-05-041-2/+2
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectJohn Dyson1998-05-043-7/+7
* Sync with sys/i386/isa/sio.c revision 1.200.KATO Takenori1998-05-042-2/+4