summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-4/+38
* Pick up the selectors to use for various kernel segments from assym.siedowse2005-04-221-4/+5
* Eliminate an unpredictable branch from bcmp().alc2005-04-211-4/+2
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-201-13/+0
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-1/+1
* o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-201-1/+2
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-191-0/+13
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-04-191-0/+460
* Further narrow down critical region of FSBASE code.davidxu2005-04-191-1/+1
* Use critical section functions rather than scheduler lock to protectdavidxu2005-04-191-4/+4
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-192-1/+190
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-16/+51
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-18/+9
* Really remove the last vestiges of mixed mode from all but amd64.jhb2005-04-151-8/+0
* Oops, remove last mention of mixed mode.jhb2005-04-151-1/+0
* Trust the settings programmed by the BIOS over what the $PIR says.jhb2005-04-141-18/+48
* Remove support for mixed mode altogether now that we no longer use IRQ 0jhb2005-04-145-98/+8
* Bah, add a missing cast.jhb2005-04-141-1/+1
* Always use the local APIC timer, even on UP machines.jhb2005-04-141-4/+0
* If an I/O APIC returns 0xffffffff for its version register after we map it,jhb2005-04-141-2/+11
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Allow user processes to completely empty out their LDT, now that userpeter2005-04-141-1/+1
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-139-67/+201
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-133-4/+4
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-132-10/+0
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+5
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-2/+2
* Use NULL rather than 0 in a couple of places.jhb2005-04-121-2/+2
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-121-6/+6
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* Properly terminate the table generated from ACPI info. The cpufreqnjl2005-04-101-6/+6
* Advertise p4tcc via acpi_get_features() _PDC support.njl2005-04-101-0/+18
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-137/+53
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-041-1/+21
* Move pc98 specific parts to the pc98 specific file.imp2005-04-033-21/+0
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-034-1859/+1314
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after mynetchild2005-04-021-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-8/+13
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* Glue the arcmsr driver into the tree.scottl2005-03-312-0/+7
* Remove check of numpst to allow more K8 variants to attach. The othernjl2005-03-311-1/+7
* handle malloc failure and don't proceed when the bios call tosam2005-03-291-1/+7
* Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7)njl2005-03-271-0/+928
* Add code to read the primary PCI bus number out of the Compaq/HP 6010jhb2005-03-251-0/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-241-22/+26
* Bounds check the length parameter to i386_set_ldt() before passing itdas2005-03-231-0/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-222-0/+2
* Add support for probing EST settings from ACPI. This should handle morenjl2005-03-211-77/+166
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Hook acpi_fujitsu up to the build.philip2005-03-181-0/+3
OpenPOWER on IntegriCloud