Age | Commit message (Expand) | Author |
2024-06-02 | ugh, another typo; spotted by naddy | Theo de Raadt |
2024-06-02 | oops typo | Theo de Raadt |
2024-06-02 | Due to growth, crunchgen must also try to block -fret-clean, so also use | Theo de Raadt |
2023-09-14 | Instead of ld -dc use ld -d, supported by both ld.bfd and ld.lld >= 15 | Jeremie Courreges-Anglas |
2023-04-16 | if (actually... when) the compiler is flipped to do BTI/ENDBR by default, | Theo de Raadt |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-03-10 | Build install media with -fno-asynchronous-unwind-tables to further | Jonathan Gray |
2021-02-13 | distrib: remove .comment section systematically | Sebastien Marie |
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian Weisgerber |
2018-02-06 | chdir to the target directory, run make there and fchdir back after. | Henning Brauer |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-07-27 | insist on -Oz in the *.mk file | Marc Espie |
2017-07-27 | Mute clang's zeal for whining by providing prototypes. | Theo de Raadt |
2017-06-11 | missing .Fn markup for main(); found with mandoc -Tlint | Ingo Schwarze |
2017-02-28 | Make object-in-archive-used identification portable to lld: use --trace | Philip Guenther |
2017-01-27 | Copyright notices don't belong in the displayed text of manual pages, | Ingo Schwarze |
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 |