aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenPeter Wemm2002-01-161-3/+3
* Ensure that we set all the %cr0 bits to a known state for the AP's beforePeter Wemm2002-01-163-0/+30
* Sync to GENERIC: add UFS_DIRHASHWarner Losh2002-01-151-0/+1
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-142-4/+4
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-134-68/+134
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-104-9/+10
* Fix typo in function name.Wes Peters2002-01-101-1/+1
* Use a spare slot in the machine context for a flags word to indicateDaniel Eischen2002-01-102-1/+5
* Fix S3 breakage.Takanori Watanabe2002-01-091-1/+2
* - generic Arcnet frameworkMax Khon2002-01-081-0/+9
* Gut this header; since physio_proc_init is never called, the code never doesMike Smith2002-01-081-34/+1
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).Peter Wemm2002-01-054-9/+9
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-057-15/+23
* GC unfinished function selected_proc_ipi(). It is a duplicate ofPeter Wemm2002-01-051-30/+0
* Allow a specific setting for pv entries. This avoids the need to guessPeter Wemm2002-01-031-0/+1
* Add the nullmodem deviceJulian Elischer2002-01-011-0/+1
* Grrr. The tlb code is strewn over 3 files and I misread it. RevertMatthew Dillon2001-12-311-8/+0
* You know those 'XXX what about SMP' comments in pmap_kenter()? Well,Matthew Dillon2001-12-311-3/+10
* GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"Poul-Henning Kamp2001-12-301-118/+0
* Add the ifpi2 driver.Gary Jennejohn2001-12-221-0/+7
* Add support for the AVM Fritz!Card PCI version 2 controller.Gary Jennejohn2001-12-221-2/+4
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-2017-119/+84
* I am not sure if it is a good idea or not to have my id in the cvs logPeter Wemm2001-12-201-824/+797
* Replace a bunch of:Peter Wemm2001-12-201-20/+6
* Fix some whitespace nits, and a minor error that I made in some unusedPeter Wemm2001-12-201-8/+7
* Comment out DEVICE_POLLING so that LINT compiles again.Poul-Henning Kamp2001-12-191-1/+2
* Axe stale extern for a non-existent variable.John Baldwin2001-12-181-1/+0
* In a couple of places, we recalculated addresses we already had in localJulian Elischer2001-12-181-3/+3
* Various assembly fixes mostly in the form of using the "+" modifier forJohn Baldwin2001-12-183-29/+29
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterJohn Baldwin2001-12-181-23/+23
* With GCC 3, we *must* use the GCC stdarg.h. We can no longer just makeDavid E. O'Brien2001-12-181-0/+6
* Modify the critical section API as follows:John Baldwin2001-12-1810-140/+93
* Small cleanups to the SMP code:John Baldwin2001-12-174-101/+48
* Add description of DEVICE_POLLING option.Luigi Rizzo2001-12-141-0/+19
* Clarify the comments related to DUMMYNET and HZLuigi Rizzo2001-12-141-7/+12
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+10
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-141-0/+5
* o Clarify the comments on AIO to note that yes, AIO really is unsuitableRobert Watson2001-12-141-2/+2
* Add maxusers auto-sizing description to NOTES file for -currentMatthew Dillon2001-12-141-1/+3
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.John Baldwin2001-12-123-3/+0
* Overhaul the per-CPU support a bit:John Baldwin2001-12-1121-414/+201
* Delete some leftover code from a bygone age. We dont have an array ofPeter Wemm2001-12-111-11/+1
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.Murray Stokely2001-12-101-0/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-6/+6
* style(9)David E. O'Brien2001-12-091-7/+7