Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document the errors in terms of the actual calls made (mkdtemp/mktemp, | 2013-08-07 | 1 | -4/+4 | |
| | | | | | vs mkdir/open) ok jmc | ||||
* | Move the check for template length added in r1.16 outside the !tflag | 2013-08-06 | 1 | -8/+8 | |
| | | | | | | block so that the friendly error message is also shown in the -t case instead of EINVAL. ok millert@ deraadt@ | ||||
* | Add fatal() and fatalx() that honor the quiet flag instead of | 2013-03-14 | 1 | -31/+46 | |
| | | | | using "if (quiet) warn(...); exit(1);" throughout. OK sthen@ | ||||
* | Fix indentation | 2013-03-14 | 1 | -3/+3 | |
| | |||||
* | warnx() not warningx(), too much sudo on the brain | 2013-03-12 | 1 | -2/+2 | |
| | |||||
* | Require that the template include at least 6 trailing Xs to match | 2013-03-12 | 2 | -13/+58 | |
| | | | | | | POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp so we can give a better error message than "invalid argument". OK deraadt@ jmc@ | ||||
* | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | 2010-12-27 | 1 | -5/+4 | |
| | | | | | | replacing the Xs, it is now purely random. Also replace a use of .Fn that should be .Xr. OK jmc@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | "usage:" is lowercase; synchronize synopsis and usage. | 2008-05-26 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | no point in sending the reader to the same page 3 times; | 2005-12-31 | 1 | -4/+2 | |
| | | | | tweak HISTORY; | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 2 | -17/+17 | |
| | | | | where applicable. | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -6/+4 | |
| | |||||
* | - section reorder | 2003-06-10 | 1 | -9/+10 | |
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 2 | -45/+23 | |
| | |||||
* | Don't assume that asprintf() will leave "tempfile" unmolested when | 2003-04-25 | 1 | -4/+4 | |
| | | | | memory allocation fails. Noted and OK by pval@ | ||||
* | Simplify code for -t using asprintf(); deraadt@ OK | 2003-04-07 | 1 | -19/+13 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Sync with portable mktemp-1.4; the template is now optional. | 2001-10-11 | 2 | -75/+99 | |
| | | | | Came out of discussions with Solar Designer. | ||||
* | Add -t and -d flags to allow script writers to easily take a user's TMPDIR | 2001-10-01 | 2 | -28/+129 | |
| | | | | | environment variable into account. This came out of a discussion with Solar Designer. | ||||
* | Change all option list specifications to ".Bl -tag -width Ds". Most man | 2000-11-09 | 1 | -2/+2 | |
| | | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | ||||
* | use basename(1) in examples | 2000-06-26 | 1 | -5/+8 | |
| | |||||
* | Remove duplicate word occurrences. | 2000-03-28 | 1 | -2/+2 | |
| | |||||
* | Various cleanups and standardization. | 2000-03-10 | 1 | -19/+25 | |
| | |||||
* | Finish standardizing options list introduction. | 2000-03-05 | 1 | -3/+3 | |
| | |||||
* | My copyright, not Berkeley's and some minor working tweaks. | 2000-02-07 | 1 | -31/+26 | |
| | |||||
* | o Use 10 X's in examples (noted by Theo) | 1999-08-05 | 1 | -5/+18 | |
| | | | | o Add another example using the pretty brace block form | ||||
* | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | 1999-07-02 | 1 | -2/+2 | |
| | |||||
* | usr.bin/ man page fixes, f-m. | 1998-09-26 | 1 | -7/+7 | |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 1 | -6/+3 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | Nuke paragraph about checking for zero length file. Doing things that | 1998-04-13 | 1 | -7/+2 | |
| | | | | way would allow a race. Niall Smart <rotel@indigo.ie> | ||||
* | document why you want to use this and why other ways are bad. | 1998-03-19 | 1 | -3/+17 | |
| | |||||
* | .Bx Open -> .Ox 2.x | 1998-03-07 | 1 | -2/+2 | |
| | |||||
* | Add a missing .El | 1997-10-28 | 1 | -1/+2 | |
| | |||||
* | Use mkdtemp(3) | 1997-06-20 | 1 | -13/+3 | |
| | |||||
* | Adds a -d (directory) flag. | 1997-06-17 | 2 | -21/+50 | |
| | |||||
* | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | 1997-05-30 | 1 | -2/+2 | |
| | | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | ||||
* | fix typo | 1997-01-27 | 1 | -2/+2 | |
| | |||||
* | Fix typo, too much perl on the brain. | 1997-01-04 | 1 | -2/+2 | |
| | |||||
* | Better error on failure. | 1997-01-03 | 1 | -3/+3 | |
| | |||||
* | mktemp(1) for shell scripts. No more gross directory hackery for safe temp | 1996-11-21 | 3 | -0/+232 | |
files. |