summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a FAST_DEPEND option, off by default, which speeds up the build significa...bdrewery2015-11-062-9/+29
* Fix the open solaris atomic functions on arm64. Without this we may use theandrew2015-11-051-1/+1
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-293-13/+22
* Add etherswitch support to mgezbb2015-10-251-2/+2
* Add libkern ffsll() for parity with flsll()cem2015-10-227-0/+7
* Add support for CloudABI on ARM64.ed2015-10-221-0/+1
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-222-6/+6
* Refactoring: move out generic bits from cloudabi64_sysvec.c.ed2015-10-221-0/+1
* Switch mips busdma to using the common busdma_buffalloc code. This amountsian2015-10-211-0/+1
* Introduce driver for Cavium's ThunderX MDIOzbb2015-10-181-0/+2
* Introduce initial support for Cavium's ThunderX networking interfacezbb2015-10-181-0/+6
* Import ARM_INTRNG, the "next generation" interrupt architecture for armian2015-10-182-1/+4
* Do as r289391 did for share/mk and make installing to a non-existent directorybdrewery2015-10-173-8/+8
* 2nd try, after r289319:bz2015-10-151-1/+1
* Revert r289319 as it seems some ARM kernels include HWPMC but no FDT.bz2015-10-141-1/+1
* Fix the dependencies to be similar to TCP as without TCP, e.g., NOIP kernelsbz2015-10-141-1/+1
* HWPMC depends on pmu.c even if device pmu is not specified.bz2015-10-141-1/+1
* There are times when it would be really nice to have a record of the last fewhiren2015-10-143-0/+6
* NTB: Enable 32-bit supportcem2015-10-131-0/+2
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-3/+0
* Build changes that allow the modules on arm64.kib2015-10-084-8/+23
* xen/console: Introduce a new console driver for Xen guestroyger2015-10-081-2/+1
* Move pmu.c to files.arm and rename the option to pmu. This is not hwpmcandrew2015-10-071-0/+1
* Merge ^/head r288126 through r288196.dim2015-09-242-13/+26
|\
| * Install kernel debug data under /usr/lib/debugemaste2015-09-242-13/+26
* | Merge ^/head r288035 through r288099.dim2015-09-229-8/+1
|\ \ | |/
| * Move kbd.c to main sys/conf/files listemaste2015-09-219-8/+1
* | Merge ^/head r287878 through r288034.dim2015-09-201-0/+2
|\ \ | |/
| * Add alternate descriptors support for if_dwc.loos2015-09-201-0/+2
* | Merge ^/head r287680 through r287877.dim2015-09-162-0/+2
|\ \ | |/
| * arm64: add kbd.c to the build for ukbd to fix the buildemaste2015-09-151-0/+1
| * - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-121-0/+1
* | Merge ^/head r287527 through r287679.dim2015-09-115-5/+6
|\ \ | |/
| * Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-113-3/+3
| * Reimplement CTL High Availability.mav2015-09-101-0/+1
| * Remove opt_random.h header pollution from sys/random.h by movingngie2015-09-081-2/+2
* | Merge ^/head r286858 through r287489.dim2015-09-059-18/+42
|\ \ | |/
| * Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. Forandrew2015-09-011-0/+1
| * Add support for the DesignWare MMC hardware in the HiSilicon hi6220. Thisandrew2015-09-011-0/+2
| * Comment out cleaning files, since it cleans too much.imp2015-08-281-1/+2
| * Fix cleaning of files generated from .m sources.imp2015-08-281-5/+3
| * New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughimp2015-08-271-0/+7
| * Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-271-0/+1
| * Add the SOC_HISI_HI6220 option. This will be used to enable drivers forandrew2015-08-261-0/+1
| * Merge ACPICA 20150818.jkim2015-08-261-1/+1
| * Add an option to select which SoCs we are building for. It is intended toandrew2015-08-262-3/+6
| * Import ioat(4) drivercem2015-08-241-0/+2
| * Make the UMA harvesting go away completely if not wanted. Default to "not wan...markm2015-08-222-7/+8
| * Create a RouterBoard platform and use it to create a flash mapjhibbits2015-08-222-0/+2
| * Add ALTQ(9) support for the CoDel algorithm.loos2015-08-212-0/+2
OpenPOWER on IntegriCloud