summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Added an XXX comment.bde1997-08-251-1/+4
* Removed an unused variable.bde1997-08-251-2/+1
* Fixed a pedantic syntax error (case labels without a statement).bde1997-08-251-1/+2
* Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimesbde1997-08-251-16/+8
* Removed a tautological comment.bde1997-08-251-2/+2
* Removed a bogus comment.bde1997-08-253-6/+6
* Eliminate the blocking of INTs while spinning for the safe simplelock.fsmp1997-08-251-8/+9
* s/.align/.p2align/ so that we get the same results when building elfpeter1997-08-252-5/+5
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-245-23/+33
* Fix a deadlock caused by one of the spl functions being called beforefsmp1997-08-241-11/+10
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-2411-182/+643
* Remove extraneous init parameter.steve1997-08-231-4/+2
* Change restart_sequencer to be more robust by performing an explicitgibbs1997-08-211-17/+6
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-215-5/+14
* Staticized.bde1997-08-211-2/+2
* Police 4.4Lite #include style.bde1997-08-211-2/+3
* Removed unused definition.bde1997-08-211-3/+1
* Get le_intr decl from sys/conf.hfsmp1997-08-211-2/+2
* Forward declaration for the intr routine, avoids compiler warning.fsmp1997-08-211-1/+2
* Add several casts and include several header files to eliminate compilerfsmp1997-08-212-3/+6
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-217-16/+16
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-213-22/+19
* Another boo-boo, this file defines cil.fsmp1997-08-211-1/+5
* Oops, this should have been in last commit.fsmp1997-08-211-1/+4
* Made PEND_INTS default.fsmp1997-08-2116-580/+412
* Add forward declaration for struct proc.jlemon1997-08-201-1/+2
* Attempt to make cy.c MP-safe.fsmp1997-08-201-1/+42
* Preperation for moving cpl into critical region access.fsmp1997-08-2012-157/+342
* Preperation for moving cpl into critical region access.fsmp1997-08-202-19/+21
* Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.peter1997-08-192-2/+12
* Use CS_SECURE macro.charnier1997-08-187-16/+16
* 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
* 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
OpenPOWER on IntegriCloud