summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-252-5/+5
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-7/+4
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT),deraadt2015-10-071-1/+4
* document the errors in terms of the actual calls made (mkdtemp/mktemp,deraadt2013-08-071-4/+4
* Move the check for template length added in r1.16 outside the !tflaglandry2013-08-061-8/+8
* Add fatal() and fatalx() that honor the quiet flag instead ofmillert2013-03-141-31/+46
* Fix indentationmillert2013-03-141-3/+3
* warnx() not warningx(), too much sudo on the brainmillert2013-03-121-2/+2
* Require that the template include at least 6 trailing Xs to matchmillert2013-03-122-13/+58
* mktemp(3) (and thus mktemp(1)) no longer use the process ID whenmillert2010-12-271-5/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* "usage:" is lowercase; synchronize synopsis and usage.sobrado2008-05-261-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* no point in sending the reader to the same page 3 times;jmc2005-12-311-4/+2
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-17/+17
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+4
* - section reorderjmc2003-06-101-9/+10
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-45/+23
* Don't assume that asprintf() will leave "tempfile" unmolested whenmillert2003-04-251-4/+4
* Simplify code for -t using asprintf(); deraadt@ OKmillert2003-04-071-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.millert2002-02-161-3/+3
* Sync with portable mktemp-1.4; the template is now optional.millert2001-10-112-75/+99
* Add -t and -d flags to allow script writers to easily take a user's TMPDIRmillert2001-10-012-28/+129
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* use basename(1) in examplespjanzen2000-06-261-5/+8
* Remove duplicate word occurrences.aaron2000-03-281-2/+2
* Various cleanups and standardization.aaron2000-03-101-19/+25
* Finish standardizing options list introduction.aaron2000-03-051-3/+3
* My copyright, not Berkeley's and some minor working tweaks.millert2000-02-071-31/+26
* o Use 10 X's in examples (noted by Theo)millert1999-08-051-5/+18
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-2/+2
* usr.bin/ man page fixes, f-m.aaron1998-09-261-7/+7
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* Nuke paragraph about checking for zero length file. Doing things thatmillert1998-04-131-7/+2
* document why you want to use this and why other ways are bad.millert1998-03-191-3/+17
* .Bx Open -> .Ox 2.xmillert1998-03-071-2/+2
* Add a missing .Elmillert1997-10-281-1/+2
* Use mkdtemp(3)millert1997-06-201-13/+3
* Adds a -d (directory) flag.millert1997-06-172-21/+50
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
* fix typomillert1997-01-271-2/+2
* Fix typo, too much perl on the brain.millert1997-01-041-2/+2
* Better error on failure.millert1997-01-031-3/+3
* mktemp(1) for shell scripts. No more gross directory hackery for safe tempmillert1996-11-213-0/+232