index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
crunchgen
Age
Commit message (
Expand
)
Author
2016-05-20
Restore support for 'instbin program args...'
Philip Guenther
2015-12-06
Use __progname instead of manually handling argv[0].
Tobias Stoeckmann
2015-11-11
exit() after perror() for pledge failure. Perhaps this got introduced
Theo de Raadt
2015-10-18
Avoid integer overflow with very large files.
Tobias Stoeckmann
2015-10-13
pledge "stdio rpath wpath cpath proc exec". creates files throughout
Theo de Raadt
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-01-18
The world is ELF: use <sys/exec_elf.h> instead of <a.out.h> or <sys/exec.h>
Philip Guenther
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-15
Reduce instances of `` '' in manuals.
Anthony J. Bentley
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2014-03-16
Zap some globals and a TODO missed in the a.out purge.
Philip Guenther
2014-01-11
Create cleaner & less noisy makefiles, now that we've been using
Theo de Raadt
2014-01-11
just a little TLC
Theo de Raadt
2013-11-23
yet more unsigned char casts for ctype
Theo de Raadt
2013-11-12
add missing protos
Theo de Raadt
2013-10-14
tedu ecoff support
Theo de Raadt
2013-10-14
Using 'cc -o /dev/null' has weird side-effects as root, so use a real file
Philip Guenther
2013-10-14
handle DESTDIR; with guenther
Theo de Raadt
2013-10-13
Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunched
Philip Guenther
2013-10-13
Death to a.out bits!
Philip Guenther
2013-08-14
some Bx/Ox conversion;
Jason McIntyre
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2012-08-29
Using the currently chosen (and in my opinion insane) abstraction, pass
Theo de Raadt
2012-08-22
Build crunched binaries with -fno-pie.
Pascal Stumpf
2012-05-30
ansi
Theo de Raadt
2011-11-25
missing header
Theo de Raadt
2010-08-08
.Ek in the right place, or SYNOPSIS blows up;
Jason McIntyre
2010-07-20
delete unused variable
Theo de Raadt
2009-12-08
Fix overflow bug found by Holger Mikolon, thanks.
Dale Rahn
2009-12-04
Change crunchgen to mangle names in sequence instead of randomly,
Dale Rahn
2009-11-02
that is not a small hack, it is big and gruesome and has very bad effects
Theo de Raadt
2009-10-07
under certain conditions (srcdir defined, no objdir defined) crunchgen
Felix Kronlage
2009-07-21
stop gcc from whining
Theo de Raadt
2008-11-24
zap trailing whitespace;
Jason McIntyre
2008-11-24
Change mips detection in crunchgen from ifdef to command line flag
Dale Rahn
2008-09-08
clean warnings on all architectures
Theo de Raadt
2008-08-23
- document -h
Jason McIntyre
2008-08-22
make it section 8
Theo de Raadt
2008-08-22
merge crunchide into crunchgen as the -h flag. this is not yet done the
Theo de Raadt
2008-08-22
Merge crunchgen & crunchhide (using name checking), and move to usr.sbin
Theo de Raadt