| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable several instances instances of clang's -Wself-assign warning. | dim | 2011-12-30 | 1 | -0/+1 |
* | For several files in sys/dev/drm, disable -Wunused-value when building | dim | 2011-12-30 | 1 | -0/+1 |
* | Make another clang warning, -Wparentheses-equality, non-fatal during | dim | 2011-12-24 | 1 | -1/+2 |
* | Make another clang warning, -Wempty-body, non-fatal during kernel | dim | 2011-12-24 | 1 | -1/+1 |
* | Update a comment to reflect reality and explain why we're using the | marius | 2011-12-24 | 1 | -1/+2 |
* | Amend r228822 by not directly adding to CWARNFLAGS, but to an optional | dim | 2011-12-23 | 1 | -2/+3 |
* | When building the kernel with clang, it produces several warnings which | dim | 2011-12-23 | 1 | -0/+4 |
* | When building with clang, disable -Wshift-count-negative and | dim | 2011-12-21 | 1 | -0/+2 |
* | When building with clang, disable -Warray-bounds for sys/dev/asr/asr.c, | dim | 2011-12-21 | 1 | -0/+1 |
* | Start selectively disabling a few kernel build warnings for clang, since | dim | 2011-12-21 | 1 | -0/+7 |
* | - fix WITH_CTF when specified in /etc/src.conf [1] | fjoe | 2011-11-29 | 1 | -7/+0 |
* | Fix typo in comments (conversation -> conversion). | fjoe | 2011-11-29 | 1 | -1/+1 |
* | Revert r226665 untill the issues with this change have been resolved. | rmh | 2011-10-26 | 1 | -12/+2 |
* | Put in a temporary band-aid to fix kernel builds when CC=clang, after | dim | 2011-10-24 | 1 | -1/+1 |
* | Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are only | rmh | 2011-10-23 | 1 | -2/+12 |
* | Remove an outdated comment as requested by Bruce Evans in a private email to | brucec | 2011-05-24 | 1 | -5/+2 |
* | gcc and clang semantics imply certain -mno-* flags when other certain -mno-* | brucec | 2011-05-14 | 1 | -5/+28 |
* | Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish those | brucec | 2011-05-02 | 1 | -10/+11 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -17/+3 |
* | Turn off default generation of userland dot symbols on powerpc64 now that | nwhitehorn | 2011-02-18 | 1 | -0/+7 |
* | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | dim | 2011-01-05 | 1 | -1/+1 |
* | Prefer MACHINE_CPUARCH over MACHINE_ARCH | imp | 2010-09-13 | 1 | -9/+10 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -6/+6 |
* | Handle a few corner cases for clang like we did with icc. These should | rpaulo | 2010-07-22 | 1 | -2/+4 |
* | Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the | nwhitehorn | 2010-07-13 | 1 | -1/+1 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -0/+8 |
* | Removed NO_UNDEF. | ru | 2010-01-19 | 1 | -4/+1 |
* | Undo r169961, removing WITH_GCC3, added as a temporary workaround three | trasz | 2010-01-18 | 1 | -4/+1 |
* | Merge r201902 and r195669 from projects/mips into head by hand: | imp | 2010-01-09 | 1 | -3/+2 |
* | Bump down the inline limit on MIPS. | imp | 2009-03-03 | 1 | -1/+1 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -1/+2 |
* | Disable SSP for mips until support is added to the base architecture. | imp | 2008-07-23 | 1 | -1/+1 |
* | Disable SSP for the kernel on arm as well (see rev 180605). | cognet | 2008-07-22 | 1 | -1/+2 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+7 |
* | Add -mno-sse3 for amd64 case too | ache | 2008-05-10 | 1 | -1/+1 |
* | Define INLINE_LIMIT and additional CFLAGS for mips. | gonzo | 2008-04-29 | 1 | -0/+9 |
* | Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the | obrien | 2007-05-24 | 1 | -1/+4 |
* | Add -Wno-pointer-sign to CWARNFLAGS. | kan | 2007-05-19 | 1 | -2/+2 |
* | Fix module loading for sparc on machines with greater than 1GB of RAM | kmacy | 2006-11-26 | 1 | -1/+1 |
* | Create new dialect knob, as setting the language dialect isn't a warning flag. | obrien | 2006-06-29 | 1 | -1/+1 |
* | Enable -Wundef warnings for kernel/module compiles. From cpp.info: | ru | 2006-05-30 | 1 | -1/+4 |
* | First pass at removing Alpha kernel support. | jhb | 2006-05-11 | 1 | -10/+0 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -1/+1 |
* | Since the question keeps coming up, explain why the -mno-sse etc switches | peter | 2005-03-31 | 1 | -2/+6 |
* | Remove OBE comment about AMD64 memory model. | obrien | 2005-03-15 | 1 | -2/+1 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-03-15 | 1 | -1/+2 |
* | Define INLINE_LIMIT for arm. | cognet | 2004-05-14 | 1 | -0/+3 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -1/+14 |
* | Lower i386's INLINE_LIMIT to AMD64's level. | obrien | 2004-03-03 | 1 | -1/+1 |