| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable another clang warning (-Wempty-body) when WARNS <= 2. | dim | 2011-12-18 | 1 | -1/+1 |
* | Disable yet another clang warning (-Wconversion) when WARNS <= 3. | dim | 2011-12-18 | 1 | -1/+2 |
* | Disable yet another clang warning when WARNS <= 3. | dim | 2011-12-17 | 1 | -1/+1 |
* | Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang, | dim | 2011-12-16 | 1 | -0/+3 |
* | Disable one more clang warning when WARNS <= 3. | dim | 2011-12-15 | 1 | -1/+2 |
* | Clang has more warnings enabled by default, and when using -Wall, so if WARNS | dim | 2011-12-15 | 1 | -0/+13 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -11/+8 |
* | To be able to use printf extensions we need to turn off gcc format checking. | pjd | 2011-03-07 | 1 | -0/+3 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+3 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -3/+3 |
* | Allow suppression of -Wcast-align for WARNS>=4 by defining | marcel | 2010-02-18 | 1 | -1/+4 |
* | Undo r169961, removing WITH_GCC3, added as a temporary workaround three | trasz | 2010-01-18 | 1 | -2/+0 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+2 |
* | Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control. | ru | 2009-10-22 | 1 | -1/+3 |
* | Set CSTD in all cases except when CC=icc and NO_WARNS is set. This | rdivacky | 2009-10-21 | 1 | -1/+1 |
* | Switch over to gnu99 compilation on default for userland. | rdivacky | 2009-03-14 | 1 | -8/+9 |
* | Turn of SSP for mips for now until support is added to the base | imp | 2008-07-23 | 1 | -1/+1 |
* | Disable SSP on arm for the time being. | cognet | 2008-07-19 | 1 | -1/+2 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+6 |
* | Re-enable -Werror again. | jb | 2007-11-22 | 1 | -2/+0 |
* | Unfortunately the tinderbox setup uses custom CFLAGS which are a big | jb | 2007-11-19 | 1 | -0/+2 |
* | Re-enable -Werror ins WARNS as it was roughly 6 months ago before | jb | 2007-11-19 | 1 | -3/+0 |
* | Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the | obrien | 2007-05-24 | 1 | -0/+2 |
* | Universally disable -Werror until src/ is in better shape for GCC 4.2. | kan | 2007-05-19 | 1 | -0/+4 |
* | Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code can | jb | 2006-11-04 | 1 | -0/+4 |
* | Reintroduce CSTD, which allows a Makefile to specify the precise dialect | des | 2006-08-11 | 1 | -0/+15 |
* | Move -Wunused-parameter from WARNS level 3 level 4. | obrien | 2005-01-16 | 1 | -2/+4 |
* | Use >= so we can use the actual WARNS levels. | obrien | 2005-01-16 | 1 | -6/+6 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -1/+1 |
* | Remove -Wbad-function-cast. Its main purpose is to catch bugs that we | des | 2004-02-16 | 1 | -1/+1 |
* | Put the warning flags to where they belong (into CWARNFLAGS). | ru | 2004-01-11 | 1 | -10/+10 |
* | Put on the core hat and back out all of the CSTD= changes. Core will | imp | 2003-06-14 | 1 | -14/+0 |
* | Revert to a known-good state. Anyone desiring to experiment with stricter | des | 2003-06-14 | 1 | -23/+9 |
* | We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime() | peter | 2003-06-13 | 1 | -2/+3 |
* | Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64. | obrien | 2003-06-07 | 1 | -0/+6 |
* | Compile our code as C99 w/GNU extensions by default. | obrien | 2003-06-06 | 1 | -1/+2 |
* | I got a bazzar bug report | obrien | 2003-06-02 | 1 | -2/+2 |
* | Turn back on c99, the tree should be ready for it now. | obrien | 2003-06-02 | 1 | -1/+1 |
* | To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)" | obrien | 2003-06-02 | 1 | -1/+1 |
* | Temperarly turn off building the tree with c99. | obrien | 2003-06-02 | 1 | -1/+1 |
* | Use a bigger hammer -- keep all -std= out of CXXFLAGS. | obrien | 2003-06-01 | 1 | -1/+1 |
* | Do not set a C standard for the C++ compiler. | obrien | 2003-06-01 | 1 | -5/+7 |
* | Compile our code as C99 by default. | obrien | 2003-06-01 | 1 | -9/+11 |
* | CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+. | obrien | 2003-05-31 | 1 | -1/+3 |
* | Make CSTD style match the rest of file. | obrien | 2003-05-31 | 1 | -6/+6 |
* | Whitespace cleanup (1.15 had spaces instead of tabs) | des | 2003-05-05 | 1 | -4/+4 |
* | Don't use -pedantic unless we also set -std of some kind. | des | 2003-05-05 | 1 | -1/+4 |
* | Add a mechanism to allow Makefiles to specify the particular C dialect | des | 2003-05-01 | 1 | -1/+12 |
* | Migrate to a new way of dealing with building from old revisions of | imp | 2003-04-05 | 1 | -7/+0 |
* | -Wall implies -Wuninitialized if -O is also in effect. | ru | 2003-04-04 | 1 | -3/+0 |