summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunchgen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the install media are built with a consistent set ofnaddy2018-10-181-2/+5
* chdir to the target directory, run make there and fchdir back after.henning2018-02-061-4/+22
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-292-4/+4
* insist on -Oz in the *.mk fileespie2017-07-271-1/+2
* Mute clang's zeal for whining by providing prototypes.deraadt2017-07-272-3/+7
* missing .Fn markup for main(); found with mandoc -Tlintschwarze2017-06-111-3/+5
* Make object-in-archive-used identification portable to lld: use --traceguenther2017-02-281-2/+2
* Copyright notices don't belong in the displayed text of manual pages,schwarze2017-01-271-5/+4
* Restore support for 'instbin program args...'guenther2016-05-201-12/+15
* Use __progname instead of manually handling argv[0].tobias2015-12-061-8/+5
* exit() after perror() for pledge failure. Perhaps this got introducedderaadt2015-11-111-2/+4
* Avoid integer overflow with very large files.tobias2015-10-181-3/+4
* pledge "stdio rpath wpath cpath proc exec". creates files throughoutderaadt2015-10-131-1/+4
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-202-5/+5
* The world is ELF: use <sys/exec_elf.h> instead of <a.out.h> or <sys/exec.h>guenther2015-01-182-26/+23
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-17/+18
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+5
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* Zap some globals and a TODO missed in the a.out purge.guenther2014-03-161-22/+1
* Create cleaner & less noisy makefiles, now that we've been usingderaadt2014-01-111-42/+4
* just a little TLCderaadt2014-01-111-11/+8
* yet more unsigned char casts for ctypederaadt2013-11-231-7/+7
* add missing protosderaadt2013-11-122-5/+10
* tedu ecoff supportderaadt2013-10-143-79/+3
* Using 'cc -o /dev/null' has weird side-effects as root, so use a real fileguenther2013-10-141-2/+2
* handle DESTDIR; with guentherderaadt2013-10-141-2/+2
* Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunchedguenther2013-10-131-3/+31
* Death to a.out bits!guenther2013-10-131-96/+1
* some Bx/Ox conversion;jmc2013-08-141-4/+7
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* Using the currently chosen (and in my opinion insane) abstraction, passderaadt2012-08-291-3/+4
* Build crunched binaries with -fno-pie.pascal2012-08-221-1/+3
* ansideraadt2012-05-301-2/+2
* missing headerderaadt2011-11-251-1/+2
* .Ek in the right place, or SYNOPSIS blows up;jmc2010-08-081-3/+3
* delete unused variablederaadt2010-07-201-4/+1
* Fix overflow bug found by Holger Mikolon, thanks.drahn2009-12-081-3/+6
* Change crunchgen to mangle names in sequence instead of randomly,drahn2009-12-046-34/+197
* that is not a small hack, it is big and gruesome and has very bad effectsderaadt2009-11-021-5/+4
* under certain conditions (srcdir defined, no objdir defined) crunchgenfkr2009-10-071-1/+9
* stop gcc from whiningderaadt2009-07-211-2/+2
* zap trailing whitespace;jmc2008-11-241-2/+2
* Change mips detection in crunchgen from ifdef to command line flagdrahn2008-11-243-38/+42
* clean warnings on all architecturesderaadt2008-09-081-3/+5
* - document -hjmc2008-08-232-14/+14
* make it section 8deraadt2008-08-222-4/+4
* merge crunchide into crunchgen as the -h flag. this is not yet done thederaadt2008-08-225-124/+57
* Merge crunchgen & crunchhide (using name checking), and move to usr.sbinderaadt2008-08-2210-0/+2505