| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r276666: | ian | 2015-02-13 | 1 | -0/+5 |
* | MFC r268774: | dim | 2014-07-19 | 1 | -1/+1 |
* | MFC r263749,267146: | imp | 2014-07-17 | 1 | -0/+7 |
* | MFC r262613: | dim | 2014-03-26 | 1 | -0/+4 |
* | MFC 261991: | dim | 2014-03-21 | 1 | -1/+2 |
* | Spell extensions correctly. | brooks | 2013-05-20 | 1 | -2/+2 |
* | Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to | brooks | 2013-05-15 | 1 | -2/+10 |
* | Introduce a new make variable COMPILER_TYPE that specifies what | brooks | 2012-09-13 | 1 | -3/+3 |
* | Upgrade our copy of llvm/clang to trunk r162107. With thanks to | dim | 2012-08-20 | 1 | -0/+1 |
* | Work around the following clang warning in mps(4): | dim | 2012-03-23 | 1 | -0/+1 |
* | Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879, | dim | 2012-03-13 | 1 | -10/+8 |
* | Reenable -Winline on MIPS now that we're not compiling Cavium's error | jmallett | 2012-03-11 | 1 | -3/+0 |
* | Disable -Winline on MIPS in preparation for the import of the latest version | jmallett | 2012-03-11 | 1 | -0/+3 |
* | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeeb | dim | 2012-03-03 | 1 | -3/+3 |
* | After r232322, it turned out many people (and some ports) are building | dim | 2012-03-03 | 1 | -3/+3 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -3/+3 |
* | Revert r231978, so I can apply a more proper fix to silence unneeded | dim | 2012-02-23 | 1 | -1/+0 |
* | When building with clang, disable -Wformat-security for | dim | 2012-02-21 | 1 | -0/+1 |
* | When building with clang, disable -Wunneeded-internal-declaration for | dim | 2012-02-21 | 1 | -0/+1 |
* | 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 |