summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add IP_OPTIONS and the multicast-related setsockopts to thefenner1996-12-032-2/+23
* Alot of fixes from kazu:sos1996-12-015-322/+730
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-012-6/+4
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-011-3/+3
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-301-8/+6
* Reenabled i586-optimized copyin/out.bde1996-11-301-3/+1
* Relax the constraints on the bswap opcode (it works on non-bytedyson1996-11-291-24/+16
* Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use abde1996-11-291-30/+46
* Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is alwaysbde1996-11-291-2/+1
* Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Usebde1996-11-291-3/+2
OpenPOWER on IntegriCloud