Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
committed slightly different fix. | |||
2009-12-04 | Change crunchgen to mangle names in sequence instead of randomly, | Dale Rahn | |
save the sequence numbers between runs, currently uses file 'mangledata' this may be changed to be specified on the command line later. Requested by Theo. | |||
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 | |
would emit a false .mk file, which contains "(null)" for the Makefile name due to a null pointer. Make sure, p->mf_name is set in this case. ok deraadt@ | |||
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 | |
ok deraadt@, fkr@, rainer@. manpage cleanup thanks to jmc@ | |||
2008-09-08 | clean warnings on all architectures | Theo de Raadt | |
2008-08-23 | - document -h | Jason McIntyre | |
- (re)organise the page a little - zap second "usage:" string from usage() | |||
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 | |
nicest way since there is lot of code that has to churn, but it works. | |||
2008-08-22 | Merge crunchgen & crunchhide (using name checking), and move to usr.sbin | Theo de Raadt | |
next step is to not install it as two programs, but be even more clever |