summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on the gcc feature of permitting conditional expressionsbde1997-08-251-4/+4
* Fixed misplaced declaration.bde1997-08-251-2/+3
* Minor formatting and style fixes.bde1997-08-251-2/+5
* Fixed pedantic syntax error (trailing comma in enum).bde1997-08-251-2/+2
* Removed more abuses of timeout_func_t.bde1997-08-251-2/+2
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* Fixed reversed arguments and poor formatting and comments for OUT*.bde1997-08-251-8/+8
* Fixed some not-so-recently broken indentation.bde1997-08-251-3/+3
* Fixed some not-so-recently broken indentation.bde1997-08-251-2/+2
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-251-5/+2
* Police 4.4Lite #include style.bde1997-08-251-3/+3
* Fixed type mismatch for a (low quality interface) function with an argbde1997-08-251-3/+2
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-8/+3
* 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
OpenPOWER on IntegriCloud