| Age | Commit message (Expand) | Author |
| 2006-08-29 | We only need libutil in native mode. | christos |
| 2006-08-26 | More programs using efun. | christos |
| 2006-07-08 | Check for powerpc64 when enumerating MACHINE_ARCH | ross |
| 2006-06-13 | detect overflow and exit with an error. | christos |
| 2006-06-11 | PR/33698: Kevin Massey: use strlcpy/strlcat to avoid stack overwrites. | christos |
| 2006-06-02 | Fix problems with program names with a "-" in them, where crunchgen was | simonb |
| 2006-05-10 | need <stdlib.h> for exit(3). | mrg |
| 2006-01-13 | Don't use data in freed stack. | tsutsui |
| 2005-02-10 | Make dependency checking for the pull-over make's actually work. | jmc |
| 2005-01-31 | Revert part of previous [remove cd to objdir] and bump the crunchdate. | christos |
| 2005-01-30 | Explicitly cd to the .OBJDIR in the ${PROG}.strip target. | lukem |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-25 | Sync usage with man page (sort, add -O). | wiz |
| 2004-09-25 | Sort options in SYNOPSIS and in description; use more mdoc macros. | wiz |
| 2004-09-25 | Change the way crunchgen works when doing 'reachover' builds. | dsl |
| 2004-09-25 | Use a single awk command (instead of awk and a lot of greps) to generate | dsl |
| 2004-09-25 | Whitespace police: | dsl |
| 2004-09-25 | Remove the always defined RENAME_SYMS and the code that would be | dsl |
| 2004-08-24 | Adapt to /usr/share/misc/style. | wiz |
| 2004-08-24 | One object-file argument is mandatory, noted by jmc@openbsd. | wiz |
| 2004-08-23 | Sync usage with man page. | wiz |
| 2004-08-23 | The conffile argument is not optional; also, move it behind all | wiz |
| 2004-08-19 | Add -v VARSPEC, so that we can pass variable assignments to make(1) | christos |
| 2004-06-06 | remove copyright and comment sections. Saves ~40K on the crunched | christos |
| 2004-01-03 | Consistently check ${TOOLCHAIN_MISSING} against "no". | lukem |
| 2003-12-28 | Fix PR#4980 and support common symbols correctly in crunched programs. | jmc |
| 2003-12-27 | Support crunch configs which specify relative srcdir's but don't use -D. For | jmc |
| 2003-12-08 | Use grep in favor of egrep in a few places. The pattern being searched | dmcmahill |
| 2003-11-19 | Change the make(1) command lines generated by crunchgen from: | nathanw |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | support MAKEVERBOSE and use ${HOST_SH} | lukem |
| 2003-10-07 | fix typo that prevented ${PROG}.unstripped from being removed in "clean" | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-10 | NOxxx= variables should appear first | lukem |
| 2003-07-09 | Keep unstripped binary in $OBJ, use are timestamp instead of prog.stripped. | dsl |
| 2003-06-01 | "objcopy --redefine-syms-file" is now "objcopy --redefine-syms". | thorpej |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-05-15 | Add an extra target to the xxx.mk file that is equivalent to 'all', but which | dsl |
| 2003-05-14 | Add a .WAIT to ensure that all the program objects are built before | dsl |
| 2003-05-09 | Make the prog.mk makefile run make in each of the target directories and | dsl |
| 2003-03-31 | progams->programs (Igor Sobrado, PR misc/19700) + homegrown->home-grown | perry |
| 2003-03-18 | Back out rev 1.43 for now, it seems to create some new problems (see | fvdl |
| 2003-03-01 | No need to invoke the make command so many times. It can handle all | enami |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-18 | The name of the working directory for each prog is converted by "s/-/_/". | msaitoh |
| 2003-01-29 | Use new the --redefine-syms-file option to objcopy to rename the symbols | simonb |
| 2002-12-05 | Get the right formats for x86_64. | fvdl |
| 2002-10-02 | Two typos. From Adrian Mrva. eg -> e.g. | wiz |
| 2002-09-17 | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into | thorpej |