summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-3/+3
* Revert r231978, so I can apply a more proper fix to silence unneededdim2012-02-231-1/+0
* When building with clang, disable -Wformat-security fordim2012-02-211-0/+1
* When building with clang, disable -Wunneeded-internal-declaration fordim2012-02-211-0/+1
* Disable several instances instances of clang's -Wself-assign warning.dim2011-12-301-0/+1
* For several files in sys/dev/drm, disable -Wunused-value when buildingdim2011-12-301-0/+1
* Make another clang warning, -Wparentheses-equality, non-fatal duringdim2011-12-241-1/+2
* Make another clang warning, -Wempty-body, non-fatal during kerneldim2011-12-241-1/+1
* Update a comment to reflect reality and explain why we're using themarius2011-12-241-1/+2
* Amend r228822 by not directly adding to CWARNFLAGS, but to an optionaldim2011-12-231-2/+3
* When building the kernel with clang, it produces several warnings whichdim2011-12-231-0/+4
* When building with clang, disable -Wshift-count-negative anddim2011-12-211-0/+2
* When building with clang, disable -Warray-bounds for sys/dev/asr/asr.c,dim2011-12-211-0/+1
* Start selectively disabling a few kernel build warnings for clang, sincedim2011-12-211-0/+7
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-7/+0
* Fix typo in comments (conversation -> conversion).fjoe2011-11-291-1/+1
* Revert r226665 untill the issues with this change have been resolved.rmh2011-10-261-12/+2
* Put in a temporary band-aid to fix kernel builds when CC=clang, afterdim2011-10-241-1/+1
* Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are onlyrmh2011-10-231-2/+12
* Remove an outdated comment as requested by Bruce Evans in a private email tobrucec2011-05-241-5/+2
* gcc and clang semantics imply certain -mno-* flags when other certain -mno-*brucec2011-05-141-5/+28
* Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish thosebrucec2011-05-021-10/+11
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-17/+3
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-0/+7
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout thedim2011-01-051-1/+1
* Prefer MACHINE_CPUARCH over MACHINE_ARCHimp2010-09-131-9/+10
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-6/+6
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-221-2/+4
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use thenwhitehorn2010-07-131-1/+1
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-0/+8
* Removed NO_UNDEF.ru2010-01-191-4/+1
* Undo r169961, removing WITH_GCC3, added as a temporary workaround threetrasz2010-01-181-4/+1
* Merge r201902 and r195669 from projects/mips into head by hand:imp2010-01-091-3/+2
* Bump down the inline limit on MIPS.imp2009-03-031-1/+1
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-1/+2
* Disable SSP for mips until support is added to the base architecture.imp2008-07-231-1/+1
* Disable SSP for the kernel on arm as well (see rev 180605).cognet2008-07-221-1/+2
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+7
* Add -mno-sse3 for amd64 case tooache2008-05-101-1/+1
* Define INLINE_LIMIT and additional CFLAGS for mips.gonzo2008-04-291-0/+9
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theobrien2007-05-241-1/+4
* Add -Wno-pointer-sign to CWARNFLAGS.kan2007-05-191-2/+2
OpenPOWER on IntegriCloud