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