Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-03 | Switch to standard, non-historical sort(1) and join(1) usage. ok millert@ | Jeremie Courreges-Anglas | |
2015-03-22 | from mk: add ENVIRONMENT (for NM) | Jason McIntyre | |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe | |
executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@ | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-02-08 | When creating > 1 files with mktemp(1), make sure that if the creation | Peter Valchev | |
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2001-06-29 | use mktemp for temporary files creation, remove unnecessary directory | Peter Valchev | |
usage, exit appropriately and adjust the trap statements; ok millert | |||
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-05-21 | One lorder to bind them all, | Marc Espie | |
in the land of OpenBSD, where the cute daemon rules. | |||
1998-11-22 | $* -> "$@" | David Leonard | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-09-02 | if trapped, kill self in same way | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-01-25 | do not change PATH | Theo de Raadt | |
1997-01-23 | Accept ${NM} as an override for nm(1), useful for cross-dev. | Niklas Hallqvist | |
1997-01-02 | Fix the file dendancy problem the same way as on alpha/mips | Dale S. Rahn | |
this removed another patched file for powerpc port. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-10-12 | del tmpdir correctly; pr#29; kstailey@dol-esa.gov | Theo de Raadt | |
1996-09-30 | lorder now cleans up its temp directory after a failure. | bitblt | |
1996-09-16 | kill the race; spotted by bitblt | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-12-21 | from netbsd; repair last commit, do not forget to remove the _symbol_ temp file | Theo de Raadt | |
1995-12-18 | alpha and mips architectures use lorder.sh.gnm | Theo de Raadt | |
1995-12-18 | from netbsd: | Theo de Raadt | |
run nm once; also check dependencies for 'G' (gp-relative constant pool) and 'R' (readonly data) | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |