summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud