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
/
mktemp.c
Age
Commit message (
Expand
)
Author
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
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-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
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1997-06-20
Use mkdtemp(3)
Todd C. Miller
1997-06-17
Adds a -d (directory) flag.
Todd C. Miller
1997-01-03
Better error on failure.
Todd C. Miller
1996-11-21
mktemp(1) for shell scripts. No more gross directory hackery for safe temp
Todd C. Miller