| Age | Commit message (Expand) | Author |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2016-02-27 | clang now supports normal soft float. | joerg |
| 2015-08-24 | Define ${LINKSCRIPT} in one place. | uebayasi |
| 2014-11-15 | Use LINKSCRIPT. | uebayasi |
| 2014-08-10 | Put GCC/GAS specific options under ACTIVE_CC == "gcc". | joerg |
| 2014-08-08 | Don't set -mmultiple or -mno-string for PowerPC, the difference is too | joerg |
| 2014-08-05 | Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly | apb |
| 2014-03-06 | When building a DEBUG kernel, mdsetimage into the .gdb as well (so if it's | matt |
| 2014-02-28 | Don't hardcode MACHINE_ARCH | matt |
| 2013-08-23 | Add a SYSTEM_DEP for the ramdisk on INSTALL kernels. | matt |
| 2013-03-10 | Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*) | christos |
| 2012-03-21 | For BookE kernels, use -mmultiple and -misel and enable -fstack-protector | matt |
| 2012-02-01 | Make sure the walnut system_tail_extra is very last thing. | matt |
| 2011-06-30 | Get rid of local TOOL_GZIP definition that now bsd.own.mk does it for us. | matt |
| 2011-06-25 | Move some stuff from evbppc's Makefile.inc to powerpc's. | matt |
| 2011-06-18 | Make a common genassym.cf (powerpc/genassym.cf) and then | matt |
| 2011-06-04 | Make sure the kernel is compiled with -msdata=none since it uses %r2 and %r13 | matt |
| 2011-01-18 | Add support for BookE Freescale MPC85xx (e500 core) processors. | matt |
| 2009-02-15 | Convert the recently introduced awk command to retrieve the value of the | cube |
| 2009-02-14 | Now that "options MODULAR" is handled via defflag, the Makefile | apb |
| 2008-11-13 | LKM -> MODULAR | ad |
| 2008-03-07 | mem*.S no longer include assym.h | phx |
| 2008-03-03 | Make kernlib depend on assym.h | matt |
| 2008-03-01 | mem*.S needs assym.h. | joerg |
| 2008-01-08 | lock_stubs.S needs assym.h. | joerg |
| 2005-11-24 | . Have dbsym explicitly suggest increasing SYMTAB_SPACE when | dbj |
| 2005-06-02 | Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead | he |
| 2005-06-02 | Put a band-aid over the cast qualification warnings for oea/pmap.c. | he |
| 2005-05-31 | s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name. | christos |
| 2005-02-12 | When building kernel for OEA, allow unaligned accesses since OEA | matt |
| 2004-12-09 | Add -Wa,-maltivec so that AltiVec instuctions will be recognized. | matt |
| 2004-06-04 | Add the %MAKEOPTIONSAPPEND token at the end of the file, after the | thorpej |
| 2004-01-06 | Change CPPFLAGS to -D${MACHINE}=${MACHINE} instead of just -D${MACHINE} | briggs |
| 2003-09-29 | Add a dependancy on assym.h; helps "make -j N" kernel builds. | simonb |
| 2003-02-24 | Only define KERN_AS= object if IDENT has -DLKM. | matt |
| 2003-02-19 | Set KERN_AS=obj now that LKMs work. (otherwise when you loaded LKMs they | matt |
| 2003-01-01 | Add NEED_SYMTAB to run dbsym. | augustss |
| 2002-08-23 | Allow port-specific Makefiles to override the name and location | scw |
| 2002-05-19 | Add NEED_BINARY, similar to NEED_SREC. | augustss |
| 2002-04-18 | Use a common genassym.cf for all the PPC_MPC6XX ports. Add a makeoptions to | matt |
| 2002-01-05 | change apparent typo of MS_SFILES to MD_SFILES | dbj |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-23 | Set MACHINE_ARCH explicitly in Makefiles for which it is constant. | thorpej |
| 2001-10-23 | Use MACHINE, not TARGET_MACHINE. | thorpej |
| 2001-10-21 | Use <bsd.own.mk> so that the right thing happens when building a | thorpej |
| 2001-08-26 | Include ${THISPPC}/conf/Makefile.${TARGET_MACHINE}.inc if it exists (ala | simonb |
| 2001-08-26 | Make all powerpc ports use a common Makefile.powerpc (except walnut) | matt |
| 1998-05-28 | Rename NetBSD/powerpc to NetBSD/ofppc. | sakamoto |
| 1998-04-12 | Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds | tv |