aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Stop defaulting to DWRAF2 in kernel compilationEd Maste2020-12-311-11/+0
* kern.mk: drop flag only patched in-tree gcc understoodRyan Libby2020-12-281-1/+1
* Add INIT_ALL_ZERO and INIT_ALL_PATTERN to kern.opts.mkWarner Losh2020-11-101-4/+4
* Be more tolerant of share/mk and kern.mk mismatchBrooks Davis2020-11-101-4/+4
* Support initializing stack variables on function entryBrooks Davis2020-11-101-0/+18
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-1/+2
* Fix builds that set LD=ld.lld after r364761Alex Richardson2020-08-261-1/+2
* Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson2020-08-251-0/+16
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-28/+8
* Retire the GENERICSF kernel config.John Baldwin2020-04-271-4/+0
* Better check for floating point type.Warner Losh2020-02-271-6/+15
* Add a soft-float riscv kernel configWarner Losh2020-02-241-0/+1
* Disable new clang 10.0.0 warnings about misleading indentation in ce(4)Dimitry Andric2020-02-131-0/+3
* Remove sparc64 kernel supportWarner Losh2020-02-031-13/+0
* Revert r357349, since the clang 10.0.0 warning was actually correct, andDimitry Andric2020-02-011-3/+0
* Disable new clang 10.0.0 warnings about converting the result of shiftDimitry Andric2020-01-311-0/+3
* gcc9: quiet Waddress-of-packed-member for kernel buildRyan Libby2019-12-211-0/+3
* Add a new "riscv-relaxations" linker feature.John Baldwin2019-12-051-0/+4
* kern.mk: -Wno-error=stringop-overflow for gcc due to false positivesRyan Libby2019-11-291-0/+3
* Honor CWARNFLAGS.clang/gcc in the kernel buildKyle Evans2019-09-221-0/+1
* RISC-V: fix kernel CFLAGS with clangMitchell Horne2019-09-081-1/+11
* Remove CLANG_NO_IAS definitionEd Maste2019-09-011-2/+0
* Disable useless -Wformat-zero-lengthConrad Meyer2019-08-081-2/+4
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-0/+1
* kernel build: Disable unhelpful GCC warning (tripped after r346352)Conrad Meyer2019-04-191-1/+2
* gcov supportMatt Macy2019-02-231-1/+1
* Remove a use of a negative array index from fxp(4).Mark Johnston2018-12-191-1/+0
* Merge ^/head r339813 through r340125.Dimitry Andric2018-11-041-4/+0
|\
| * Retire CLANG_NO_IAS34Ed Maste2018-11-011-4/+0
* | Merge ^/head r338392 through r338594.Dimitry Andric2018-09-111-1/+1
|\|
| * Enable 'C'-compressed ISA extension.Ruslan Bukin2018-09-031-1/+1
* | Put in a temporary workaround for strange array access in if_fxp.c.Dimitry Andric2018-08-041-0/+1
|/
* Disable 'C'-compressed ISA extension.Ruslan Bukin2018-07-251-1/+1
* Remove kernel support for armebWarner Losh2018-07-171-1/+0
* Fix build: ignore a GCC 7.2.0 warning which says that third argument ofRuslan Bukin2018-06-041-0/+3
* disable set but not used on code that can't be changedMatt Macy2018-05-191-0/+1
* Silence non-actionable warnings in vendor codeMatt Macy2018-05-191-4/+5
* % WITHOUT_FORMAT_EXTENSIONS= XCC=/usr/local/bin/gcc8 make -j96 buildkernel K...Matt Macy2018-05-041-1/+1
* fix gcc8 compileMatt Macy2018-05-041-0/+3
* Add ld emulation types for hard-float mipses.Ruslan Bukin2018-04-121-0/+4
* Implement NO_WCAST_QUAL for gcc4.2 architecturesConrad Meyer2018-03-121-0/+3
* Add kernel retpoline option for amd64Ed Maste2018-02-281-1/+9
* Automatically use the ELFv2 ABI on powerpc64 if supported by the compiler.Nathan Whitehorn2017-11-251-1/+7
* Remove build system support for lint.Warner Losh2017-11-171-1/+1
* Remove CPU_HAVEFPU.John Baldwin2017-10-181-3/+0
* Support armv7 builds for userlandWarner Losh2017-10-051-0/+1
* gcc builds: reenable -Wstrict-overflow for kern.mkRyan Libby2017-09-141-1/+0
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-1/+1
* Fix the linker emulation setting for riscv.John Baldwin2017-04-051-1/+1
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-051-2/+1