summaryrefslogtreecommitdiff
path: root/usr.sbin/crunchgen/crunchgen.c
AgeCommit message (Expand)Author
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-10-13pledge "stdio rpath wpath cpath proc exec". creates files throughoutTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-01-11Create cleaner & less noisy makefiles, now that we've been usingTheo de Raadt
2013-11-23yet more unsigned char casts for ctypeTheo de Raadt
2013-10-14Using 'cc -o /dev/null' has weird side-effects as root, so use a real filePhilip Guenther
2013-10-14handle DESTDIR; with guentherTheo de Raadt
2013-10-13Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunchedPhilip Guenther
2012-08-29Using the currently chosen (and in my opinion insane) abstraction, passTheo de Raadt
2012-08-22Build crunched binaries with -fno-pie.Pascal Stumpf
2009-12-04Change crunchgen to mangle names in sequence instead of randomly,Dale Rahn
2009-10-07under certain conditions (srcdir defined, no objdir defined) crunchgenFelix Kronlage
2008-11-24Change mips detection in crunchgen from ifdef to command line flagDale Rahn
2008-08-23- document -hJason McIntyre
2008-08-22merge crunchide into crunchgen as the -h flag. this is not yet done theTheo de Raadt
2008-08-22Merge crunchgen & crunchhide (using name checking), and move to usr.sbinTheo de Raadt