summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Turn of SSP for mips for now until support is added to the baseimp2008-07-231-1/+1
* Disable SSP on arm for the time being.cognet2008-07-191-1/+2
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
* Re-enable -Werror again.jb2007-11-221-2/+0
* Unfortunately the tinderbox setup uses custom CFLAGS which are a bigjb2007-11-191-0/+2
* Re-enable -Werror ins WARNS as it was roughly 6 months ago beforejb2007-11-191-3/+0
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theobrien2007-05-241-0/+2
* Universally disable -Werror until src/ is in better shape for GCC 4.2.kan2007-05-191-0/+4
* Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code canjb2006-11-041-0/+4
* Reintroduce CSTD, which allows a Makefile to specify the precise dialectdes2006-08-111-0/+15
* Move -Wunused-parameter from WARNS level 3 level 4.obrien2005-01-161-2/+4
* Use >= so we can use the actual WARNS levels.obrien2005-01-161-6/+6
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+1
* Remove -Wbad-function-cast. Its main purpose is to catch bugs that wedes2004-02-161-1/+1
* Put the warning flags to where they belong (into CWARNFLAGS).ru2004-01-111-10/+10
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
* Compile our code as C99 w/GNU extensions by default.obrien2003-06-061-1/+2
* I got a bazzar bug reportobrien2003-06-021-2/+2
* Turn back on c99, the tree should be ready for it now.obrien2003-06-021-1/+1
* To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"obrien2003-06-021-1/+1
* Temperarly turn off building the tree with c99.obrien2003-06-021-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.obrien2003-06-011-1/+1
* Do not set a C standard for the C++ compiler.obrien2003-06-011-5/+7
* Compile our code as C99 by default.obrien2003-06-011-9/+11
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.obrien2003-05-311-1/+3
* Make CSTD style match the rest of file.obrien2003-05-311-6/+6
* Whitespace cleanup (1.15 had spaces instead of tabs)des2003-05-051-4/+4
* Don't use -pedantic unless we also set -std of some kind.des2003-05-051-1/+4
* Add a mechanism to allow Makefiles to specify the particular C dialectdes2003-05-011-1/+12
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-051-7/+0
* -Wall implies -Wuninitialized if -O is also in effect.ru2003-04-041-3/+0
* Enable cpp(1) warnings in system headers. GCC is oriented onru2003-03-311-0/+1
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-2/+4
* Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.obrien2002-07-071-0/+6
* Tweak the WARNS levels a tad.obrien2002-05-191-6/+0
* Gcc 3.1 has different -Wx flags.obrien2002-05-101-2/+5
* Add WARNS levels 5 and 6:obrien2002-04-101-1/+8
* FreeBSD prior to 4.5-RELEASE and older versions of 5.0-CURRENT do notru2002-04-071-0/+5
* Put -Wno-uninitialized at the end of the warns flags as it may be enabeleddwmalone2002-01-051-3/+5
* Add some granularity to the WARNS levels.obrien2001-12-151-5/+10
* Only add -Werror if in fact we have set WARNS or WFORMAT to >0kris2001-05-191-4/+6
* Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mkkris2001-05-191-0/+37
OpenPOWER on IntegriCloud