| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the options DEADLKRES (introducing the deadlock resolver thread) in | attilio | 2010-02-10 | 2 | -0/+2 |
* | Update documentation for the iwn and iwnfw drivers: they support the 1000, 51... | brucec | 2010-02-08 | 1 | -2/+48 |
* | Enable MTRR on all VIA CPUs that claim support (amd64). | rnoland | 2010-02-02 | 1 | -4/+1 |
* | Welcome drm support for VIA unichrome chips. | rnoland | 2010-01-31 | 1 | -0/+1 |
* | add static qualifier to definition of a function already declared static | avg | 2010-01-29 | 1 | -1/+1 |
* | Fix array overflow. This routine is only called from procfs, | trasz | 2010-01-24 | 1 | -2/+0 |
* | Simplify the mapping of the system message buffer. Use the direct map just | alc | 2010-01-23 | 2 | -12/+4 |
* | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | kib | 2010-01-23 | 2 | -125/+200 |
* | Move the examples for the 'hints' and 'env' keywords from various GENERIC | jhb | 2010-01-19 | 2 | -18/+0 |
* | Recommit r193732: | ed | 2010-01-19 | 1 | -1/+1 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | attilio | 2010-01-15 | 3 | -36/+58 |
* | Update the ident for the XENHVM kernel config to match the filename. | jhb | 2010-01-14 | 1 | -1/+1 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -1/+1 |
* | Use io(4) for I/O port access on ia64, rather than through sysarch(2). | marcel | 2010-01-11 | 2 | -0/+10 |
* | Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386. | alc | 2010-01-11 | 1 | -8/+2 |
* | Eliminate unused declarations. | alc | 2010-01-10 | 1 | -6/+0 |
* | Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. | imp | 2010-01-10 | 1 | -0/+1 |
* | Set md_ldt (pointer to the LDT) after md_ldt_sd (system segment | kib | 2010-01-09 | 1 | -1/+2 |
* | In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows | bz | 2010-01-08 | 1 | -0/+2 |
* | Revert 200594. This file isn't intended for these sorts of things. | imp | 2010-01-04 | 1 | -7/+0 |
* | Add vlan(4) to all GENERIC kernels. | brooks | 2010-01-03 | 1 | -0/+1 |
* | Quiet variable "shadows" warning: | obrien | 2010-01-01 | 1 | -18/+18 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -2/+2 |
* | - Create a separate section in in the MI NOTES file for PCI wireless NIC | jhb | 2009-12-18 | 1 | -9/+0 |
* | 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 |