index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mktemp
Age
Commit message (
Expand
)
Author
2024-03-03
Clarify which part of the path name is considered for substitution.
Todd C. Miller
2024-03-01
Clarify behavior when there is more than one run of Xs.
Todd C. Miller
2024-03-01
mktemp(1): add suffix support for compatibility with the GNU version
Todd C. Miller
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2019-06-28
mkstemp() returns -1 on failure
Theo de Raadt
2019-06-27
Some asprintf() calls were checked < 0, rather than the precise == -1.
Theo de Raadt
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2018-06-07
add some EXIT STATUS sections; from matthew martin
Jason McIntyre
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT),
Theo de Raadt
2013-08-07
document the errors in terms of the actual calls made (mkdtemp/mktemp,
Theo de Raadt
2013-08-06
Move the check for template length added in r1.16 outside the !tflag
Landry Breuil
2013-03-14
Add fatal() and fatalx() that honor the quiet flag instead of
Todd C. Miller
2013-03-14
Fix indentation
Todd C. Miller
2013-03-12
warnx() not warningx(), too much sudo on the brain
Todd C. Miller
2013-03-12
Require that the template include at least 6 trailing Xs to match
Todd C. Miller
2010-12-27
mktemp(3) (and thus mktemp(1)) no longer use the process ID when
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-05-26
"usage:" is lowercase; synchronize synopsis and usage.
Igor Sobrado
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-12-31
no point in sending the reader to the same page 3 times;
Jason McIntyre
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-10
- section reorder
Jason McIntyre
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-04-25
Don't assume that asprintf() will leave "tempfile" unmolested when
Todd C. Miller
2003-04-07
Simplify code for -t using asprintf(); deraadt@ OK
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-10-11
Sync with portable mktemp-1.4; the template is now optional.
Todd C. Miller
2001-10-01
Add -t and -d flags to allow script writers to easily take a user's TMPDIR
Todd C. Miller
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-06-26
use basename(1) in examples
Paul Janzen
2000-03-28
Remove duplicate word occurrences.
Aaron Campbell
2000-03-10
Various cleanups and standardization.
Aaron Campbell
2000-03-05
Finish standardizing options list introduction.
Aaron Campbell
2000-02-07
My copyright, not Berkeley's and some minor working tweaks.
Todd C. Miller
1999-08-05
o Use 10 X's in examples (noted by Theo)
Todd C. Miller
1999-07-02
consistent .Dd usage; proper format is: .Dd Month DD, YYYY
Aaron Campbell
1998-09-26
usr.bin/ man page fixes, f-m.
Aaron Campbell
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1998-04-13
Nuke paragraph about checking for zero length file. Doing things that
Todd C. Miller
1998-03-19
document why you want to use this and why other ways are bad.
Todd C. Miller
1998-03-07
.Bx Open -> .Ox 2.x
Todd C. Miller
1997-10-28
Add a missing .El
Todd C. Miller
1997-06-20
Use mkdtemp(3)
Todd C. Miller
1997-06-17
Adds a -d (directory) flag.
Todd C. Miller
1997-05-30
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
Theo de Raadt
1997-01-27
fix typo
Todd C. Miller
1997-01-04
Fix typo, too much perl on the brain.
Todd C. Miller
1997-01-03
Better error on failure.
Todd C. Miller
[next]