aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* x86: remove gcov kernel supportKonstantin Belousov2021-04-021-3/+0
* Use a template assembly file to generate the embedded MFS.John Baldwin2020-10-201-18/+3
* Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson2020-08-251-1/+1
* Add necessary Makefile.inc1 infrastructure for building on non-FreeBSDAlex Richardson2020-08-251-1/+1
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-3/+0
* Allow the kernel to build with a compiler that sets -fno-common.Brooks Davis2020-04-071-3/+3
* make all is needed to generate .depend.*Bryan Drewery2020-01-311-1/+1
* Compile hack.c with normal CFLAGS + -shared -nostdlib.John Baldwin2020-01-261-2/+1
* Fix kernel-tags target.Yoshihiro Takahashi2020-01-231-1/+2
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-211-0/+4
* Back out r351799Kyle Evans2019-09-041-2/+0
* LOCAL_MODULES: Allow LOCAL_MODULES="" in src.conf to workKyle Evans2019-09-031-0/+2
* Fix LOCAL_MODULES and improve the make output.John Baldwin2019-08-061-2/+4
* Fix build race with machine links and genoffset.o.Bryan Drewery2019-05-101-1/+1
* fdt: stop installing FDT_DTS_FILEKyle Evans2019-04-241-4/+1
* fdt: further consolidate DTB building and revise manpageKyle Evans2019-04-171-0/+3
* Stop using -fdebug-prefix-map to map the object directory.Mark Johnston2019-03-271-5/+0
* Allow kernel config to specify DTS/DTSO to build, and out-of-tree supportKyle Evans2019-03-261-0/+10
* Build common kernel dependencies before modules.Bryan Drewery2019-03-201-0/+2
* Use -fdebug-prefix-map to map auto-generated kernel build paths.Mark Johnston2019-03-201-0/+18
* gcov supportMatt Macy2019-02-231-0/+4
* Port the NetBSD ubsan runtime to the FreeBSD kernel.Andrew Turner2018-11-061-0/+4
* Only invoke 'ls' if the local modules directory exists.John Baldwin2018-10-301-1/+1
* Permit local kernel modules to be built as part of a kernel build.John Baldwin2018-10-301-4/+24
* Switch reproducible builds to unmodified src tree modeEd Maste2018-09-111-1/+1
* Use OBJS_DEPEND_GUESS for forced opt_global.h dependency.Bryan Drewery2018-07-041-1/+2
* Enable MODULE_TIED by default for modules compiled with the kernelMatt Macy2018-07-031-0/+1
* Fix .depend.foo.o tracking for sys/conf/files defined compilations.Bryan Drewery2018-07-031-0/+1
* Fix r335906+r335907 to not pass multiple source files to genoffset_test.o tar...Bryan Drewery2018-07-031-2/+2
* Handle .depend for genoffset_test.oBryan Drewery2018-07-031-1/+1
* No need to make a copy to build genoffset_test.oBryan Drewery2018-07-031-5/+3
* explain the purpose of genoffset_testMatt Macy2018-07-031-0/+3
* ensure that offset.inc is generated firstMatt Macy2018-07-031-1/+1
* make critical_{enter, exit} inlineMatt Macy2018-07-031-5/+17
* Remove MK_AUTO_OBJ from env passed to PORTS_MODULESJason A. Harmening2018-03-311-1/+2
* Rename assym.s to assym.incEd Maste2018-03-201-3/+3
* Fix rebase mismerge in r330724.Bryan Drewery2018-03-101-2/+2
* Don't skip reading depend for 'make obj' unless it is alone.Bryan Drewery2018-03-101-1/+2
* Skip reading depend files with -V unless looking up a depend variable.Bryan Drewery2018-03-101-0/+1
* ports modules: Don't leak AUTO_OBJ changes into the port builds.Bryan Drewery2018-02-131-0/+1
* Remove system makefile path directives from env passed to PORTS_MODULES stepJason A. Harmening2018-01-271-0/+3
* Use ln -n instead of -h to allow building the kernel on LinuxAlex Richardson2018-01-161-1/+1
* DEPENDSRCS not used here.Bryan Drewery2017-12-051-1/+0
* Rename DEPENDFILES_OBJS to DEPENDFILES.Bryan Drewery2017-12-051-6/+5
* Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.Bryan Drewery2017-11-181-1/+1
* Remove build system support for lint.Warner Losh2017-11-171-9/+1
* Quote ${MAKE} when passing in env in case it contains spaces.Bryan Drewery2017-08-161-1/+1
* Allow -DNO_SKIP_DEPEND to override the _SKIP_DEPEND logic.Bryan Drewery2017-07-251-2/+2
* Allow disabling dependency tracking if DEPEND_CFLAGS is empty.Bryan Drewery2017-07-241-3/+1
* Slightly simplify logic for which depend file is expected.Bryan Drewery2017-07-241-3/+7