summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add more fine-grained kernel options for NUMA support.jhb2016-04-092-1/+11
* newvers.sh: rationalize licence condition numberingemaste2016-04-071-1/+1
* Add option to specify built-in keymap for kbdmuxemaste2016-04-073-0/+10
* arm64: bzero optimizationwma2016-04-041-0/+1
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-033-3/+3
* Move support for Synopsys Designware APB UART out of ns8250 and into ajmcneill2016-04-011-1/+2
* Fix PowerPC LINT build after r297392zbb2016-04-011-1/+1
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-304-84/+0
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-295-1/+7
* simplify compile-time default keyboard map generationemaste2016-03-284-8/+8
* Adding pci_host_generic unconditionally breaks ARM boards with a PCI(e) inter...bz2016-03-221-1/+1
* Build the zfs module on armv6, but not on older arm.ian2016-03-211-2/+1
* Remove from NOTES - it's built as a module now.adrian2016-03-211-3/+0
* Now that urtwn is its own device, and it'll get hotplug loaded byadrian2016-03-201-44/+0
* Allow pci_host_generic to be compiled into ARM kernels, used, e.g., inbz2016-03-181-0/+1
* Fix copy-n-pasteo in r296899 ukbdmap.h header generation for pc98emaste2016-03-151-1/+1
* Add phy framework, a next part of new 'extended resources' family ofmmel2016-03-151-0/+2
* Add regulator framework, a next part of new 'extended resources' family ofmmel2016-03-151-3/+8
* CLK: Add enumerator for 'clocks' OFW node. Add bus device bindingsmmel2016-03-151-0/+1
* Fix atkbdmap.h generation for sc/vt consolesemaste2016-03-154-8/+8
* We only support GCC 4.8 for these flags.bdrewery2016-03-131-3/+2
* Enable FAST_DEPEND by default.bdrewery2016-03-121-1/+1
* Reduce duplicated logic from r291744.bdrewery2016-03-122-5/+6
* Stop looking up these values in every subdir on install.bdrewery2016-03-122-1/+5
* FAST_DEPEND: Use .dinclude to enable full .depend logic in bmake.bdrewery2016-03-111-1/+8
* Add support for ddb(4).br2016-03-102-1/+5
* Add MIPS_INTRNG to sys/conf/options.mipssgalabov2016-03-081-0/+5
* Merge ^/head r296007 through r296368.dim2016-03-038-14/+15
|\
| * Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.bdrewery2016-03-021-1/+3
| * Refactor the AIO subsystem to permit file-type-specific handling andjhb2016-03-013-7/+1
| * cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.np2016-03-011-2/+2
| * FAST_DEPEND: Prefer .OBJDIR depend files.bdrewery2016-02-291-1/+1
| * Add SMP support to the ARM PLATFORM code. This will allow us to haveandrew2016-02-281-0/+1
| * Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-0/+1
| * Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-0/+1
| * Remove more references to targets we've never had.bdrewery2016-02-261-3/+3
| * Add the Allwinner A31 and A31s padconf support. It's currently unused, butandrew2016-02-251-0/+2
* | Merge ^/head r295902 through r296006.dim2016-02-2410-31/+69
|\ \ | |/
| * Remove hack from r2408 that is no longer needed.bdrewery2016-02-241-3/+0
| * FAST_DEPEND: Always run depend via beforebuild which removes many hacks.bdrewery2016-02-241-0/+6
| * Hook the meta/nofilemon build into using FAST_DEPEND.bdrewery2016-02-242-11/+30
| * FAST_DEPEND: Don't waste time generating an empty .depend file.bdrewery2016-02-241-2/+0
| * FAST_DEPEND: Rework how guessed dependencies are handled.bdrewery2016-02-242-9/+19
| * Support beforebuild in the kernel.bdrewery2016-02-241-1/+2
| * Remove ilinks in cleandepend directly via CLEANDEPENDFILES.bdrewery2016-02-241-1/+1
| * Add support for symmetric multiprocessing (SMP).br2016-02-241-1/+3
| * Make pci_host_generic and thunderx_pci commonwma2016-02-241-1/+0
| * o kill few remaining references to the GEOM_UNCOMPRESS;sobomax2016-02-241-2/+1
| * Kill few remaininng instances of GEOM_UNCOMPRESS.sobomax2016-02-241-1/+0
| * hyperv/utils: Code rearrange and cleanupsephe2016-02-242-0/+6
OpenPOWER on IntegriCloud