summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove unused pt_entry_ts. Remove an unneeded semicolon.alc2004-06-191-10/+5
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isbde2004-06-191-25/+7
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.bde2004-06-181-0/+9
* Revert last change. If acpi is loaded or compiled into the kernel, itsnjl2004-06-171-1/+1
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notalc2004-06-171-4/+0
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-162-2/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1618-68/+68
* MFamd64alc2004-06-162-4/+54
* MFamd64alc2004-06-161-32/+1
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* Remove a stale comment.alc2004-06-151-6/+0
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* We only need the devclass_find() result, not the softc.njl2004-06-151-1/+1
* Fix a couple of typos.jhb2004-06-141-2/+2
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().alc2004-06-131-1/+1
* - Remove an unused declaration.alc2004-06-131-2/+2
* 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
OpenPOWER on IntegriCloud