aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Use ${MACHINE} for the kernel modeule ldscriptAndrew Turner2022-01-111-2/+2
* mips: Remove sys/mipsWarner Losh2021-12-311-6/+2
* kmod.mk: Allow extra objects to be specified in modulesWarner Losh2021-06-021-6/+8
* conf/kern.mk: save some work by using realpath instead of cd ; pwdMateusz Guzik2021-01-271-1/+1
* Create a stack frame when needed in the arm64 kernelAndrew Turner2021-01-131-1/+1
* linuxkpi: handle ARIKonstantin Belousov2021-01-081-0/+1
* openzfs: fix gcc kernel module buildsRyan Libby2020-12-271-1/+3
* Use a template assembly file for firmware object files.John Baldwin2020-12-171-12/+6
* [zfs] Remove a non-existent directory in the build infraAdrian Chadd2020-10-181-1/+0
* linuxkpi: Add backlight supportEmmanuel Vadot2020-10-021-0/+1
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+16
* kmod.mk: Don't split out debug symbols if requestedConrad Meyer2020-06-231-2/+2
* 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