Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | On mips systems, use arc4random() instead of time(NULL) and rand() as a random | Miod Vallat | |
source, and thus don't stupidly sleep(1) every time to get a different value from time(). ok deraadt@ | |||
2007-08-07 | Check for calloc failure and replace an assert with errx. | Ray Lai | |
OK millert and otto. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
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 | |
directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road). | |||
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 | |
OK deraadt@ | |||
2005-08-04 | remove trailing space; | Jason McIntyre | |
2005-08-03 | document cache file name, | Marc Espie | |
more use of $@, use exec where appropriate. okay deraadt@ | |||
2005-08-02 | New keyword: libdirs, to be able to specify alternate places to | Marc Espie | |
look for libraries. Uses the same mechanism as srcdirs. While in there, make extensive use of $@ to simplify the Makefile, introduce LINK macro to clarify things, replace (cd dir; make -f Makefile target) with cd dir && ${MAKE} -f Makefile target which is slightly more correct and uses the right make. Add .PHONY targets. comments by millert@, okay deraadt@ | |||
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 | |