summaryrefslogtreecommitdiff
path: root/sys/conf/config.mk
AgeCommit message (Expand)Author
2024-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
2024-04-25Revert "config.mk: Add MK_VIMAGE knob"Brooks Davis
2024-04-09config.mk: Add MK_VIMAGE knobStephen J. Kiernan
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-24config.mk: All options in DEFAULTS are now defined in opt_global.hWarner Losh
2022-04-05config.mk: Add opt_platform.h supportWarner Losh
2021-12-30mips: Remove sys/mipsWarner Losh
2020-06-25Add SCTP_SUPPORT handling to config.mk.Mark Johnston
2020-05-30Only build ipsec modules if the kernel includes IPSEC_SUPPORT.John Baldwin
2020-05-29Honor opt_ipsec.h from kernel builds.John Baldwin
2020-05-05Initial support for bhyve save and restore.John Baldwin
2020-02-05Define SMP for standalone module builds.Mark Johnston
2020-01-29config.mk: #define MAC as wellKyle Evans
2020-01-29mips: unbreak module builds after r357265Kyle Evans
2020-01-29kmod build: start generating opt_global.h, include itKyle Evans
2019-07-19Add comments about KERN_OPT here.Warner Losh
2019-01-20Remove IEEE80211_AMPDU_AGE config option.Andriy Voskoboinyk
2018-03-10Reduce overhead for simple 'make -V' lookups by avoiding 'find sys/'.Bryan Drewery
2017-06-04Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin
2017-05-28On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin
2017-04-24Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis
2017-02-25Move inclusion of opt_printf.h around so that we can compile all theWarner Losh
2017-02-16Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2017-01-18Implement kernel support for hardware rate limited sockets.Hans Petter Selasky
2016-07-22Don't run find(1) for __MPATH with NO_MODULES set.Bryan Drewery
2016-03-12Reduce duplicated logic from r291744.Bryan Drewery
2016-03-12Stop looking up these values in every subdir on install.Bryan Drewery
2015-02-18Populate new KERN_OPTS from all the opt_*.h files inWarner Losh