summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* In a multiprocessor, the PG_W bit in the pte must be changed atomically.alc2004-06-121-1/+2
* Deorbit COMPAT_SUNOS.phk2004-06-111-6/+6
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-103-9/+3
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-1010-6/+9
* Completely ignore disabled CPU entries as their APIC IDs tend to bejhb2004-06-101-13/+8
* Remove filename+line number from panic messages.phk2004-06-061-9/+3
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().phk2004-06-044-15/+12
* Automatically recognize the WRAP.1C and Soekris 4801 platforms and configurephk2004-06-031-14/+35
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-032-0/+23
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therephk2004-06-033-0/+9
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Move TDF_SA from td_flags to td_pflags (and rename it accordingly)tjr2004-06-021-1/+1
* - Add a function ioapic_program_intpin() that completely programs an I/Ojhb2004-06-011-69/+91
* Allow the pir0 device add to fail since pir0 may already exist. This shouldjhb2004-06-011-2/+2
* Fix legacy_add_child() to properly handle the case wherejhb2004-06-011-7/+9
* Use the local APIC ID rather than the ACPI Processor ID to index the arrayjhb2004-06-011-28/+30
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-8/+1
* Remove debugging printf that never triggered because acpi is the firstnjl2004-06-011-2/+0
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-0/+7
* Add missing #include <sys/module.h>phk2004-05-308-0/+8
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-309-0/+9
* struct cpu_nameclass is a private to identcpu.c, move it there.phk2004-05-302-6/+4
* Remove a broken micro-optimization from pmap_enter(). The ill effectalc2004-05-281-8/+0
* Reenable ithread preemption for interrupts that occur while executing injhb2004-05-281-2/+2
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-281-0/+1
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structbde2004-05-261-3/+10
* MFamd64:bde2004-05-263-8/+32
* Revert part of rev 1.230 and assume that all EISA IRQs use active highjhb2004-05-241-8/+1
* MFamd64 (1.117: made the FAKE_MCOUNT() in doreti work non-accidentally,bde2004-05-231-2/+1
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inbde2004-05-234-7/+8
* MFamd64 (1.111: fixed missing call to .mexitcount in lgdt()).bde2004-05-231-0/+1
* Updated and reorganized the comments for the fetch and store families ofbde2004-05-211-21/+10
* Fixed high resoultion profiling of fuword32() and suword32(). Use thebde2004-05-211-6/+2
* Moved i386 asms to an i386 header. The asms are for calibration ofbde2004-05-201-0/+19
* Fixed some style bugs (mainly misalignment of backslashes).bde2004-05-191-8/+8
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Add Cronyx Tau-PCI sync WAN adapters family entry.rik2004-05-171-0/+5
* Spell Cronyx Tau and Sigma families correctly.rik2004-05-171-2/+2
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-9/+11
* - Move some macros from icu.h into atpic.c as that is the only place theyjhb2004-05-112-61/+19
* Trim unused includes.jhb2004-05-113-8/+0
* - Remove a spurious blank line.jhb2004-05-111-2/+1
* Fixup a few bogons in a comment.jhb2004-05-111-3/+3
OpenPOWER on IntegriCloud