summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-021-5/+3
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-7/+15
* General cleanup of the sub-system locking macros.fsmp1997-09-018-186/+131
* Cleanup.fsmp1997-09-013-24/+30
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-011-2/+1
* Removed unused #includes.bde1997-09-013-24/+2
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Move closer to supporting VM86 under SMP.bde1997-09-014-4/+31
* Removed unused #includes.bde1997-09-013-18/+3
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-312-6/+6
* Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"bde1997-08-312-10/+8
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-316-71/+144
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* 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
OpenPOWER on IntegriCloud