aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: use -dev,-dbg instead of -development,-debugEd Maste2020-05-201-1/+1
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-11/+0
* Allow kernel modules to build with a compiler that defaults to -fno-commonAlex Richardson2020-04-181-2/+2
* Add -fno-common to all userland/kernel src buildsKyle Evans2020-04-071-0/+7
* Introduce LINUXKPI_GENSRCS.Konstantin Belousov2020-03-201-0/+10
* kmod build: start generating opt_global.h, include itKyle Evans2020-01-291-0/+3
* [PowerPC] Switch to PIC kernel modules on powerpc*Brandon Bergren2019-12-271-1/+2
* Add a kmod.opts.mk.John Baldwin2019-11-211-6/+1
* Introduce bsd.sysdir.mk to consolidate looking for the kernel.Warner Losh2019-11-211-15/+1
* [PowerPC64] Fix broken kernel modules due to LLD 9+ TOC optimizationBrandon Bergren2019-11-141-0/+4
* Remove obsolete addition of MACHINE_CPUARCHWarner Losh2019-11-061-3/+0
* Apply kernel module linker scripts to firmware files.Mark Johnston2019-10-251-3/+4
* Formalize the use of linker scripts for kernel modules.Mark Johnston2019-10-161-6/+4
* Use -znorelro for kernel modules, when they are linked as sharedDimitry Andric2019-09-091-1/+1
* Turn off -Werror for gcc 4.2.1Warner Losh2019-08-231-0/+5
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-071-2/+0
* Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-011-0/+2
* Restore genassym.o to CLEANFILES.Bryan Drewery2019-06-111-1/+1
* Fix dpcpu and vnet panics with complex types at the end of the section.Bjoern A. Zeeb2019-06-081-0/+6
* Add SDIO support.Bjoern A. Zeeb2019-06-081-0/+12
* Fix several places where tool name has been hardcoded:Maxim Sobolev2019-06-021-2/+2
* Remove redundant -Wl uses from the kernel's LDFLAGS.Mark Johnston2019-05-141-1/+1
* Stop using -fdebug-prefix-map to map the object directory.Mark Johnston2019-03-271-5/+0
* Use -fdebug-prefix-map to map auto-generated kernel build paths.Mark Johnston2019-03-201-0/+18
* gcov supportMatt Macy2019-02-231-0/+3
* Port the NetBSD ubsan runtime to the FreeBSD kernel.Andrew Turner2018-11-061-0/+3
* Use OBJS_DEPEND_GUESS for forced opt_global.h dependency.Bryan Drewery2018-07-041-7/+3
* Need offset.inc generated early if MODULE_TIED is defined.Bryan Drewery2018-07-031-0/+3
* All genassym.sh usage need offset.incBryan Drewery2018-07-031-3/+8
* Fix module build when MODULE_TIED=1 is set.Bryan Drewery2018-07-031-3/+3
* expose thread_lite definition to tied modulesMatt Macy2018-07-031-2/+9
* inline atomics and allow tied modules to inline locksMatt Macy2018-07-021-0/+3
* Allocate epoch for networking at startupMatt Macy2018-05-101-1/+1
* Use known SRCTOP if possible to determine SYSDIR.Bryan Drewery2018-04-121-1/+2
* Fix using wrong SYSDIR after r331683.Bryan Drewery2018-04-121-1/+1
* Avoid looping if SYSDIR already known.Bryan Drewery2018-03-281-1/+3
* Avoid upwards directory walk in kernel build for finding known SYSDIR.Bryan Drewery2018-03-281-0/+2
* Rename assym.s to assym.incEd Maste2018-03-201-4/+4
* Correct module symbol export handlingEd Maste2018-02-161-2/+2
* Use ln -n instead of -h to allow building the kernel on LinuxAlex Richardson2018-01-161-1/+1
* Remove build system support for lint.Warner Losh2017-11-171-3/+0
* Document KERNBUILDDIR.Warner Losh2017-10-051-0/+4
* Include ARCH_FLAGS in CFLAGS when building modules.Brooks Davis2017-07-191-1/+1
* Fix out-of-tree kernel builds after r320275 when bsd.linker.mk not yet instal...Bryan Drewery2017-07-051-1/+1
* Introduce LINKER_FEATURES to avoid duplicating version logicEd Maste2017-06-231-1/+1
* enable --build-id for the kernel linkEd Maste2017-06-231-0/+4
* retire arm64 kernel module linker workaroundEd Maste2017-06-221-10/+0
* add -znotext to kernel module link invocationEd Maste2017-06-211-2/+2
* Add the infrastructure to support loading multiple versions of TCPJonathan T. Looney2017-06-081-0/+4
* Support assym.s in DPSRCS to depend on it but not link it in.Bryan Drewery2017-04-051-1/+1