| 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 | -1/+46 |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 1 | -1/+0 |
* | Change the default value for the flag enabling superpage mapping and | alc | 2010-02-01 | 1 | -1/+1 |
* | Enable MTRR on all VIA CPUs that claim support. | rnoland | 2010-01-31 | 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 |
* | Optimize pmap_demote_pde() by using the new KPTmap to access a kernel | alc | 2010-01-27 | 1 | -21/+15 |
* | Handle a race between pmap_kextract() and pmap_promote_pde(). This race is | alc | 2010-01-23 | 2 | -4/+44 |
* | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | kib | 2010-01-23 | 1 | -65/+100 |
* | Move the examples for the 'hints' and 'env' keywords from various GENERIC | jhb | 2010-01-19 | 1 | -9/+0 |
* | Recommit r193732: | ed | 2010-01-19 | 2 | -2/+2 |
* | - Allow clock subsystem to be compiled without the apic support [0] | attilio | 2010-01-17 | 1 | -2/+0 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | attilio | 2010-01-15 | 3 | -37/+65 |
* | Only allocate the space we need before calling kern_getgroups instead | brooks | 2010-01-15 | 1 | -3/+7 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -1/+1 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -2/+2 |
* | 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 | 2 | -5/+4 |
* | Eliminate an unused declaration. | alc | 2010-01-11 | 1 | -3/+0 |
* | Eliminate unused declarations. | alc | 2010-01-10 | 1 | -3/+0 |
* | Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. | imp | 2010-01-10 | 1 | -0/+1 |
* | Long ago, in r120654, the rounding of KERNend and physfree in locore | alc | 2010-01-09 | 1 | -20/+0 |
* | In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows | bz | 2010-01-08 | 1 | -0/+2 |
* | Unbreak the XEN build after r201751. | bz | 2010-01-08 | 1 | -0/+4 |
* | Catch up with r183101 that added "device acpi" to GENERIC. | alc | 2010-01-08 | 1 | -4/+0 |
* | Make pmap_set_pg() static. | alc | 2010-01-07 | 3 | -3/+4 |
* | Eliminate unused variables (see r137912). | alc | 2010-01-07 | 2 | -4/+0 |
* | 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 | 3 | -5/+6 |
* | - Create a separate section in in the MI NOTES file for PCI wireless NIC | jhb | 2009-12-18 | 1 | -19/+0 |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | dougb | 2009-12-16 | 1 | -0/+7 |
* | Remove comment claiming that building acpi into the kernel is deprecated. | jhb | 2009-12-14 | 1 | -3/+0 |
* | for PV XEN translate page table entries from machine (real) to physical (logi... | kmacy | 2009-12-10 | 1 | -0/+16 |
* | - revert pmap_kenter_temporary to taking a physical address | kmacy | 2009-12-10 | 3 | -9/+11 |
* | make PV core dump actually dump memory - still need to fix program header ini... | kmacy | 2009-12-09 | 2 | -0/+7 |
* | mca: small enhancements related to cpu quirks | avg | 2009-12-03 | 1 | -8/+22 |
* | Fix cut'n paste on the AR9280 entry. | thompsa | 2009-12-02 | 1 | -1/+1 |
* | mca: improve status checking, recording and reporting | avg | 2009-12-02 | 2 | -49/+63 |
* | Add missing ath_ar9* ath hal entries. | thompsa | 2009-12-02 | 1 | -0/+2 |
* | 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 |
* | i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xen | attilio | 2009-11-27 | 1 | -4/+0 |
* | fixup kernel core dumps on paravirtual guests | kmacy | 2009-11-24 | 1 | -1/+1 |
* | - Add more aggressive BPF JIT optimization. This is in more favor of i386 | jkim | 2009-11-23 | 2 | -58/+105 |
* | Add an experimental and rudimentary JIT optimizer to reduce unncessary | jkim | 2009-11-21 | 2 | -47/+127 |
* | General style cleanup, no functional change. | jkim | 2009-11-20 | 1 | -32/+29 |