| Commit message (Expand) | Author | Age | Files | Lines |
* | Pick up the selectors to use for various kernel segments from assym.s | iedowse | 2005-04-22 | 1 | -4/+5 |
* | Eliminate an unpredictable branch from bcmp(). | alc | 2005-04-21 | 1 | -4/+2 |
* | Revert previous commit: The hwpmc(4) driver compiles on all platforms. | marcel | 2005-04-20 | 1 | -13/+0 |
* | Don't enter the debugger if KDB_UNATTENDED is set or if | ps | 2005-04-20 | 1 | -1/+1 |
* | o Reverse the inclusion chain from MD->MI to MI->MD by removing the | marcel | 2005-04-20 | 1 | -1/+2 |
* | Move this to the specific architectures that are supported. #ifdef foo | imp | 2005-04-19 | 1 | -0/+13 |
* | Add a driver for SMI-based SpeedStep. The hardware supports two frequency | njl | 2005-04-19 | 1 | -0/+460 |
* | Further narrow down critical region of FSBASE code. | davidxu | 2005-04-19 | 1 | -1/+1 |
* | Use critical section functions rather than scheduler lock to protect | davidxu | 2005-04-19 | 1 | -4/+4 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 2 | -1/+190 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -16/+51 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | anholt | 2005-04-16 | 1 | -18/+9 |
* | Really remove the last vestiges of mixed mode from all but amd64. | jhb | 2005-04-15 | 1 | -8/+0 |
* | Oops, remove last mention of mixed mode. | jhb | 2005-04-15 | 1 | -1/+0 |
* | Trust the settings programmed by the BIOS over what the $PIR says. | jhb | 2005-04-14 | 1 | -18/+48 |
* | Remove support for mixed mode altogether now that we no longer use IRQ 0 | jhb | 2005-04-14 | 5 | -98/+8 |
* | Bah, add a missing cast. | jhb | 2005-04-14 | 1 | -1/+1 |
* | Always use the local APIC timer, even on UP machines. | jhb | 2005-04-14 | 1 | -4/+0 |
* | If an I/O APIC returns 0xffffffff for its version register after we map it, | jhb | 2005-04-14 | 1 | -2/+11 |
* | It seems I introduced a new prerequisite for <machine/pcb.h> on i386, | peter | 2005-04-14 | 1 | -0/+3 |
* | Allow user processes to completely empty out their LDT, now that user | peter | 2005-04-14 | 1 | -1/+1 |
* | Change the segment limits to 4GB, we set the user accessible bit on all | peter | 2005-04-13 | 9 | -67/+201 |
* | Fix an evil bug that appeared in September 2003. VM86 bios calls use two | peter | 2005-04-13 | 3 | -4/+4 |
* | Move pc98 specific parts to the pc98 specific file. | nyan | 2005-04-13 | 2 | -10/+0 |
* | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | mdodd | 2005-04-13 | 1 | -0/+5 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 2 | -2/+2 |
* | Use NULL rather than 0 in a couple of places. | jhb | 2005-04-12 | 1 | -2/+2 |
* | Replace spl protection in rtcin() and writertc() with spinlocks | mdodd | 2005-04-12 | 1 | -6/+6 |
* | - Consistently protect against NULL dereference. | mdodd | 2005-04-12 | 1 | -48/+58 |
* | Properly terminate the table generated from ACPI info. The cpufreq | njl | 2005-04-10 | 1 | -6/+6 |
* | Advertise p4tcc via acpi_get_features() _PDC support. | njl | 2005-04-10 | 1 | -0/+18 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 6 | -137/+53 |
* | Add support for _PDC/_OSC by advertising that we support direct access to | njl | 2005-04-04 | 1 | -1/+21 |
* | Move pc98 specific parts to the pc98 specific file. | imp | 2005-04-03 | 3 | -21/+0 |
* | With pc98/include, we can have pc98 and i386 specific bus space | imp | 2005-04-03 | 4 | -1859/+1314 |
* | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | netchild | 2005-04-02 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 2 | -8/+13 |
* | Use kern_settimeofday() to avoid stackgap use. | jhb | 2005-03-31 | 1 | -11/+11 |
* | Glue the arcmsr driver into the tree. | scottl | 2005-03-31 | 2 | -0/+7 |
* | Remove check of numpst to allow more K8 variants to attach. The other | njl | 2005-03-31 | 1 | -1/+7 |
* | handle malloc failure and don't proceed when the bios call to | sam | 2005-03-29 | 1 | -1/+7 |
* | Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7) | njl | 2005-03-27 | 1 | -0/+928 |
* | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | jhb | 2005-03-25 | 1 | -0/+6 |
* | - Don't enable periodic interrupts from the RTC by default in rtc_statusb. | jhb | 2005-03-24 | 1 | -22/+26 |
* | Bounds check the length parameter to i386_set_ldt() before passing it | das | 2005-03-23 | 1 | -0/+2 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 2 | -0/+2 |
* | Add support for probing EST settings from ACPI. This should handle more | njl | 2005-03-21 | 1 | -77/+166 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | murray | 2005-03-18 | 1 | -0/+1 |
* | Hook acpi_fujitsu up to the build. | philip | 2005-03-18 | 1 | -0/+3 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -1/+1 |