aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* METALOG: Order keyword entriesJose Luis Duran3 days1-1/+1
* kmod.mk: Remove a trailing reference to pccarddevs.hJohn Baldwin2025-12-181-1/+1
* sys/conf: Remap paths for reproducibilityMark Johnston2025-09-301-2/+21
* LinuxKPI: always include linux/kconfig.hBjoern A. Zeeb2024-10-161-1/+2
* Make kldxref a bootstrap tool and use unconditionallyJessica Clarke2024-01-181-4/+5
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Pre-quote macros passed to .incbin to avoid unwanted substitutionJessica Clarke2023-07-281-1/+1
* Work around VNET and DPCPU related panics on aarch64Dimitry Andric2023-07-231-0/+7
* i386: Switch to PIC kernel modulesDmitry Chagin2023-07-191-1/+1
* kmod.mk: Use portable printf '%s' over non-portable echo -nJessica Clarke2023-07-111-1/+1
* sys: Retire OPENZFS_CWARNFLAGS now that it is empty.John Baldwin2023-03-221-1/+0
* sys: Stop enabling -Wnested-externs.John Baldwin2023-03-221-2/+1
* riscv: always include frame pointerMitchell Horne2023-01-121-1/+2
* sys/conf: Remove an unneeded flag variableMark Johnston2022-12-141-4/+0
* LinuxKPI: add the "dummy" includes directory to buildsBjoern A. Zeeb2022-09-261-1/+2
* LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellBjoern A. Zeeb2022-09-261-0/+3
* firmware: Map '@' in filenames to '_' in symbols.John Baldwin2022-06-141-1/+1
* amd64: symlink i386 includes into build dirBrooks Davis2022-06-131-0/+3
* Add SPLIT_KERNEL_DEBUG knobEd Maste2022-06-081-2/+2
* Avoid adding -d to kernel module link command lines for lld >= 14Dimitry Andric2022-05-141-2/+6
* Stop adding -Wredundant-decls to CWARNFLAGS.John Baldwin2022-02-071-2/+1
* linuxkpi: Add i2c supportEmmanuel Vadot2022-01-251-0/+4
* 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