aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix GENERIC-KASAN kernel build for amd64Dimitry Andric2024-04-071-0/+5
* conf: Do not set -fno-sanitize-memory-param-retval for old compilersMark Johnston2024-01-111-2/+4
* kmsan: Set -fno-sanitize-memory-param-retval for nowMark Johnston2023-10-171-1/+4
* 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
* zfs: set autotrim default to 'off'Yuri Pankov2023-07-181-2/+1
* arm64: add KASAN supportKyle Evans2023-03-231-0/+11
* sys: Stop enabling -Wnested-externs.John Baldwin2023-03-221-1/+0
* kern: Remove gcc2_compiled strippingWarner Losh2023-02-251-2/+1
* zlib: Add proper NO_WSTRICT_PROTYPES tooWarner Losh2023-02-131-1/+1
* Properly conditionalize clang 15-only flagsWarner Losh2023-02-131-0/+5
* Clarify DTR_ENABLED make variableMitchell Horne2023-01-121-1/+1
* zfs: merge openzfs/zfs@2163cde45Martin Matuska2022-11-161-1/+2
* LinuxKPI: add the "dummy" includes directory to buildsBjoern A. Zeeb2022-09-261-1/+2
* zfs: fix static module build broken in 1f1e2261eMartin Matuska2022-06-231-2/+2
* zfs: merge openzfs/zfs@bc3f12bfa (master) into mainMartin Matuska2022-03-291-1/+1
* ath: fix older clang build.Warner Losh2022-03-021-1/+1
* ath: Suppress set but unused warningsWarner Losh2022-03-011-1/+3
* Don't delete hack.c - causes perpetual 'out of date' kernelDavid E. O'Brien2022-02-171-1/+1
* 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