| Commit message (Expand) | Author | Age | Files | Lines |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 1 | -3/+3 |
* | Move some common code from sys/amd64/amd64/machdep.c and | kib | 2015-04-22 | 3 | -0/+3 |
* | Make IFMEDIA_DEBUG a kernel option. | glebius | 2015-04-21 | 2 | -0/+2 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 1 | -1/+2 |
* | Complete r281670, unlist removed files. | kib | 2015-04-18 | 1 | -2/+0 |
* | Remove xform_ipip.c and code related to XF_IP4. | ae | 2015-04-18 | 1 | -1/+0 |
* | Fix kernel build ${MACHINE} path | emaste | 2015-04-16 | 3 | -3/+6 |
* | Move ALTQ from contrib to net/altq. The ALTQ code is for many years | glebius | 2015-04-16 | 3 | -17/+10 |
* | Add psci for arm64. This is currently used when rebooting and powering off | andrew | 2015-04-13 | 1 | -0/+2 |
* | Add config option PAE_TABLES for the i386 kernel. It switches pmap to | kib | 2015-04-13 | 1 | -0/+5 |
* | Bring in the start of the arm64 kernel. | andrew | 2015-04-13 | 4 | -0/+255 |
* | Add a driver for the ARM Power State Coordination Interface (PSCI). This | andrew | 2015-04-12 | 1 | -0/+2 |
* | Move all code related to IP fragment reassembly to ip_reass.c. Some | glebius | 2015-04-10 | 1 | -0/+1 |
* | newvers.sh: remove 'X' hack from shell script | eadler | 2015-04-08 | 1 | -4/+4 |
* | Add support for the MIPS74K SoC family performance counters events. | adrian | 2015-04-05 | 1 | -0/+1 |
* | Add file missed in r281096. | jhibbits | 2015-04-05 | 1 | -2/+1 |
* | Fix whitespace. | jhibbits | 2015-04-04 | 1 | -1/+1 |
* | Add mpc85xx_gpio to the build conf. | jhibbits | 2015-04-04 | 1 | -0/+1 |
* | Add necessary changes to support various Amlogic SoC devices | ganbold | 2015-03-31 | 1 | -0/+1 |
* | Remove support for CPU_XSCALE_80200. None of our configs support it, and | andrew | 2015-03-30 | 1 | -2/+2 |
* | Remove support for CPU_FA626TE. It's unused by any of our kernel configs. | andrew | 2015-03-30 | 1 | -1/+0 |
* | Only build cpufunc_asm_armv4.S when needed. | andrew | 2015-03-30 | 1 | -1/+1 |
* | xen: add a handler for the debug interrupt | royger | 2015-03-30 | 1 | -0/+1 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 1 | -0/+12 |
* | Remove arm1136 support. We don't have any configs that use it, and I don't | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it. | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove all the handcrafted assembly in hwpmc_armv7.c and use the | bz | 2015-03-28 | 1 | -1/+1 |
* | Make simplebus a base class of ofwbus. This allows the elimination of | ian | 2015-03-27 | 1 | -0/+2 |
* | Add a note of clarification. MK_* variables only control what modules | imp | 2015-03-27 | 1 | -38/+4 |
* | Categorize certain kernel builds as being broken in certain places. | imp | 2015-03-27 | 1 | -0/+28 |
* | Add support for specifying unsupported / broken options that override | imp | 2015-03-27 | 1 | -0/+10 |
* | New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it. | ian | 2015-03-26 | 2 | -1/+3 |
* | Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add the | andrew | 2015-03-24 | 1 | -0/+2 |
* | Remove from legacy ata(4) driver support for hardware, supported by newer | mav | 2015-03-24 | 2 | -7/+1 |
* | Add a driver for the Dallas/Maxim DS1307, another common i2c RTC. | loos | 2015-03-20 | 1 | -0/+1 |
* | Allow to override default kernel virtual address assignment on ARM | zbb | 2015-03-20 | 1 | -0/+1 |
* | Use VT-d interrupt remapping block (IR) to perform FSB messages | kib | 2015-03-19 | 2 | -0/+2 |
* | Fix ixgbe(4) - add ix_txrx to compile in the kernel. | adrian | 2015-03-18 | 1 | -0/+2 |
* | Update to the Intel ixgbe driver: | jfv | 2015-03-17 | 2 | -15/+16 |
* | Merge ^/head r279985 through r279994. | dim | 2015-03-14 | 1 | -2/+2 |
* | Merge ^/head r279893 through r279984. | dim | 2015-03-14 | 1 | -3/+37 |
|\ |
|
| * | Categorize certain kernel builds as being broken in certain places. | imp | 2015-03-12 | 1 | -0/+27 |
| * | Add support for specifying unsupported / broken options that override | imp | 2015-03-12 | 1 | -3/+10 |
* | | Merge ^/head r279759 through r279892. | dim | 2015-03-11 | 3 | -9/+6 |
|\ \
| |/ |
|
| * | Factor out mbuf hashing code from LAGG driver so that other network | hselasky | 2015-03-11 | 1 | -3/+1 |
| * | Reimplement support for userland core dump compression using a new interface | markj | 2015-03-09 | 2 | -6/+5 |
* | | Merging ^/head r279596 through r279758. | dim | 2015-03-07 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent | nwhitehorn | 2015-03-07 | 1 | -2/+1 |
* | | Merge ^/head r279313 through r279595. | dim | 2015-03-04 | 5 | -7/+17 |
|\ \
| |/ |
|