summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Welcome the RISC-V 64-bit kernel.br2016-01-291-0/+4
* Revert this change. It broke the trampoline build. Until I'm sureimp2015-12-211-1/+0
* Move some MIPS specific flags to be more congruent with otherimp2015-12-191-0/+1
* Build changes that allow the modules on arm64.kib2015-10-081-0/+7
* For kernel builds, make the -Wshift-negative-value non-fatal for now.dim2015-08-171-0/+3
* Only include CWARNFLAGS once to reduce command line size from ~1400imp2015-04-281-1/+1
* Merge ^/head r279313 through r279595.dim2015-03-041-2/+4
|\
| * Use appropriate alternative to -msoft-float for clang-built PowerPC kernels.nwhitehorn2015-02-271-2/+4
* | Merge ^/head r278756 through r278915.dim2015-02-171-1/+0
|\ \ | |/
| * Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-171-1/+0
* | Merging ^/head r278224 through r278297.dim2015-02-051-0/+8
|\ \ | |/
| * Add -fwrapv to CFLAGS for the kernel. This essentially un-reverts r259045.peter2015-02-051-0/+8
| * For clang, disable -Wcast-qual warnings for specific aesni files, sincedim2015-01-301-0/+1
* | Merge ^/head r277902 through r277944.dim2015-01-301-0/+1
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-0/+2
|/
* Take out some more no-error warnings, as the build is clean withoutimp2015-01-101-1/+1
* Fix typo from too many cut-n-paste operations. Use IMPSRC:T to justimp2015-01-061-1/+1
* Clang's 3.5 integrated assembler now handles these files correctly (itimp2015-01-051-6/+9
* Eliminate uninitialized variable warnings in kernel and module builds whenian2015-01-041-1/+6
* Always use -Wno-unknown-pragmas, not just for clang.imp2015-01-031-2/+2
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportimp2015-01-031-7/+4
* Move more of the warnings into kern.mk, as well as centralize that asimp2015-01-011-8/+21
* Fix module builds on arm (and maybe others) by turning off a wholeimp2015-01-011-0/+22
* Ignore more warnings with external gccbapt2014-11-291-1/+2
* For gcc 4.6 and newer, _Static_assert is a keyword, so don't try toimp2014-10-101-1/+1
* When building with a newer GCC, suppress some warnings for theimp2014-10-091-1/+7
* Disable all inline warnings on gcc >= 4.3. Not sure exactly where theimp2014-08-141-0/+4
* Streamline format extensions. Either the compiler supports them, andimp2014-08-141-3/+2
* After r261991, clang warnings about unused functions in the kernel weredim2014-07-161-1/+1
* Remove ia64.marcel2014-07-071-10/+1
* bitrotted compat cruft removal:imp2014-05-101-3/+0
* Simplify clang ifdefs in the kernel a bit. Introduceimp2014-05-101-13/+7
* Remove check for clang and expand the comment. Newer versions of gccimp2014-04-011-4/+6
* Add a '*' to the M modifier string so we match any -gdwarf string (evenimp2014-03-251-2/+4
* Rather than require a makeoptions DEBUG to get debug correct,imp2014-03-251-0/+7
* Similar to r262306 for boot1's Makefile, clang spells -mcmodel=medany asdim2014-02-231-0/+4
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-1/+2
* Add a prior version compat define.imp2014-02-041-0/+3
* Revert r259045.kib2013-12-151-6/+0
* Disallow optimizations which potentially remove boundary checkskib2013-12-061-0/+6
* Spell extensions correctly.brooks2013-05-201-2/+2
* Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related tobrooks2013-05-151-2/+10
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-3/+3
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-0/+1
* Work around the following clang warning in mps(4):dim2012-03-231-0/+1
* Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,dim2012-03-131-10/+8
* Reenable -Winline on MIPS now that we're not compiling Cavium's errorjmallett2012-03-111-3/+0
* Disable -Winline on MIPS in preparation for the import of the latest versionjmallett2012-03-111-0/+3
* Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-031-3/+3
* After r232322, it turned out many people (and some ports) are buildingdim2012-03-031-3/+3
OpenPOWER on IntegriCloud