summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-075-42/+142
* Add redirection for new _clock_lock symbolpeter1997-09-051-1/+2
* Always defines macros for PC-98 display.kato1997-09-041-12/+6
* General cleanup of the sub-system locking macros.fsmp1997-09-013-38/+53
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"bde1997-08-311-5/+1
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-313-30/+34
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Update to include recently added names that are shared between the C andpeter1997-08-301-1/+38
* Another round of lock pushdown.fsmp1997-08-307-246/+285
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-302-13/+13
* Introduce FAST_HI option, ON by default.fsmp1997-08-291-1/+15
* Fix typo in the comment introduced by me.kato1997-08-291-2/+2
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+11
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-3/+3
* Moved include files which are independent of bs driver.kato1997-08-281-0/+64
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-261-4/+7
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-262-36/+141
* Removed a bogus comment.bde1997-08-251-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-242-2/+5
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-2/+64
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-212-5/+3
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-2/+17
* Oops, this should have been in last commit.fsmp1997-08-211-1/+4
* Made PEND_INTS default.fsmp1997-08-214-56/+140
* Add forward declaration for struct proc.jlemon1997-08-201-1/+2
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+20
* Preperation for moving cpl into critical region access.fsmp1997-08-202-19/+21
* Use CS_SECURE macro.charnier1997-08-182-3/+5
* Turn on the lockmanager by default for SMP.fsmp1997-08-181-1/+5
* Removed volatile from arg to simple_lock & friends.fsmp1997-08-181-4/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-1/+10
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+3
* Cheap fix for kern/4255.fsmp1997-08-101-4/+10
* Some fixes towards making "default configs" work again.fsmp1997-08-091-13/+15
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-092-0/+157
* VM86 kernel support.dyson1997-08-097-14/+54
* Yeah I'm back hacking syscons !!sos1997-08-081-1/+5
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-071-1/+4
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-051-3/+1
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-041-5/+5
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-043-5/+19
* Nuke the nonexistend pad bytes from the end of the DMI header structure.msmith1997-08-041-2/+1
* Support for PC BIOS functions.msmith1997-08-011-0/+113
* New defines for the Wavelan (wl) driver.msmith1997-08-011-6/+34
* Fixed imen declaration.fsmp1997-07-311-2/+2
* Add support for booting in VESA 0x102 videomode. Corresponding patches tophk1997-07-311-2/+3
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.fsmp1997-07-314-21/+8
OpenPOWER on IntegriCloud