aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Make dnode definition uniform on !x86Matt Macy2018-08-211-0/+1
* | Apparently lld has never supported the -z common-page-size flag, but itDimitry Andric2018-08-041-1/+4
|/
* genoffset.c is not generatedBryan Drewery2018-07-031-1/+1
* make critical_{enter, exit} inlineMatt Macy2018-07-031-1/+1
* Correct kern.pre.mk comment: objcopy, not objdump, copies objects.Ed Maste2018-06-151-1/+1
* Error out on attempt to link amd64 kernel with old binutils linkerEd Maste2018-05-101-0/+3
* Add simple preempt safe epoch APIMatt Macy2018-05-101-1/+1
* Reduce overhead for simple 'make -V' lookups by avoiding 'find sys/'.Bryan Drewery2018-03-101-1/+2
* Nudge lld to break the kernel read-only and read-write sections intoJonathan T. Looney2018-03-061-0/+4
* Fix Zstd x86 kernel build with -march=<specific>Conrad Meyer2018-01-091-1/+1
* Fix Zstd kernel build with GCC 4.2Conrad Meyer2018-01-091-1/+1
* Integrate zstd into the kernelConrad Meyer2018-01-081-0/+3
* Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-191-6/+0
|\
| * Remove build system support for lint.Warner Losh2017-11-171-6/+0
* | Merge ^/head r325505 through r325662.Hans Petter Selasky2017-11-101-0/+3
|\|
| * AUTO_OBJ: Fix 'old style' kernel builds using wrong .OBJDIR.Bryan Drewery2017-11-091-0/+3
* | Merge ^/head r323559 through r325504.Hans Petter Selasky2017-11-071-4/+9
|\|
| * Follow-up r318105: Don't use NO_OBJ at top-level, use NO_OBJWALK.Bryan Drewery2017-11-031-3/+3
| * Support armv7 builds for userlandWarner Losh2017-10-051-0/+1
| * MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-011-1/+5
* | Fix in-kernel build of ibcore module.Hans Petter Selasky2017-09-161-2/+3
|/
* add arm64 objcopy output target for embedfsEd Maste2017-07-201-0/+1
* Include ARCH_FLAGS in CFLAGS when building modules.Brooks Davis2017-07-191-0/+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
* Support skipping 'make obj' tree-walk.Bryan Drewery2017-05-091-0/+8
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-051-2/+3
* Don't compute MPATH during install.Bryan Drewery2017-01-171-1/+1
* Support mips[*]hf variants in config filesAlexander Kabaev2016-12-301-1/+1
* Use TARGET_ARCH instead of MACHINE_ARCH for MIPS kernelAlexander Kabaev2016-12-291-1/+1