Age | Commit message (Expand) | Author |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2005-11-08 | We need 64-bit and altivec instructions, so might just as well allow any | Mark Kettenis |
2005-09-27 | Allow temporary 64-bit bridge instructions in locore.s. | Mark Kettenis |
2005-04-07 | Remove spurious -L for /usr/include in INCLUDES defn. ok miod@ | Ian Darwin |
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat |
2004-01-20 | - macppc -> __macppc__ | Brad Smith |
2003-11-21 | + -fno-builtin-* on architectures confirmed to work. | Marc Espie |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-14 | complain about commons since they are all currently dead here. | Jason Wright |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-01-31 | Save about 1.7k in executable size for macppc kernel, Since the ELF header | Dale Rahn |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn |
2002-01-08 | correct altivec support enable for gas 2.11. (still in comment) | Dale Rahn |
2002-01-03 | Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |