| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile fixes for xen build. | kmacy | 2008-08-15 | 6 | -162/+215 |
* | Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does. | jkim | 2008-08-13 | 1 | -4/+4 |
* | - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s). | jkim | 2008-08-13 | 2 | -78/+84 |
* | In the case of POWERFAIL_NMI, remove the Giant acquisitions because they | attilio | 2008-08-13 | 1 | -4/+0 |
* | Attach the cpufreq child devices with specific orders to enforce relative | jhb | 2008-08-13 | 4 | -4/+4 |
* | MFamd64: Remove unused macros. | jkim | 2008-08-12 | 1 | -21/+0 |
* | Update copyrights and fix style(9). | jkim | 2008-08-12 | 2 | -12/+12 |
* | Reduce number of stack usages with unused %edi. | jkim | 2008-08-12 | 1 | -7/+8 |
* | Import i386 xen sub-arch files. | kmacy | 2008-08-12 | 5 | -0/+7257 |
* | Import xen sub-arch includes. | kmacy | 2008-08-12 | 12 | -0/+2038 |
* | Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr, | jhb | 2008-08-11 | 1 | -9/+63 |
* | MFamd64: Decode "cmov*" instructions. | jhb | 2008-08-11 | 1 | -1/+21 |
* | Add glxsb(4) driver for the Security Block in AMD Geode LX processors (as | philip | 2008-08-09 | 1 | -0/+6 |
* | - Add cpuctl(4) pseudo-device driver to provide access to some low-level | stas | 2008-08-08 | 4 | -0/+67 |
* | Make pmap_kenter_attr() static. | alc | 2008-08-04 | 2 | -2/+2 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 2 | -66/+0 |
* | Adjust comment. This stack is only used for booting now and not as an | jhb | 2008-08-01 | 1 | -1/+1 |
* | Add igb driver to the default kernel | jfv | 2008-07-30 | 1 | -1/+2 |
* | Correct an off-by-one error in the previous change to pmap_change_attr(). | alc | 2008-07-28 | 1 | -2/+4 |
* | Don't allow pmap_change_attr() to be applied to the recursive mapping. | alc | 2008-07-28 | 1 | -1/+1 |
* | Style fixes to several function definitions. | alc | 2008-07-27 | 1 | -8/+4 |
* | Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointer | luoqi | 2008-07-23 | 1 | -1/+10 |
* | Correct an error in pmap_change_attr()'s initial loop that verifies that the | alc | 2008-07-18 | 1 | -1/+1 |
* | Simplify pmap_extract()'s control flow, making it more like the related | alc | 2008-07-18 | 1 | -6/+5 |
* | Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is | alc | 2008-07-15 | 1 | -3/+3 |
* | Make uart(4) the default serial port driver on i386 and amd64. | ed | 2008-07-13 | 2 | -16/+15 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT | alc | 2008-07-07 | 1 | -2/+4 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -1/+7 |
* | Remove the sbni(4) driver. No one responded to calls to test it on | jhb | 2008-07-04 | 1 | -6/+0 |
* | Remove the oltr(4) driver. No one responded to calls for testing on | jhb | 2008-07-04 | 1 | -5/+0 |
* | Remove the arl(4) driver. It is reported to not work on 6.x or later | jhb | 2008-07-04 | 1 | -5/+0 |
* | Eliminate an unused declaration. (In fact, the declaration is bogus | alc | 2008-07-04 | 1 | -1/+0 |
* | Remove the unused M_MEMDEV from the kernel. | ed | 2008-06-25 | 1 | -2/+0 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 2 | -4/+0 |
* | Emit opcodes closer to GNU as(1) generated codes and micro-optimize. | jkim | 2008-06-24 | 2 | -59/+46 |
* | Rehash and clean up BPF JIT compiler macros to match AT&T notations. | jkim | 2008-06-23 | 2 | -143/+143 |
* | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | delphij | 2008-06-20 | 1 | -0/+1 |
* | Remove obselete PECOFF image activator support. | wkoszek | 2008-06-14 | 2 | -64/+0 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -1/+1 |
* | After probing the available frequency settings, restore the CPU to run at | jhb | 2008-05-30 | 1 | -17/+5 |
* | Add jme(4) to the list of drivers supported by GENERIC kernel. | yongari | 2008-05-27 | 1 | -0/+1 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -230/+0 |
* | style fix for newly introduced macro. | attilio | 2008-05-25 | 1 | -1/+1 |
* | Restore buildable state. Style ignored. | bz | 2008-05-24 | 1 | -0/+6 |
* | Add a cyclic hook for DTrace. | jb | 2008-05-24 | 1 | -0/+17 |
* | Add the DTrace hooks for exception handling (Function boundary trace | jb | 2008-05-24 | 3 | -2/+140 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 1 | -298/+0 |
* | Use the "options " spelling (vs. "options<TAB>") so that commented lines | obrien | 2008-05-21 | 1 | -3/+2 |
* | Add age(4) to the list of drivers supported by GENERIC kernel. | yongari | 2008-05-19 | 1 | -0/+1 |