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
/
sys
/
conf
/
kern.pre.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
pc98 lint builds w/o warnings. Remove the last special case from our
imp
2008-02-02
1
-2
/
+0
*
Arm should build fine with -Werror as well.
cognet
2008-02-02
1
-1
/
+1
*
sun4v has a MACHINE_ARCH of sparc64, so it was covered under that clause and
imp
2008-02-02
1
-1
/
+1
*
Some platforms that are currently under development have to cope with
imp
2008-02-02
1
-2
/
+4
*
Wall of shame rather than wall of fame for the -Werror suppression.
imp
2008-02-02
1
-3
/
+1
*
Re-enable -Werror for PowerPC. This should really be unconditional again.
marcel
2007-08-08
1
-1
/
+2
*
Enable -Werror for ia64.
marcel
2007-07-31
1
-1
/
+1
*
Removed unnecessary global includes for ixgbe, and em. Both have been
jfv
2007-07-12
1
-6
/
+0
*
New driver for Intel 10G PCI-Express adapter (82598), driver is
jfv
2007-07-11
1
-0
/
+3
*
I did not intend to turn -Werror on for pc98. Refine the test for
peter
2007-07-06
1
-1
/
+1
*
Turn on -Werror for sparc64 and sun4v.
peter
2007-07-06
1
-1
/
+2
*
Turn on -Werror for i386 kernel builds.
peter
2007-07-05
1
-1
/
+1
*
Turn -Werror back on for amd64 for kernel builds.
peter
2007-07-05
1
-0
/
+2
*
Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the time
peter
2007-07-05
1
-1
/
+1
*
Disable -Werror for now.
kan
2007-05-19
1
-2
/
+2
*
Merge in the new driver (6.5.0) of Intel. This has a new
jfv
2007-05-04
1
-0
/
+3
*
Fixed high resolution profiling on arches that support it (amd64 and
bde
2006-10-26
1
-1
/
+1
*
Reduced the ifdef tangle for profiling by moving the unreachable
bde
2006-10-26
1
-12
/
+2
*
Define an empty C_DIALECT in case of "icc", just in case.
ru
2006-10-13
1
-0
/
+1
*
o move ath hal os glue code from the hal to the driver: this code was
sam
2006-09-18
1
-1
/
+1
*
nuke unused support for building ath hal from src code
sam
2006-09-18
1
-6
/
+0
*
/etc/src.conf wasn't visable for the kernel build.
obrien
2006-07-17
1
-0
/
+5
*
Create new dialect knob, as setting the language dialect isn't a warning flag.
obrien
2006-06-29
1
-1
/
+2
*
Hook XFS into kernel build.
rodrigc
2005-12-12
1
-0
/
+3
*
We no longer need INCLUDES+= -I$S/contrib/dev/acpica.
obrien
2005-10-24
1
-5
/
+2
*
Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building
glebius
2005-10-05
1
-1
/
+1
*
The kernel-depend target doesn't get any information from "compile-with",
obrien
2005-09-11
1
-0
/
+19
*
Don't pollute the entire kernel build with -I$S/contrib/dev/ath and
obrien
2005-09-11
1
-2
/
+5
*
Don't pollute the entire kernel build with -I$S/contrib/ipfilter.
obrien
2005-09-11
1
-3
/
+0
*
Don't pollute the entire kernel build with -I$S/contrib/pf.
obrien
2005-09-11
1
-3
/
+0
*
Don't pollute the entire kernel build with -I$S/contrib/ngatm.
obrien
2005-09-11
1
-3
/
+0
*
Don't pollute the entire kernel build with -I$S/dev/twa.
obrien
2005-09-11
1
-3
/
+0
*
Never hardcode /sys into these Makefiles. The proper way to spell it is $S.
imp
2005-04-13
1
-0
/
+3
*
Don't generate major.c anymore.
phk
2005-03-29
1
-1
/
+1
*
Barrow from kmod.mk and protect against adding -fno-strict-aliasing
obrien
2005-02-13
1
-1
/
+1
*
Embellish rev 1.61. If we're not building a debug kernel, use -O2 as before.
obrien
2005-01-22
1
-2
/
+7
*
While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as it
obrien
2005-01-18
1
-1
/
+1
*
Don the teflon coated jacket and use the same -O2 optimization options on
obrien
2004-10-25
1
-7
/
+1
*
Back out v1.58... We still don't know what is causing the specific
kensmith
2004-10-07
1
-1
/
+1
*
Back out v1.49. Recent findings suggest sparc64 may not be ready for
kensmith
2004-10-06
1
-1
/
+1
*
Use -O2 for the arm kernel as well
cognet
2004-09-23
1
-0
/
+2
*
Removed COPTS support from kmod.mk and kern.pre.mk.
ru
2004-08-13
1
-2
/
+2
*
Allow for aggressive function inlining. This might have to be fine-tuned
kan
2004-07-28
1
-1
/
+3
*
We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and
imp
2004-06-27
1
-1
/
+1
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-0
/
+3
*
Address few style issues pointed out by bde
emax
2004-04-27
1
-9
/
+0
*
Make sure Bluetooth stuff can be statically compiled into kernel
emax
2004-04-23
1
-0
/
+9
*
Remove "-frename-registers" option for sparc64 kernel builds. That
kensmith
2004-03-29
1
-1
/
+3
*
Lets give -O2 kernels a try on sparc64.
obrien
2004-03-25
1
-1
/
+1
*
Compile the kernel with -O2 on ia64 by default.
marcel
2004-03-21
1
-0
/
+2
[next]