summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Mention amd driver in comment regarding PCI drivers.se1996-12-211-4/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+2
* Test in mseopen() whether the device has been configured at all, andjoerg1996-12-191-1/+4
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>kato1996-12-192-2/+11
* Hawaii-Five-Typoalex1996-12-191-3/+3
* Added a missing prototype.bde1996-12-181-0/+4
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* Fixed formatting of KERN_DUMPDEV.bde1996-12-181-2/+2
* Disabled half-baked disk statistics support. It didn't actually generatebde1996-12-181-1/+7
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Moved the printing of the BIOS geometries from cpu_startup() intobde1996-12-182-34/+36
* Add Tekram DC390/390T driver "amd0", which is expected to work withse1996-12-182-2/+16
* Add comment for "amd" driver: Tekram DC-390(T) and generic AMD 53c974 PCI SCSI.se1996-12-181-2/+3
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-181-1/+2
* In the IBCS2 semctl system call, the last parameter arg is passed byswallace1996-12-171-0/+16
* Increase the allowable port address from 0x2000 to 0xffff to aid inmsmith1996-12-171-4/+4
* Fix nbuf calculation /4 -> /8. 2.2 already has it this way.dg1996-12-171-2/+2
* Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNsse1996-12-151-2/+1
* Update comment for "ncr" SCSI controllers (add Symbios and new chips)se1996-12-151-3/+3
* Fix typo.kato1996-12-151-3/+3
* Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(peter1996-12-151-1/+2
* Make the USERCONFIG_BOOT semantics closer to what was originaljkh1996-12-142-12/+10
* Fix the breakage i've introduced with the EISA slot feature, byjoerg1996-12-141-3/+16
* Add a small hack to UserConfig that allows to override the number ofjoerg1996-12-142-4/+29
* Convert the interface address and IP interface address structureswollman1996-12-137-46/+12
* Moved nonstandard compiler profiling options out of config. Just printbde1996-12-131-1/+8
* Close PR#2198:jkh1996-12-131-1/+2
* Soften range-check for LDTs.swallace1996-12-121-2/+2
* Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZEdg1996-12-121-2/+2
* Two fixes:martin1996-12-112-7/+7
* One minor mod to set the limit of nbufs to 2048 from 1536. More importantdyson1996-12-111-3/+3
* Don't depend on <net/if.h> including <sys/time.h>wollman1996-12-101-0/+1
* Give up early for empty partitions. The offset for an emptybde1996-12-101-3/+7
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-102-15/+6
* Delete $NetBSD$, and add $Id$.kato1996-12-0914-14/+14
* Improve the explicitness of the "you cannot do anything with PCImsmith1996-12-091-3/+4
* Perform special sigset() check.swallace1996-12-081-2/+14
* Fix the broken support for monochrome VGA's.sos1996-12-071-3/+22
* Obtained from: NetBSD/pc98 based on NetBSD 1.2kato1996-12-071-0/+54
* 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
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-051-8/+23
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-051-5/+5
* 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
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0416-123/+6079
* Synchronize with the RELENG_2_2 branch.asami1996-12-043-22/+52
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* PR kern/2141:phk1996-12-031-1/+2
* Update the bootblocks to use the new definitions that changed in thenate1996-12-031-3/+3
OpenPOWER on IntegriCloud