| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2020-09-07 | don't error array-bounds and packed-member issues with GCC 9. | mrg |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-22 | No need to specify COMPAT_AS anymore. | rin |
| 2018-03-07 | Build compat code as .a if not MODULAR. | maya |
| 2018-03-03 | sun2/sun3: | mrg |
| 2018-02-25 | add a special rule to build m68k/fpu.c to avoid passing -msoft-float. | mrg |
| 2015-04-15 | remove various HAVE_GCC=45 fragments. | mrg |
| 2011-07-09 | fix previous and use a correct make construct | mrg |
| 2011-07-08 | don't use -msoft-float for GCC 4.5. -msoft-float passes down -mno-float | mrg |
| 2011-01-21 | Switch remaining platforms to modern CPP for assembler. | joerg |
| 2008-02-19 | Add missing assym.h dependency. | joerg |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-31 | s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name. | christos |
| 2004-06-04 | Add the %MAKEOPTIONSAPPEND token at the end of the file, after the | thorpej |
| 2002-11-26 | The traditional C preprocessor is fixed in GCC 3.3 now, so no need | thorpej |
| 2002-06-04 | Don't use -traditional-cpp if HAVE_GCC3. | thorpej |
| 2002-05-30 | Get rid of the XDEFS thing; the new toolchain provides a proper | thorpej |
| 2002-02-10 | add "-m68030" for sun3x, addresses PR 15312. | chs |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 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-05-29 | define _KERNEL_OPT as well as _KERNEL. we will use this in the future to | mrg |
| 2001-02-22 | switch sun3 to ELF. highlight include: | chs |
| 2001-02-04 | Add -D__m68k__ to XDEF. | tsutsui |
| 2000-12-17 | delete obsolete comment | jdolecek |
| 2000-12-07 | convert to use genassym.cf & genassym.sh, as other ports do | jdolecek |
| 2000-05-09 | Add "install" target, so "make install" after building the kernel | hubertf |
| 2000-05-09 | HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also, | thorpej |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-01-24 | Add "dependall" target for comfort. | tron |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 2000-01-19 | Change STRIPFLAGS=-g for cross-toolchains. | tsutsui |
| 1999-07-26 | be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don't | cgd |
| 1999-07-09 | clean up a bit after jason :) | mrg |
| 1999-01-15 | Don't define "mc68020". Nothing uses it. | thorpej |
| 1999-01-08 | Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C. | augustss |
| 1998-12-13 | Add -Werror and -Wmissing-prototypes, like most other ports do. | kleink |
| 1998-10-15 | change handling of libkern: | drochner |
| 1998-09-05 | distclean is a synonym for cleandir | lukem |
| 1998-05-31 | Specify a non-profiling C rule. | thorpej |
| 1998-04-12 | Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds | tv |
| 1998-02-05 | Merge arch/sun3x into arch/sun3 | gwr |
| 1997-11-12 | Make sure CPP, AR, AS, and RANLIB are defined. | thorpej |
| 1997-11-12 | Define LORDER, NM, and TSORT here, like we do the rest of the tools. | thorpej |
| 1997-10-23 | Generate assym.h into assym.h.tmp first, then move it. (safety) | gwr |
| 1997-10-04 | use common genassym.awk | gwr |
| 1997-10-03 | define SIZE?=size, and use ${SIZE} instead of size. makes cross | lukem |