summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Added clock_lock protection to microtime.fsmp1997-08-301-2/+21
* 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-3019-360/+511
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-302-13/+13
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-298-80/+332
* Support for the new FAST_HI algorithm.fsmp1997-08-293-20/+58
* Introduce FAST_HI option, ON by default.fsmp1997-08-291-1/+15
* Use correct member of scsi_cint for scbus. Add a space between lunkato1997-08-291-4/+4
* 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
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-281-1/+1
* Document the VM86 option.jlemon1997-08-282-2/+16
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-285-56/+19
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-283-0/+3227
* Add entries for Comtrol Rocketport serial card.jkh1997-08-284-5/+70
* Moved include files which are independent of bs driver.kato1997-08-284-5/+5
* Add prototype for isa_dmastop()msmith1997-08-281-1/+2
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-263-12/+21
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-2612-187/+660
* 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
OpenPOWER on IntegriCloud