aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Only include CWARNFLAGS once to reduce command line size from ~1400Warner Losh2015-04-281-1/+1
* Merge ^/head r279313 through r279595.Dimitry Andric2015-03-041-2/+4
|\
| * Use appropriate alternative to -msoft-float for clang-built PowerPC kernels.Nathan Whitehorn2015-02-271-2/+4
* | Merge ^/head r278756 through r278915.Dimitry Andric2015-02-171-1/+0
|\|
| * Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-1/+0
* | Merging ^/head r278224 through r278297.Dimitry Andric2015-02-051-0/+8
|\|
| * Add -fwrapv to CFLAGS for the kernel. This essentially un-reverts r259045.Peter Wemm2015-02-051-0/+8
* | Merge ^/head r277902 through r277944.Dimitry Andric2015-01-301-0/+1
|\|
| * For clang, disable -Wcast-qual warnings for specific aesni files, sinceDimitry Andric2015-01-301-0/+1
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' forDimitry Andric2015-01-281-0/+2
|/
* Take out some more no-error warnings, as the build is clean withoutWarner Losh2015-01-101-1/+1
* Fix typo from too many cut-n-paste operations. Use IMPSRC:T to justWarner Losh2015-01-061-1/+1
* Clang's 3.5 integrated assembler now handles these files correctly (itWarner Losh2015-01-051-6/+9
* Eliminate uninitialized variable warnings in kernel and module builds whenIan Lepore2015-01-041-1/+6
* Always use -Wno-unknown-pragmas, not just for clang.Warner Losh2015-01-031-2/+2
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh2015-01-031-7/+4
* Move more of the warnings into kern.mk, as well as centralize that asWarner Losh2015-01-011-8/+21
* Fix module builds on arm (and maybe others) by turning off a wholeWarner Losh2015-01-011-0/+22
* Ignore more warnings with external gccBaptiste Daroussin2014-11-291-1/+2
* For gcc 4.6 and newer, _Static_assert is a keyword, so don't try toWarner Losh2014-10-101-1/+1
* When building with a newer GCC, suppress some warnings for theWarner Losh2014-10-091-1/+7
* Disable all inline warnings on gcc >= 4.3. Not sure exactly where theWarner Losh2014-08-141-0/+4
* Streamline format extensions. Either the compiler supports them, andWarner Losh2014-08-141-3/+2
* After r261991, clang warnings about unused functions in the kernel wereDimitry Andric2014-07-161-1/+1
* Remove ia64.Marcel Moolenaar2014-07-071-10/+1
* bitrotted compat cruft removal:Warner Losh2014-05-101-3/+0
* Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-101-13/+7
* Remove check for clang and expand the comment. Newer versions of gccWarner Losh2014-04-011-4/+6
* Add a '*' to the M modifier string so we match any -gdwarf string (evenWarner Losh2014-03-251-2/+4
* Rather than require a makeoptions DEBUG to get debug correct,Warner Losh2014-03-251-0/+7
* Similar to r262306 for boot1's Makefile, clang spells -mcmodel=medany asDimitry Andric2014-02-231-0/+4
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-161-1/+2
* Add a prior version compat define.Warner Losh2014-02-041-0/+3
* Revert r259045.Konstantin Belousov2013-12-151-6/+0
* Disallow optimizations which potentially remove boundary checksKonstantin Belousov2013-12-061-0/+6
* Spell extensions correctly.Brooks Davis2013-05-201-2/+2
* Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related toBrooks Davis2013-05-151-2/+10
* Introduce a new make variable COMPILER_TYPE that specifies whatBrooks Davis2012-09-131-3/+3
* Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-201-0/+1
* Work around the following clang warning in mps(4):Dimitry Andric2012-03-231-0/+1
* Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,Dimitry Andric2012-03-131-10/+8
* Reenable -Winline on MIPS now that we're not compiling Cavium's errorJuli Mallett2012-03-111-3/+0
* Disable -Winline on MIPS in preparation for the import of the latest versionJuli Mallett2012-03-111-0/+3
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-031-3/+3
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-031-3/+3
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-3/+3
* Revert r231978, so I can apply a more proper fix to silence unneededDimitry Andric2012-02-231-1/+0
* When building with clang, disable -Wformat-security forDimitry Andric2012-02-211-0/+1
* When building with clang, disable -Wunneeded-internal-declaration forDimitry Andric2012-02-211-0/+1
* Disable several instances instances of clang's -Wself-assign warning.Dimitry Andric2011-12-301-0/+1