summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix module loading for sparc on machines with greater than 1GB of RAMkmacy2006-11-261-1/+1
* Create new dialect knob, as setting the language dialect isn't a warning flag.obrien2006-06-291-1/+1
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:ru2006-05-301-1/+4
* First pass at removing Alpha kernel support.jhb2006-05-111-10/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Since the question keeps coming up, explain why the -mno-sse etc switchespeter2005-03-311-2/+6
* Remove OBE comment about AMD64 memory model.obrien2005-03-151-2/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-1/+2
* Define INLINE_LIMIT for arm.cognet2004-05-141-0/+3
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+14
* Lower i386's INLINE_LIMIT to AMD64's level.obrien2004-03-031-1/+1
* Reduce the inline limit from 20000 to 8000 after the previous changespeter2004-02-061-1/+1
* Add PowerPC CFLAGS.obrien2003-12-071-0/+9
* Move the inline limit default variable to a per-arch place. For example,peter2003-11-041-0/+5
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"peter2003-05-301-1/+2
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-1/+1
* Use C99 for the kernel.obrien2003-05-031-1/+1
* Add AMD64 hookspeter2003-04-301-0/+9
* Sync with bsd.kern.mk.jake2003-02-281-0/+9
* ia64 specific CFLAGS change:marcel2002-10-131-1/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.bde2002-10-041-1/+1
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-061-2/+2
* Turned format checking back on. It was left turned off for too long afterbde2002-08-251-7/+1
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatpeter2002-05-241-7/+1
* Use -ffreestanding for kernel bits unconditionally.obrien2002-05-041-2/+0
* This will have to be revised, but allow putting 'makeoptions GCC3=true'peter2001-09-101-0/+15
* revert previous accidental commitassar2001-07-221-1/+5
* get rid of some printf and pointer type warningsassar2001-07-221-5/+1
* Add section for building ia64 kernels.dfr2000-10-161-0/+8
* Reserve register t7 on alpha to point at per-cpu global variables.dfr2000-04-281-1/+2
* Fix the grammar in my previous commit "lose" -> "loss".mpp2000-04-241-1/+1
* Fix a typo in the comments.mpp2000-04-231-1/+1
* Make "-mpreferred-stack-boundary=2" the default on the i386.obrien1999-11-171-0/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed comment and whitespace lossage in recent commits. The -W flagbde1999-01-291-7/+14
* Cleanup bsd.kern.mk after last commit.dillon1999-01-291-14/+4
* Turn on -Wall and -Wcast-qualdillon1999-01-271-5/+11
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-171-1/+9
* Add -Wunused to kernel build flags.archie1998-12-141-3/+3
* Turned on -Wformat -fformat-extensions. -fformat-extensions requires abde1998-09-091-3/+4
* Added -ansi to CWARNFLAGS so that ANSI errors don't come back.bde1998-05-011-2/+2
* Oops, comment lines can't be indented either.bde1997-10-211-3/+2
* Oops, comment lines can't be continued.bde1997-10-211-3/+3
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedbde1997-10-211-2/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Turned off -W and -Winline so that the warnings that should be fixed forbde1996-11-111-3/+3
* Oops, this wasn't supposed to have -Wcast-qual yet.bde1996-10-091-2/+2
* Oops, forgot to cvs add bsd.kern.mk.bde1996-10-081-0/+15
OpenPOWER on IntegriCloud