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