summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Delete $NetBSD$, and add $Id$.kato1996-12-0914-14/+14
* Synchronize with IBM-PC's userconfig.c revision 1.71.kato1996-12-091-3/+4
* Improve the explicitness of the "you cannot do anything with PCImsmith1996-12-091-3/+4
* Synchronize with sys/i386/isa/syscons.c revision 1.191. This changekato1996-12-081-5/+24
* Perform special sigset() check.swallace1996-12-081-2/+14
* Default the CD-ROM devices to a single LUN only. Too many of them arejoerg1996-12-071-1/+5
* Fix the broken support for monochrome VGA's.sos1996-12-073-9/+66
* Synchronize with sys/i386/isa/if_ed.c revision 1.09.kato1996-12-071-1/+2
* Change obsolete SBIC55 into SCSI in a comment line.kato1996-12-072-4/+4
* Obtained from: NetBSD/pc98 based on NetBSD 1.2kato1996-12-071-0/+54
* Expunge inlines...dyson1996-12-071-4/+4
* Fix a map entry leak problem found by DG. Also, de-inline a functiondyson1996-12-071-3/+5
* Make LKM's build again. I have added the allegedly brokendyson1996-12-071-0/+4
* Change endian.h so that when a kernel is compiled without I386_CPU, anddyson1996-12-071-2/+2
* Make vm_map_insert much more intelligent in the MAP_NOFAULT case sodyson1996-12-072-7/+29
* Turn off _POSIX_SAVED_IDSache1996-12-061-3/+2
* Synchronize with sys/i386/i386/machdep.c revision 1.217.kato1996-12-062-10/+10
* Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joybde1996-12-061-2/+3
* Drop the e_spare[] array to 3 elements so that padding of the eprocjkh1996-12-061-2/+2
* Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-053-24/+69
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-054-15/+20
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-042-4/+4
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-041-2/+2
* Syncronize.asami1996-12-046-98/+176
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0423-3709/+6115
* Synchronize with the RELENG_2_2 branch.asami1996-12-0431-459/+861
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
* PR kern/2141:phk1996-12-032-2/+4
* Update the bootblocks to use the new definitions that changed in thenate1996-12-031-3/+3
* Add IP_OPTIONS and the multicast-related setsockopts to thefenner1996-12-034-4/+46
* 2 small changes:julian1996-12-022-2/+6
* Some imporvemnets to the vx driver.guido1996-12-021-57/+81
* Some imporvemnets to the vx driver.guido1996-12-022-2/+2
* Alot of fixes from kazu:sos1996-12-0111-501/+1096
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-0112-51/+19
* Don't allow empty pathnames. POSIX standard.bde1996-12-011-1/+8
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-013-20/+30
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-015-19/+138
* Cosmetic code cleanup from Matt's latest driver.rgrimes1996-12-014-665/+696
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-309-54/+135
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-303-81/+96
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-303-9/+27
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-303-9/+99
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-303-6/+9
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-303-24/+18
* Reenabled i586-optimized copyin/out.bde1996-11-303-9/+3
OpenPOWER on IntegriCloud