Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-24 | - `object-file' is not optional | Jason McIntyre | |
- sync usage() | |||
2004-08-24 | - `conf-file' arg is not optional (from netbsd) | Jason McIntyre | |
- sort SYNOPSIS and options list - kill .Pp before a display - sync usage() | |||
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 | |
- better use of macros ok deraadt@ | |||
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 | |
crunch stuff still needs a bit of work. | |||
2003-04-16 | Clean up some ifdefs on arch which repute to support a.out and elf. | Dale Rahn | |
only support ELF if __ELF__ is defined when compiling. ok miod@ | |||
2003-03-31 | error(1): users's -> user's | Jason McIntyre | |
crunchgen(1): progam -> program homegrown -> home-grown from NetBSD (Igor Sobrado) via tedu@ | |||
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 | |
paulc@passtheaardvark.com | |||
2000-07-09 | revert previous change: link instbin w/ scrt0, saves a couple of k's | Marco S Hyman | |
Bad Mickey... you broke the boot floppies. Thanks to art@ for suggesting this might be the problem | |||
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 | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
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 | |
is used instead; kwesterback@home.com | |||
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 | |
for noting an fd leak. | |||
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-01 | Explain the behaviour of ELF crunching a little. | Per Fogelstrom | |
1997-08-01 | Explain the "-E" switch. | Per Fogelstrom | |
CVS ---------------------------------------------------------------------- | |||
1997-07-23 | tabify | kstailey | |
1997-05-19 | A symbol mangeling hack to make chrunch work with MIPS. This is a quick and | Per Fogelstrom | |
dirty fix in the light of no time to make a more correct one. What really should be done here is to wrap the symbols with the object file name but that requires the symbol string table to be resized and rewritten. The fix only affect MIPS. (__mips__ protected). | |||
1997-05-06 | Add ECOFF support, do some slight restructuring to share the mmap between | Niklas Hallqvist | |
the different object file format models | |||
1997-05-01 | Hack away a.out support on mips-based OpenBSD platforms. | Niklas Hallqvist | |
This probably still needs work as ld later bombs on crunched objects, bu at least it compiles and runs now. | |||
1997-04-04 | init allocated memory. | Michael Shalayeff | |
1997-02-05 | make crunchide work in the non-elf world, Opps. | Dale S. Rahn | |
1997-01-31 | fix the problem with makefiles in a different way, this steps on the last | Dale S. Rahn | |
commit, but works faster. Instead of always looking up the makefile and then deciding to get the objects or not. Cache the makefile name along with the objects. | |||
1997-01-26 | Even if the objs are cached, we want to find the Makefile | Niklas Hallqvist | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-09 | Add the ablity to hide symbols on ELF/OLF objects. | Dale S. Rahn | |
This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation. | |||
1997-01-09 | add support for ELF in crunch, for crunchgen this means | Dale S. Rahn | |
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option. |