summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct name in probe type. Closes PR# 2122 (with a change, since the PRjkh1996-11-291-1/+1
* Clarified the comment about removing other CPU defs. Specifically,dyson1996-11-292-4/+4
* Support the appropriate use of bswap instruction on non-I386 builds.dyson1996-11-291-1/+10
* I broke psm.c and none of the 5 reviewers noticed :-)phk1996-11-281-6/+12
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* Make intro command a NO-OP if no VISUAL_USERCONFIGphk1996-11-271-5/+9
* Waste less space.phk1996-11-272-42/+47
* Remove warning at AHC_SCBPAGING_ENABLE, not needed nowache1996-11-272-4/+2
* Make a kernel with DDB but without sio possible again. This is onlyphk1996-11-251-0/+9
* Back out my previous change here. aic7xxx_asm is only a stdio programpeter1996-11-241-2/+2
* Fix my previous (untested) commit. The probe routine now appears to workpeter1996-11-241-2/+2
* Make this compile again after the syscons/psm/kbdio changes that removedpeter1996-11-232-14/+20
* Add code to the SCSIINT handler for unexpected busfrees and handling immediategibbs1996-11-221-52/+130
* Set a more explicit #include path for building aix7xxx_asm, otherwise itpeter1996-11-221-2/+2
* Update comment and disable SCB paging for Rev E cards since paging, at leastgibbs1996-11-211-6/+3
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Improve the caching of small files like directories, while notdyson1996-11-171-3/+3
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-161-0/+3
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-164-16/+13
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-151-1/+3
OpenPOWER on IntegriCloud