summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add DEV_ACPI to opt_acpi.h to be used to detect when ACPI is enabled inandrew2015-05-051-0/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)jhibbits2015-05-041-0/+1
* Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.erj2015-05-011-0/+2
* Remove leftover from r282269.jkim2015-04-302-5/+5
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-304-52/+43
* Also happened to miss this in r282264.jhibbits2015-04-301-3/+4
* Make it possible to statically link SIFTR into the kernelgnn2015-04-292-0/+2
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-0/+1
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-292-0/+4
* Only include CWARNFLAGS once to reduce command line size from ~1400imp2015-04-282-2/+2
* Allow the arm64 config file to define SOCDEV_PA and SOCDEV_VA that may beandrew2015-04-281-0/+2
* Only enable the hpet driver on x86 hardware, it doesn't exist on arm64.andrew2015-04-283-1/+2
* Introduce ddb(4) support for ARM64zbb2015-04-271-0/+4
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-243-0/+3
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toandrew2015-04-231-0/+3
* 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
OpenPOWER on IntegriCloud