summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-041-3/+1
* Fixed context switching of FPU state after a fault inbde1997-01-041-3/+20
* Fixed botched tables:bde1997-01-041-128/+147
* Change types of wdp_cylinders, wdp_heads and wdp_sectors in structkato1997-01-041-4/+4
* Add code to copy the LDT, if required.se1997-01-021-1/+16
* A couple of changes for proper mpu401 recognition, and an opl3 patchjkh1996-12-303-15/+21
* Apply a similar fix as in gsc.c rev 1.23.joerg1996-12-301-2/+1
* Apparently, someone changed the gsc driver to allocate one big bufferjoerg1996-12-301-1/+0
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesbde1996-12-291-1/+3
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-291-3/+3
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-291-5/+7
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-281-1/+3
* Turn off qcam_debug flag by defaultache1996-12-281-1/+1
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-231-3/+2
* Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY getsbde1996-12-232-2/+14
* Fixed quoting of MAXDSIZ and DFLTDSIZ. The quoting rules changed whenbde1996-12-232-6/+6
* Cosmetic (wrt. the screen display) change: when re-enabling a device,joerg1996-12-231-2/+4
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-232-4/+4
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Document MAXDSIZ and DFLDSIZ. This is a 2.2 candidate change.dyson1996-12-222-2/+28
* Add & Document MD5 option.phk1996-12-222-2/+14
* PCCARD support safety belts.nate1996-12-212-2/+16
* Give MFS_ROOT priority over NFS as root filesystem.phk1996-12-211-9/+10
* 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
OpenPOWER on IntegriCloud