summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Move zlib.c from net to libkern.rodrigc2015-04-221-3/+3
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-223-0/+3
* Make IFMEDIA_DEBUG a kernel option.glebius2015-04-212-0/+2
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-1/+2
* Complete r281670, unlist removed files.kib2015-04-181-2/+0
* Remove xform_ipip.c and code related to XF_IP4.ae2015-04-181-1/+0
* Fix kernel build ${MACHINE} pathemaste2015-04-163-3/+6
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-163-17/+10
* Add psci for arm64. This is currently used when rebooting and powering offandrew2015-04-131-0/+2
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-0/+5
* Bring in the start of the arm64 kernel.andrew2015-04-134-0/+255
* Add a driver for the ARM Power State Coordination Interface (PSCI). Thisandrew2015-04-121-0/+2
* Move all code related to IP fragment reassembly to ip_reass.c. Someglebius2015-04-101-0/+1
* newvers.sh: remove 'X' hack from shell scripteadler2015-04-081-4/+4
* Add support for the MIPS74K SoC family performance counters events.adrian2015-04-051-0/+1
* Add file missed in r281096.jhibbits2015-04-051-2/+1
* Fix whitespace.jhibbits2015-04-041-1/+1
* Add mpc85xx_gpio to the build conf.jhibbits2015-04-041-0/+1
* Add necessary changes to support various Amlogic SoC devicesganbold2015-03-311-0/+1
* Remove support for CPU_XSCALE_80200. None of our configs support it, andandrew2015-03-301-2/+2
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.andrew2015-03-301-1/+0
* Only build cpufunc_asm_armv4.S when needed.andrew2015-03-301-1/+1
* xen: add a handler for the debug interruptroyger2015-03-301-0/+1
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-0/+12
* Remove arm1136 support. We don't have any configs that use it, and I don'tandrew2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+0
* Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it.andrew2015-03-291-1/+0
* Remove all the handcrafted assembly in hwpmc_armv7.c and use thebz2015-03-281-1/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-0/+2
* Add a note of clarification. MK_* variables only control what modulesimp2015-03-271-38/+4
* Categorize certain kernel builds as being broken in certain places.imp2015-03-271-0/+28
* Add support for specifying unsupported / broken options that overrideimp2015-03-271-0/+10
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-262-1/+3
* Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add theandrew2015-03-241-0/+2
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-242-7/+1
* Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.loos2015-03-201-0/+1
* Allow to override default kernel virtual address assignment on ARMzbb2015-03-201-0/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-192-0/+2
* Fix ixgbe(4) - add ix_txrx to compile in the kernel.adrian2015-03-181-0/+2
* Update to the Intel ixgbe driver:jfv2015-03-172-15/+16
* Merge ^/head r279985 through r279994.dim2015-03-141-2/+2
* Merge ^/head r279893 through r279984.dim2015-03-141-3/+37
|\
| * Categorize certain kernel builds as being broken in certain places.imp2015-03-121-0/+27
| * Add support for specifying unsupported / broken options that overrideimp2015-03-121-3/+10
* | Merge ^/head r279759 through r279892.dim2015-03-113-9/+6
|\ \ | |/
| * Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-111-3/+1
| * Reimplement support for userland core dump compression using a new interfacemarkj2015-03-092-6/+5
* | Merging ^/head r279596 through r279758.dim2015-03-071-2/+1
|\ \ | |/
| * Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-2/+1
* | Merge ^/head r279313 through r279595.dim2015-03-045-7/+17
|\ \ | |/
OpenPOWER on IntegriCloud