summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* To handle scsi RESERVATION CONFLICT properly in ahc driver.itojun1997-08-171-1/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-3/+185
* Add the 'ppc' ISA-bus parallel-port chipset driver.msmith1997-08-161-2/+3
* Assign character major 82 to the 'ppi' Generic Parallel Port I/O device.msmith1997-08-161-1/+2
* Minor ppc_data structure tweak.msmith1997-08-161-3/+3
* Remove the bus settle delay after reset code. It could cause an infinitegibbs1997-08-152-168/+23
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+3
* Add support for the new Parallel-Port Bus and devices thereon.msmith1997-08-143-3/+48
* ISA Parallel-Port Bus chipset driver.msmith1997-08-142-0/+901
* Reserve major 81 for rocketport driver.jkh1997-08-131-1/+2
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-9/+35
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-121-2/+2
* Make the CLI mode message a little less intimidating.jkh1997-08-111-4/+4
* Oops, fix breakage to UP kernel.fsmp1997-08-102-2/+12
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-105-149/+244
* Cheap fix for kern/4255.fsmp1997-08-103-12/+30
* Ops the arguments to copyin was in the wrong order..sos1997-08-101-2/+2
* Some fixes towards making "default configs" work again.fsmp1997-08-093-39/+45
* Minor conditionalization of XXX_MPLOCK on PEND_INTS.fsmp1997-08-091-1/+4
* Added 'lock' instruction before 3 places that update ipending.fsmp1997-08-092-2/+8
* Fix the checks for screenborder for the mousepointer.sos1997-08-091-14/+12
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-091-1/+14
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-092-0/+157
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-2/+11
* Add the code that represents most of the interface between the VM86dyson1997-08-091-0/+434
* Add VM86 to the options.dyson1997-08-091-1/+2
* VM86 kernel support.dyson1997-08-0918-104/+463
* Yeah I'm back hacking syscons !!sos1997-08-082-7/+61
* Make a function static to quieten gccjulian1997-08-081-3/+3
* Clean up the console muting functionality.julian1997-08-081-15/+107
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-073-13/+32
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-071-2/+2
* printf does not understand %hd in the kernelpeter1997-08-061-5/+7
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-126/+35
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-051-35/+126
* memcmp -> bmcpmsmith1997-08-051-2/+2
* Modify pmap to use our new memory allocator.dyson1997-08-051-126/+35
* Slightly reorder some operations so that the main processor gets globaldyson1997-08-051-32/+34
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-052-24/+2
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+3
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-042-12/+14
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-041-2/+3
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-045-19/+103
* Make the WD code work on my P6DNF running on the SMP code. It appearsdyson1997-08-041-1/+4
* Nuke the nonexistend pad bytes from the end of the DMI header structure.msmith1997-08-041-2/+1
* Correctly checksum the DMI signature structure. Format the BSD revisionmsmith1997-08-041-3/+4
* Sanitise the Wavelan entries.msmith1997-08-023-9/+9
* Reinstate some of the previous fixes which were clobbered in r1.6.msmith1997-08-021-11/+8
* Support functions for working with x86 PC-architecture BIOS.msmith1997-08-012-0/+290
OpenPOWER on IntegriCloud