aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Disable SSP for mips until support is added to the base architecture.Warner Losh2008-07-231-1/+1
* Disable SSP for the kernel on arm as well (see rev 180605).Olivier Houchard2008-07-221-1/+2
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+7
* Add -mno-sse3 for amd64 case tooAndrey A. Chernov2008-05-101-1/+1
* Define INLINE_LIMIT and additional CFLAGS for mips.Oleksandr Tymoshenko2008-04-291-0/+9
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theDavid E. O'Brien2007-05-241-1/+4
* Add -Wno-pointer-sign to CWARNFLAGS.Alexander Kabaev2007-05-191-2/+2
* Fix module loading for sparc on machines with greater than 1GB of RAMKip Macy2006-11-261-1/+1
* Create new dialect knob, as setting the language dialect isn't a warning flag.David E. O'Brien2006-06-291-1/+1
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:Ruslan Ermilov2006-05-301-1/+4
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-10/+0
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-1/+1
* Since the question keeps coming up, explain why the -mno-sse etc switchesPeter Wemm2005-03-311-2/+6
* Remove OBE comment about AMD64 memory model.David E. O'Brien2005-03-151-2/+1
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-03-151-1/+2
* Define INLINE_LIMIT for arm.Olivier Houchard2004-05-141-0/+3
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+14
* Lower i386's INLINE_LIMIT to AMD64's level.David E. O'Brien2004-03-031-1/+1
* Reduce the inline limit from 20000 to 8000 after the previous changesPeter Wemm2004-02-061-1/+1
* Add PowerPC CFLAGS.David E. O'Brien2003-12-071-0/+9
* Move the inline limit default variable to a per-arch place. For example,Peter Wemm2003-11-041-0/+5
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"Peter Wemm2003-05-301-1/+2
* Major pmap rework to take advantage of the larger address space on amd64Peter Wemm2003-05-231-1/+1
* Use C99 for the kernel.David E. O'Brien2003-05-031-1/+1
* Add AMD64 hooksPeter Wemm2003-04-301-0/+9
* Sync with bsd.kern.mk.Jake Burkholder2003-02-281-0/+9
* ia64 specific CFLAGS change:Marcel Moolenaar2002-10-131-1/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.Bruce Evans2002-10-041-1/+1
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingPeter Wemm2002-09-061-2/+2
* Turned format checking back on. It was left turned off for too long afterBruce Evans2002-08-251-7/+1
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatPeter Wemm2002-05-241-7/+1
* Use -ffreestanding for kernel bits unconditionally.David E. O'Brien2002-05-041-2/+0
* This will have to be revised, but allow putting 'makeoptions GCC3=true'Peter Wemm2001-09-101-0/+15
* revert previous accidental commitAssar Westerlund2001-07-221-1/+5
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-221-5/+1
* Add section for building ia64 kernels.Doug Rabson2000-10-161-0/+8
* Reserve register t7 on alpha to point at per-cpu global variables.Doug Rabson2000-04-281-1/+2
* Fix the grammar in my previous commit "lose" -> "loss".Mike Pritchard2000-04-241-1/+1
* Fix a typo in the comments.Mike Pritchard2000-04-231-1/+1
* Make "-mpreferred-stack-boundary=2" the default on the i386.David E. O'Brien1999-11-171-0/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed comment and whitespace lossage in recent commits. The -W flagBruce Evans1999-01-291-7/+14
* Cleanup bsd.kern.mk after last commit.Matthew Dillon1999-01-291-14/+4
* Turn on -Wall and -Wcast-qualMatthew Dillon1999-01-271-5/+11
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatDoug Rabson1998-12-171-1/+9
* Add -Wunused to kernel build flags.Archie Cobbs1998-12-141-3/+3
* Turned on -Wformat -fformat-extensions. -fformat-extensions requires aBruce Evans1998-09-091-3/+4
* Added -ansi to CWARNFLAGS so that ANSI errors don't come back.Bruce Evans1998-05-011-2/+2
* Oops, comment lines can't be indented either.Bruce Evans1997-10-211-3/+2
* Oops, comment lines can't be continued.Bruce Evans1997-10-211-3/+3