| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 3 | -6/+50 |
* | Check whether the SMBIOS reports reasonable amount of memory. If it is | jkim | 2009-08-20 | 1 | -10/+12 |
* | Make the MacBookPro3,1 hardware boot again. | ed | 2009-08-19 | 1 | -0/+1 |
* | Correct a critical accounting error in pmap_demote_pde(). Specifically, | kib | 2009-08-17 | 1 | -0/+2 |
* | Adjust the handling of the local APIC PMC interrupt vector: | jhb | 2009-08-14 | 3 | -4/+86 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 8 | -89/+44 |
* | Make the MacBook3,1 boot again. | ed | 2009-08-02 | 1 | -0/+1 |
* | Refine the MacBook hack to only match early models that have Intel ICH. | rpaulo | 2009-07-27 | 1 | -1/+4 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | When the page caching attributes are changed, after new mapping is | kib | 2009-07-22 | 4 | -14/+66 |
* | Change the handling of fictitious pages by pmap_page_set_memattr() on | alc | 2009-07-19 | 1 | -2/+5 |
* | An addendum to r195649, "Add support to the virtual memory system for | alc | 2009-07-18 | 1 | -17/+6 |
* | Match PCI Express root bridge _HID directly instead of | jkim | 2009-07-13 | 1 | -0/+1 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 3 | -16/+48 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -0/+1 |
* | When amd64 CPU cannot load segment descriptor during trap return to | kib | 2009-07-10 | 1 | -12/+12 |
* | Restore the segment registers and segment base MSRs for amd64 syscall | kib | 2009-07-09 | 11 | -15/+60 |
* | When pmap_change_attr() changes the PAT setting on a kernel mapping, it has | alc | 2009-07-06 | 1 | -3/+11 |
* | After the per-CPU IDT changes, the IDT vector of an interrupt could change | jhb | 2009-07-06 | 2 | -6/+22 |
* | MFi386: Add a 'show idt' command to DDB to display the non-default function | jhb | 2009-07-06 | 1 | -1/+26 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -10/+7 |
* | Enable POSIX semaphores on all non-embedded architectures by default. | ed | 2009-07-02 | 1 | -0/+1 |
* | Improve the handling of cpuset with interrupts. | jhb | 2009-07-01 | 6 | -45/+102 |
* | Don't include rpcv2.h - it has been removed. | dfr | 2009-07-01 | 1 | -1/+0 |
* | remove unused/unneeded extern declarations | avg | 2009-06-30 | 1 | -3/+0 |
* | Catch missed AUDIT_ARG() -> AUDIT_ARG_CMD() on amd64. | rwatson | 2009-06-27 | 1 | -1/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -1/+1 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+45 |
* | Fix kernels compiled without SMP support. Make intr_next_cpu() available | jhb | 2009-06-25 | 2 | -2/+10 |
* | - Restore the behavior of pre-allocating IDT vectors for MSI interrupts. | jhb | 2009-06-25 | 4 | -55/+77 |
* | Whitespace fix. | jhb | 2009-06-24 | 1 | -0/+1 |
* | Make algorithm a bit more bulletproof. | mav | 2009-06-23 | 1 | -2/+2 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 2 | -1/+6 |
* | Fix variable name. | mav | 2009-06-23 | 1 | -1/+1 |
* | Rework r193814: | mav | 2009-06-23 | 1 | -34/+31 |
* | Eliminate dead code. These definitions should have been deleted with the | alc | 2009-06-22 | 1 | -10/+0 |
* | I have several machines where the following warning is printed: | ps | 2009-06-15 | 1 | -0/+3 |
* | Forbid multi-vector MSI interrupt vectors migration to another CPU once | mav | 2009-06-15 | 1 | -0/+2 |
* | Long, long ago in r27464 special case code for mapping device-backed | alc | 2009-06-14 | 1 | -49/+45 |
* | Enable PRINTF_BUFR_SIZE on i386 and amd64 by default. | ed | 2009-06-14 | 1 | -0/+1 |
* | Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet | yongari | 2009-06-10 | 1 | -0/+1 |
* | opt in to flowtable on i386/amd64 | kmacy | 2009-06-09 | 1 | -0/+1 |
* | remove flowtable from DEFAULTS | kmacy | 2009-06-09 | 1 | -1/+0 |
* | Unbreak the build for amd64 after r193814 using correct variable names. | bz | 2009-06-09 | 1 | -2/+2 |
* | When using i8254 as the only kernel timer source: | ariff | 2009-06-09 | 1 | -7/+31 |
* | Move C1E workaround into its own idle function. Previous workaround works | ariff | 2009-06-09 | 2 | -23/+73 |
* | Rewrite OsdSynch.c to reflect the latest ACPICA more closely: | jkim | 2009-06-08 | 1 | -3/+0 |
* | Revert my change; reintroduce __gnu89_inline. | ed | 2009-06-08 | 1 | -1/+1 |
* | Remove __gnu89_inline. | ed | 2009-06-08 | 1 | -1/+1 |