Age | Commit message (Expand) | Author |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai |
2006-12-26 | fix usage messages | Theo de Raadt |
2006-10-25 | -O objdir diff missed a piece. | Dale Rahn |
2006-10-15 | tweaks; ok drahn | Jason McIntyre |
2006-10-15 | tidy usage(); | Jason McIntyre |
2006-10-14 | Add a new option to crunchgen '-O objdir-name' which allow for a object | Dale Rahn |
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-08-04 | remove trailing space; | Jason McIntyre |
2005-08-03 | document cache file name, | Marc Espie |
2005-08-02 | New keyword: libdirs, to be able to specify alternate places to | Marc Espie |
2004-08-24 | - `object-file' is not optional | Jason McIntyre |
2004-08-24 | - `conf-file' arg is not optional (from netbsd) | Jason McIntyre |
2003-10-19 | typo from Jared Yanovich; | Jason McIntyre |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-21 | - finish mdoc'ing crunch pages | Jason McIntyre |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-04-16 | Clean up some ifdefs on arch which repute to support a.out and elf. | Dale Rahn |
2003-03-31 | error(1): users's -> user's | Jason McIntyre |
2003-03-02 | tie mksuncd to the crunch tools build | Theo de Raadt |
2003-01-27 | KNF | Theo de Raadt |
2002-08-05 | Prepare for sparc/ELF. | Artur Grabowski |
2002-06-09 | knf | Todd T. Fries |
2001-12-28 | Correctly handle envp pointer in main() -- henric@aimnet.com | Angelos D. Keromytis |
2001-09-18 | make this better for sparc64 | Jason Wright |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-01-29 | force DESTDIR here, too | Theo de Raadt |
2001-01-23 | Convert to use the elf-size independent macros to make it work on alpha. | Artur Grabowski |
2000-11-24 | Remove errant 'continue' statement that breaks absolute paths; | Todd C. Miller |
2000-07-09 | revert previous change: link instbin w/ scrt0, saves a couple of k's | Marco S Hyman |
2000-06-23 | link instbin w/ scrt0, saves a couple of k's | Michael Shalayeff |
2000-06-13 | Fix typo. | Angelos D. Keromytis |
2000-06-09 | chown/chgrp changes | Michael Shalayeff |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
1999-12-06 | oflow fixes; provos | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-06-09 | __sparc -> __sparc__ | Jason Wright |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-09-21 | work around the vm system problem, gross eh | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-09 | not needed anymore.. | Theo de Raadt |
1997-09-07 | Fix misplaced parens. | Todd C. Miller |
1997-09-07 | oops, fix typo | Todd C. Miller |
1997-09-07 | Use mkstemp, not mktemp. Use snprintf for paranoia. Thanks to Theo | Todd C. Miller |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt |
1997-08-01 | Explain the behaviour of ELF crunching a little. | Per Fogelstrom |