| Commit message (Expand) | Author | Age | Files | Lines |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -6/+6 |
* | Handle a few corner cases for clang like we did with icc. These should | rpaulo | 2010-07-22 | 1 | -2/+4 |
* | Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the | nwhitehorn | 2010-07-13 | 1 | -1/+1 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -0/+8 |
* | Removed NO_UNDEF. | ru | 2010-01-19 | 1 | -4/+1 |
* | Undo r169961, removing WITH_GCC3, added as a temporary workaround three | trasz | 2010-01-18 | 1 | -4/+1 |
* | Merge r201902 and r195669 from projects/mips into head by hand: | imp | 2010-01-09 | 1 | -3/+2 |
* | Bump down the inline limit on MIPS. | imp | 2009-03-03 | 1 | -1/+1 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -1/+2 |
* | Disable SSP for mips until support is added to the base architecture. | imp | 2008-07-23 | 1 | -1/+1 |
* | Disable SSP for the kernel on arm as well (see rev 180605). | cognet | 2008-07-22 | 1 | -1/+2 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+7 |
* | Add -mno-sse3 for amd64 case too | ache | 2008-05-10 | 1 | -1/+1 |
* | Define INLINE_LIMIT and additional CFLAGS for mips. | gonzo | 2008-04-29 | 1 | -0/+9 |
* | Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the | obrien | 2007-05-24 | 1 | -1/+4 |
* | Add -Wno-pointer-sign to CWARNFLAGS. | kan | 2007-05-19 | 1 | -2/+2 |
* | 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 |