| Commit message (Expand) | Author | Age | Files | Lines |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | dougb | 2009-12-16 | 1 | -0/+6 |
* | For ia32 syscall(), call cpu_set_syscall_retval(). Update comment inside | kib | 2009-12-12 | 2 | -30/+6 |
* | Simplify a macro not to generate unncessary symbols. | jkim | 2009-12-08 | 1 | -14/+1 |
* | mca: small enhancements related to cpu quirks | avg | 2009-12-03 | 1 | -8/+22 |
* | mca: improve status checking, recording and reporting | avg | 2009-12-02 | 2 | -49/+63 |
* | amdsbwd: new driver for AMD SB600/SB7xx watchdog timer | avg | 2009-11-30 | 1 | -0/+2 |
* | x86 cpu features: add MOVBE reporting and flag | avg | 2009-11-30 | 2 | -1/+2 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 1 | -3/+1 |
* | - Add more aggressive BPF JIT optimization. This is in more favor of i386 | jkim | 2009-11-23 | 2 | -46/+68 |
* | Add an experimental and rudimentary JIT optimizer to reduce unncessary | jkim | 2009-11-21 | 2 | -51/+160 |
* | General style cleanup, no functional change. | jkim | 2009-11-20 | 1 | -32/+29 |
* | - Allocate scratch memory on stack instead of pre-allocating it with | jkim | 2009-11-20 | 2 | -61/+66 |
* | Fix tinderbox build for i386 and sync amd64 with it. | jkim | 2009-11-19 | 1 | -1/+1 |
* | - Change internal function bpf_jit_compile() to return allocated size of | jkim | 2009-11-18 | 1 | -9/+7 |
* | - Make BPF JIT compiler working again in userland. We are limiting size of | jkim | 2009-11-18 | 2 | -12/+25 |
* | Uppercase the UL suffix on a constant, so Flexelint doesn't worry that | phk | 2009-11-16 | 1 | -1/+1 |
* | Amd64 init_secondary() calls initializecpu() while curthread is still | kib | 2009-11-13 | 3 | -0/+7 |
* | - 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 | 1 | -1/+1 |
* | Extract the code that records syscall results in the frame into MD | kib | 2009-11-10 | 2 | -33/+40 |
* | 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 |
* | Tweak memory allocation for amd64 suspend/resume CPU context. | jkim | 2009-11-04 | 2 | -19/+17 |
* | Opteron rev E family of processor expose a bug where, in very rare | attilio | 2009-11-04 | 1 | -0/+18 |
* | Fix some problems with effective mmap() offsets > 32 bits. This was | jhb | 2009-10-28 | 1 | -36/+30 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 3 | -40/+16 |
* | Try hiding annoying text cursor after the video controller is reset. | jkim | 2009-10-23 | 1 | -0/+5 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+5 |
* | 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/+6 |
* | atomic_cmpset_barr_* was added in order to cope with compilers willing to | attilio | 2009-10-09 | 1 | -32/+44 |
* | Clean up amd64 suspend/resume code. | jkim | 2009-10-08 | 3 | -33/+35 |
* | - All the functions in atomic.h needs to be in "physical" form (like | attilio | 2009-10-06 | 1 | -46/+29 |
* | Per their definition, atomic instructions used in conjuction with | attilio | 2009-10-06 | 1 | -46/+67 |
* | Make sure that the primary native brandinfo always gets added | bz | 2009-10-03 | 1 | -1/+1 |
* | 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 | -3/+3 |
* | Temporarily disable the use of 1GB page mappings by the direct map. There | alc | 2009-09-28 | 1 | -2/+2 |
* | Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and | jkim | 2009-09-27 | 2 | -8/+712 |
* | lindev(4) [1] is supposed to be a collection of linux-specific pseudo | bz | 2009-09-26 | 1 | -0/+3 |
* | Add a backtrace to the "fpudna in kernel mode!" case, to help track down | emaste | 2009-09-24 | 1 | -1/+4 |
* | number of cleanups in i386 and amd64 pci md code | avg | 2009-09-24 | 1 | -8/+8 |
* | Extract the code to find and map the MADT ACPI table during early kernel | jhb | 2009-09-23 | 3 | -223/+257 |
* | - Split the logic to parse an SMAP entry out into a separate function on | jhb | 2009-09-22 | 1 | -33/+73 |
* | Build x86bios only for i386/amd64 for now. More work is required | delphij | 2009-09-21 | 1 | -0/+5 |
* | If CPU happens to be in usermode when a T_RESERVED trap occured, | kib | 2009-09-21 | 1 | -0/+5 |