summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Move some MIPS specific flags to be more congruent with otherimp2015-12-193-2/+3
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-2/+3
* Consistently use ${AWK} instead of hard-coding the program name.markj2015-12-171-1/+1
* Fix kernel build with "options GEOM_MOUNTVER". Previously it was onlytrasz2015-12-141-0/+1
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-0/+2
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-072-2/+0
* Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.bdrewery2015-12-041-0/+2
* newvers: Honour SOURCE_DATE_EPOCH as a build reproducibility measureemaste2015-12-031-1/+9
* Add support for a generic AHCI attachment. This allows us to attach to aandrew2015-12-031-0/+1
* Add initial ar9300 HAL support for the spectral scan mode.adrian2015-12-021-0/+2
* Restore cleaning of auto-generated kobj files after the recent MFILESjhb2015-12-012-7/+10
* Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supportskevlo2015-12-012-1/+5
* Add Freescale QorIQ GPIO driver.jhibbits2015-11-301-0/+1
* Fix build with new binutils. This gets a working kernel with GCC 5.2 andnwhitehorn2015-11-291-0/+1
* Add AR9530 (honeybee) config option.adrian2015-11-281-0/+1
* Stop building vers.c in include/ and only build the needed osreldate.h.bdrewery2015-11-251-0/+6
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-252-2/+1
* Add dependency to uether.kevlo2015-11-242-3/+5
* [ath] migrate ioctl and busdma memory operations out into separate source files.adrian2015-11-241-0/+4
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-0/+1
* Create device options for the two common ARM timers.andrew2015-11-211-0/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-0/+2
* DTrace is known to work on armv6, enable building it as a module.andrew2015-11-201-1/+4
* Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds byhselasky2015-11-192-0/+58
* uart(4) - make the 8250 uart baudrate tolerance build time tweakable.adrian2015-11-181-0/+1
* Add support for new LAW registers in QorIQ SoCs.jhibbits2015-11-182-7/+8
* Remove redundant copies of CDDL_CFLAGS.imp2015-11-161-3/+3
* Now that the PMU implementation is independent of HWPMCbz2015-11-091-0/+1
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-082-5/+6
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.bdrewery2015-11-081-1/+1
* FAST_DEPEND: Don't include depend files when using 'make -V'.bdrewery2015-11-081-0/+2
* Add support for RMII in macb, cribbed slightly from the ateimp2015-11-071-0/+1
* 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
OpenPOWER on IntegriCloud