| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cpu model for PODP5V83. It is P24T, not P54T. | nyan | 2009-11-12 | 1 | -1/+1 |
* | - Style nits. | kuriyama | 2009-11-12 | 1 | -3/+1 |
* | reflect that pg_ps_enabled is a tunable, not just a read-only sysctl | avg | 2009-11-11 | 2 | -2/+2 |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 2 | -29/+37 |
* | Make isa_dma functions MPSAFE by introducing its own private lock. These | rdivacky | 2009-11-09 | 1 | -27/+83 |
* | - Add hw.clflush_disable loader tunable to avoid panic (trap 9) at | kuriyama | 2009-11-09 | 1 | -1/+18 |
* | Strip from messages for users external URLs the project cannot directly | attilio | 2009-11-05 | 1 | -4/+1 |
* | Opteron rev E family of processor expose a bug where, in very rare | attilio | 2009-11-04 | 1 | -0/+18 |
* | Unobfuscate unit number handling in apm(4). | ed | 2009-10-31 | 1 | -13/+9 |
* | Fix some problems with effective mmap() offsets > 32 bits. This was | jhb | 2009-10-28 | 1 | -34/+31 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 2 | -33/+12 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 2 | -0/+10 |
* | add amdtemp to i386 NOTES | avg | 2009-10-20 | 1 | -0/+2 |
* | Move intr_describe() out of #ifdef SMP; the function is always required. | kib | 2009-10-16 | 1 | -17/+17 |
* | Add a facility for associating optional descriptions with active interrupt | jhb | 2009-10-15 | 3 | -0/+30 |
* | Move the USB wireless drivers down into their own section next to the USB | jhb | 2009-10-13 | 1 | -4/+5 |
* | Define architectural load bases for PIE binaries. Addresses were selected | kib | 2009-10-10 | 1 | -0/+2 |
* | atomic_cmpset_barr_* was added in order to cope with compilers willing to | attilio | 2009-10-09 | 1 | -64/+48 |
* | - All the functions in atomic.h needs to be in "physical" form (like | attilio | 2009-10-06 | 1 | -45/+50 |
* | Per their definition, atomic instructions used in conjuction with | attilio | 2009-10-06 | 1 | -46/+73 |
* | Make sure that the primary native brandinfo always gets added | bz | 2009-10-03 | 1 | -1/+1 |
* | make read_eflags and write_eflags accomplish the same effect on PVM as native, | kmacy | 2009-10-01 | 3 | -28/+42 |
* | As a workaround, for Intel CPUs, do not use CLFLUSH in | kib | 2009-10-01 | 1 | -0/+6 |
* | Improve 802.11s comment. | rpaulo | 2009-10-01 | 1 | -1/+1 |
* | cpufunc.h: unify/correct style of c extension names | avg | 2009-09-30 | 1 | -2/+2 |
* | Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and | jkim | 2009-09-27 | 1 | -6/+6 |
* | lindev(4) [1] is supposed to be a collection of linux-specific pseudo | bz | 2009-09-26 | 1 | -0/+3 |
* | number of cleanups in i386 and amd64 pci md code | avg | 2009-09-24 | 1 | -7/+7 |
* | Extract the code to find and map the MADT ACPI table during early kernel | jhb | 2009-09-23 | 3 | -222/+253 |
* | - Split the logic to parse an SMAP entry out into a separate function on | jhb | 2009-09-22 | 1 | -6/+34 |
* | Build x86bios only for i386/amd64 for now. More work is required | delphij | 2009-09-21 | 1 | -0/+3 |
* | If CPU happens to be in usermode when a T_RESERVED trap occured, | kib | 2009-09-21 | 1 | -0/+5 |
* | Automatically depend on x86emu when vesa or dpms is being built into | delphij | 2009-09-21 | 1 | -1/+1 |
* | Enable s3pci on amd64 which works on top of VESA, and allow | delphij | 2009-09-21 | 1 | -0/+3 |
* | When superpages are enabled, add the 2 or 4MB page size to the array of | alc | 2009-09-18 | 1 | -0/+5 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -2/+5 |
* | fix UP compilation | kmacy | 2009-09-11 | 2 | -3/+1 |
* | Consolidate CPUID to CPU family/model macros for amd64 and i386 to reduce | jkim | 2009-09-10 | 6 | -24/+18 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 2 | -0/+13 |
* | As was done in r196643 for i386 and amd64, swap the start/end virtual | kib | 2009-09-09 | 1 | -2/+2 |
* | - Teach vesa(4) and dpms(4) about x86emu. [1] | delphij | 2009-09-09 | 4 | -2047/+1 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -6/+53 |
* | Add missing ';'. | kib | 2009-09-04 | 1 | -1/+1 |
* | whitespace commit | julian | 2009-09-04 | 1 | -2/+2 |
* | Bring i386 up to date with amd64 and others. | julian | 2009-09-04 | 1 | -5/+5 |
* | Fix confusing comments about default PAT entries. | jkim | 2009-09-02 | 1 | -2/+2 |
* | - Work around ACPI mode transition problem for recent NVIDIA 9400M chipset | jkim | 2009-09-02 | 1 | -17/+46 |
* | Don't attempt to bind the current thread to the CPU an IRQ is bound to | jhb | 2009-09-02 | 1 | -9/+12 |
* | Delete whitespace not in i386/pmap.c | adrian | 2009-09-01 | 1 | -1/+0 |