index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
mk
/
bsd.sys.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Enable cpp(1) warnings in system headers. GCC is oriented on
ru
2003-03-31
1
-0
/
+1
*
Take __FreeBSD_version into account when BOOTSTRAPPING.
ru
2002-11-13
1
-2
/
+4
*
Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.
obrien
2002-07-07
1
-0
/
+6
*
Tweak the WARNS levels a tad.
obrien
2002-05-19
1
-6
/
+0
*
Gcc 3.1 has different -Wx flags.
obrien
2002-05-10
1
-2
/
+5
*
Add WARNS levels 5 and 6:
obrien
2002-04-10
1
-1
/
+8
*
FreeBSD prior to 4.5-RELEASE and older versions of 5.0-CURRENT do not
ru
2002-04-07
1
-0
/
+5
*
Put -Wno-uninitialized at the end of the warns flags as it may be enabeled
dwmalone
2002-01-05
1
-3
/
+5
*
Add some granularity to the WARNS levels.
obrien
2001-12-15
1
-5
/
+10
*
Only add -Werror if in fact we have set WARNS or WFORMAT to >0
kris
2001-05-19
1
-4
/
+6
*
Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk
kris
2001-05-19
1
-0
/
+37