aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.opts.mk
Commit message (Expand)AuthorAgeFilesLines
* Put building of drm and drm2 modules behind options.Warner Losh2018-08-281-0/+2
* Add EFI to kernel options.Warner Losh2018-03-171-0/+6
* Remove KERNEL_RETPOLINE from BROKEN_OPTIONS on i386Ed Maste2018-03-151-1/+1
* Add kernel retpoline option for amd64Ed Maste2018-02-281-0/+6
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* Add MK_TESTS to kern.opts.mk to support r31800Enji Cooper2017-05-091-0/+1
* Disable fformat-extensions for RISC-V target as GCC 6.1 external compilerRuslan Bukin2017-04-121-0/+4
* Remove EISA build optionWarner Losh2017-02-171-5/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-0/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+1
* Add WITH_REPRODUCIBLE_BUILD src.conf(5) knob to disable kernel metadataEd Maste2016-12-151-1/+2
* Keep in-sync MK_SSP=no option both with kernel and userspace.Ruslan Bukin2016-10-121-1/+1
* Change the default build behavior so we don't compile extra TCP modules byJonathan T. Looney2016-06-101-0/+1
* When building modules, define make variable OPT_FDT if the kernel configIan Lepore2016-05-271-0/+8
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-7/+0
* Build the zfs module on armv6, but not on older arm.Ian Lepore2016-03-211-2/+1
* Enable FAST_DEPEND by default.Bryan Drewery2016-03-121-1/+1
* Stop looking up these values in every subdir on install.Bryan Drewery2016-03-121-0/+3
* Hook the meta/nofilemon build into using FAST_DEPEND.Bryan Drewery2016-02-241-0/+6
* DTrace is known to work on armv6, enable building it as a module.Andrew Turner2015-11-201-1/+4
* Add a FAST_DEPEND option, off by default, which speeds up the build significa...Bryan Drewery2015-11-061-0/+1
* Add a note of clarification. MK_* variables only control what modulesWarner Losh2015-03-271-38/+4
* Categorize certain kernel builds as being broken in certain places.Warner Losh2015-03-271-0/+28
* Add support for specifying unsupported / broken options that overrideWarner Losh2015-03-271-0/+10
* Categorize certain kernel builds as being broken in certain places.Warner Losh2015-03-121-0/+27
* Add support for specifying unsupported / broken options that overrideWarner Losh2015-03-121-3/+10
* Enforce that MK_foo options shall be either "yes" or "no" and nothingWarner Losh2015-02-091-0/+8
* Add MK_AUTOFS knob for building and installing autofs(4), et alEnji Cooper2015-01-261-0/+1
* Add MK_BHYVE knob for building and installing bhyve(4), et alEnji Cooper2015-01-261-0/+1
* Build cuse(4) if MK_CUSE != noEnji Cooper2015-01-251-0/+1
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcEnji Cooper2015-01-251-0/+1
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelEnji Cooper2015-01-251-0/+1
* Automate options INET/INET6 turning into MK_$opt_SUPPORTWarner Losh2014-11-141-0/+12
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-1/+0
* Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-111-2/+37
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-0/+16
* Add ARM_EABI to the list, since arm kernels need itWarner Losh2014-05-191-0/+1
* The time is not yet ripe to break the lack of dependencies betweenWarner Losh2014-05-171-11/+9
* s/JIRA/Jenkins/g in comments. I was confused.Warner Losh2014-05-121-2/+2
* Attempt to walk a fine line between current usage (/usr/ports whichWarner Losh2014-05-111-0/+11
* Fix typo in FORMAT_EXTENSIONS which breaks universe.Warner Losh2014-05-101-1/+1
* Introduce kern.opts.mk to hold all the options for kernel moduleWarner Losh2014-05-091-0/+24