| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r188860,188879,188923,188951: | Nathan Whitehorn | 2009-03-07 | 1 | -1/+2 |
| * | Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the | David E. O'Brien | 2007-05-24 | 1 | -1/+4 |
| * | Add -Wno-pointer-sign to CWARNFLAGS. | Alexander Kabaev | 2007-05-19 | 1 | -2/+2 |
| * | Fix module loading for sparc on machines with greater than 1GB of RAM | Kip Macy | 2006-11-26 | 1 | -1/+1 |
| * | Create new dialect knob, as setting the language dialect isn't a warning flag. | David E. O'Brien | 2006-06-29 | 1 | -1/+1 |
| * | Enable -Wundef warnings for kernel/module compiles. From cpp.info: | Ruslan Ermilov | 2006-05-30 | 1 | -1/+4 |
| * | First pass at removing Alpha kernel support. | John Baldwin | 2006-05-11 | 1 | -10/+0 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -1/+1 |
| * | Since the question keeps coming up, explain why the -mno-sse etc switches | Peter Wemm | 2005-03-31 | 1 | -2/+6 |
| * | Remove OBE comment about AMD64 memory model. | David E. O'Brien | 2005-03-15 | 1 | -2/+1 |
| * | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-03-15 | 1 | -1/+2 |
| * | Define INLINE_LIMIT for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+3 |
| * | This are the build infrastructure changes to allow to use the | Tom Rhodes | 2004-03-12 | 1 | -1/+14 |
| * | Lower i386's INLINE_LIMIT to AMD64's level. | David E. O'Brien | 2004-03-03 | 1 | -1/+1 |
| * | Reduce the inline limit from 20000 to 8000 after the previous changes | Peter Wemm | 2004-02-06 | 1 | -1/+1 |
| * | Add PowerPC CFLAGS. | David E. O'Brien | 2003-12-07 | 1 | -0/+9 |
| * | Move the inline limit default variable to a per-arch place. For example, | Peter Wemm | 2003-11-04 | 1 | -0/+5 |
| * | Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64" | Peter Wemm | 2003-05-30 | 1 | -1/+2 |
| * | Major pmap rework to take advantage of the larger address space on amd64 | Peter Wemm | 2003-05-23 | 1 | -1/+1 |
| * | Use C99 for the kernel. | David E. O'Brien | 2003-05-03 | 1 | -1/+1 |
| * | Add AMD64 hooks | Peter Wemm | 2003-04-30 | 1 | -0/+9 |
| * | Sync with bsd.kern.mk. | Jake Burkholder | 2003-02-28 | 1 | -0/+9 |
| * | ia64 specific CFLAGS change: | Marcel Moolenaar | 2002-10-13 | 1 | -1/+1 |
| * | Use the -mno-align-long-strings on i386's to debloat the kernel a little. | Bruce Evans | 2002-10-04 | 1 | -1/+1 |
| * | Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using | Peter Wemm | 2002-09-06 | 1 | -2/+2 |
| * | Turned format checking back on. It was left turned off for too long after | Bruce Evans | 2002-08-25 | 1 | -7/+1 |
| * | For now, make the .ifdef GCC3 case default. We should change -Wno-format | Peter Wemm | 2002-05-24 | 1 | -7/+1 |
| * | Use -ffreestanding for kernel bits unconditionally. | David E. O'Brien | 2002-05-04 | 1 | -2/+0 |
| * | This will have to be revised, but allow putting 'makeoptions GCC3=true' | Peter Wemm | 2001-09-10 | 1 | -0/+15 |
| * | revert previous accidental commit | Assar Westerlund | 2001-07-22 | 1 | -1/+5 |
| * | get rid of some printf and pointer type warnings | Assar Westerlund | 2001-07-22 | 1 | -5/+1 |
| * | Add section for building ia64 kernels. | Doug Rabson | 2000-10-16 | 1 | -0/+8 |
| * | Reserve register t7 on alpha to point at per-cpu global variables. | Doug Rabson | 2000-04-28 | 1 | -1/+2 |
| * | Fix the grammar in my previous commit "lose" -> "loss". | Mike Pritchard | 2000-04-24 | 1 | -1/+1 |
| * | Fix a typo in the comments. | Mike Pritchard | 2000-04-23 | 1 | -1/+1 |
| * | Make "-mpreferred-stack-boundary=2" the default on the i386. | David E. O'Brien | 1999-11-17 | 1 | -0/+13 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fixed comment and whitespace lossage in recent commits. The -W flag | Bruce Evans | 1999-01-29 | 1 | -7/+14 |
| * | Cleanup bsd.kern.mk after last commit. | Matthew Dillon | 1999-01-29 | 1 | -14/+4 |
| * | Turn on -Wall and -Wcast-qual | Matthew Dillon | 1999-01-27 | 1 | -5/+11 |
| * | Move some compile flags from the kernel makefile to bsd.kern.mk so that | Doug Rabson | 1998-12-17 | 1 | -1/+9 |
| * | Add -Wunused to kernel build flags. | Archie Cobbs | 1998-12-14 | 1 | -3/+3 |
| * | Turned on -Wformat -fformat-extensions. -fformat-extensions requires a | Bruce Evans | 1998-09-09 | 1 | -3/+4 |
| * | Added -ansi to CWARNFLAGS so that ANSI errors don't come back. | Bruce Evans | 1998-05-01 | 1 | -2/+2 |
| * | Oops, comment lines can't be indented either. | Bruce Evans | 1997-10-21 | 1 | -3/+2 |
| * | Oops, comment lines can't be continued. | Bruce Evans | 1997-10-21 | 1 | -3/+3 |
| * | Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized | Bruce Evans | 1997-10-21 | 1 | -2/+3 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Turned off -W and -Winline so that the warnings that should be fixed for | Bruce Evans | 1996-11-11 | 1 | -3/+3 |