aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* Stop adding -Wredundant-decls to CWARNFLAGS.John Baldwin2022-02-071-2/+1
* mips: Remove sys/mipsWarner Losh2021-12-311-3/+0
* amd64: Only build aout.ko when COMPAT_FREEBSD32 is enabledKonstantin Belousov2021-12-071-0/+2
* kern.pre.mk: trim space at EoLKonstantin Belousov2021-12-071-1/+1
* kern.pre.mk: allow to use and customize elfdump during kernel buildKonstantin Belousov2021-12-061-0/+1
* kasan: Disable validation of function parameters passed by valueMark Johnston2021-11-031-1/+2
* infiniband: Disable -Wredundant-decl warnings.John Baldwin2021-09-151-1/+1
* conf: Add a KMSAN kernel optionMark Johnston2021-08-111-0/+6
* Simplify kernel sanitizer interceptorsMark Johnston2021-07-301-2/+4
* Add a KASAN option to the kernel buildMark Johnston2021-04-131-0/+10
* x86: remove gcov kernel supportKonstantin Belousov2021-04-021-30/+12
* Don't add -Winline for WARNS=6Alex Richardson2021-03-221-2/+1
* Perform kernel linker ifunc test only for buildsEd Maste2020-12-271-1/+2
* sys/contrib/zstd: Import zstd 1.4.8Conrad Meyer2020-12-251-1/+5
* openzfs: fix gcc in-kernel buildsRyan Libby2020-12-241-12/+10
* Use a template assembly file for firmware object files.John Baldwin2020-12-171-2/+3
* Use a template assembly file to generate the embedded MFS.John Baldwin2020-10-201-31/+0
* Build debug kernels with -O2.Edward Tomasz Napierala2020-09-291-15/+4
* [PowerPC] Work around -O miscompile on powerpc 32 bit.Brandon Bergren2020-09-081-4/+5
* [PowerPC] More preemptive powerpcspe ZFS build fixesBrandon Bergren2020-08-251-1/+1
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-10/+58
* Allow linking the kernel with a linker that doesn't support -z ifunc-nopltAlex Richardson2020-08-111-0/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-071-2/+2
* Add -fno-common to all userland/kernel src buildsKyle Evans2020-04-071-1/+5
* Fix old-style buildWarner Losh2020-02-021-0/+3
* Work around lld's inability to handle undefined weak symbols on risc-v.John Baldwin2020-01-071-0/+11
* In kern.pre.mk, split SYSTEM_LD into two variables to avoid duplication inIan Lepore2019-12-251-3/+4
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-211-0/+5
* r354253 did miss the updates to sys/conf/files and sys/conf/kern.pre.mkToomas Soome2019-11-021-0/+1
* Fix the EMBEDFS_FORMAT helper variable for riscv64.John Baldwin2019-10-021-1/+1
* Turn off -Werror for gcc 4.2.1Warner Losh2019-08-231-1/+5
* Update to Zstandard 1.4.2Conrad Meyer2019-08-081-0/+8
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-071-4/+0
* Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-011-0/+4
* Specify -z notext when building with -z ifunc-noplt.Mark Johnston2019-05-141-1/+1
* Remove redundant -Wl uses from the kernel's LDFLAGS.Mark Johnston2019-05-141-4/+4
* Initial version of Mellanox in-kernel firmware upgrade support.Hans Petter Selasky2019-05-081-0/+6
* gcov supportMatt Macy2019-02-231-0/+9
* Only enable trace-cmp on Clang and modern GCC.Andrew Turner2019-02-041-0/+5
* Extract the coverage sanitizer KPI to a new file.Andrew Turner2019-01-291-2/+2
* Add support for the Clang Coverage Sanitizer in the kernel (KCOV).Andrew Turner2019-01-121-0/+6
* Merge ^/head r340126 through r340212.Dimitry Andric2018-11-071-0/+6
|\
| * Port the NetBSD ubsan runtime to the FreeBSD kernel.Andrew Turner2018-11-061-0/+6
* | Merge ^/head r339015 through r339669.Dimitry Andric2018-10-231-2/+3
|\|
| * Add kernel ifunc support on arm64.Andrew Turner2018-10-011-2/+3
* | Merge ^/head r338731 through r338987.Dimitry Andric2018-09-271-3/+4
|\|
| * Require ifunc-capable linker for i386Ed Maste2018-09-181-3/+4
* | Merge ^/head r338026 through r338297, and resolve conflicts.Dimitry Andric2018-08-241-0/+3
|\|
| * Configure -zifunc-noplt for amd64 kernels.Mark Johnston2018-08-231-1/+1