index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
mktemp
/
mktemp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mkstemp() returns -1 on failure
deraadt
2019-06-28
1
-2
/
+2
*
Some asprintf() calls were checked < 0, rather than the precise == -1.
deraadt
2019-06-27
1
-2
/
+2
*
I am retiring my old email address; replace it with my OpenBSD one.
millert
2019-01-25
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT),
deraadt
2015-10-07
1
-1
/
+4
*
Move the check for template length added in r1.16 outside the !tflag
landry
2013-08-06
1
-8
/
+8
*
Add fatal() and fatalx() that honor the quiet flag instead of
millert
2013-03-14
1
-31
/
+46
*
Fix indentation
millert
2013-03-14
1
-3
/
+3
*
warnx() not warningx(), too much sudo on the brain
millert
2013-03-12
1
-2
/
+2
*
Require that the template include at least 6 trailing Xs to match
millert
2013-03-12
1
-8
/
+18
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
"usage:" is lowercase; synchronize synopsis and usage.
sobrado
2008-05-26
1
-3
/
+3
*
Sync with share/misc/license.template and add missing DARPA credit
millert
2003-06-17
1
-9
/
+9
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-6
/
+4
*
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
2003-06-03
1
-23
/
+12
*
Don't assume that asprintf() will leave "tempfile" unmolested when
millert
2003-04-25
1
-4
/
+4
*
Simplify code for -t using asprintf(); deraadt@ OK
millert
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.
millert
2002-02-16
1
-3
/
+3
*
Sync with portable mktemp-1.4; the template is now optional.
millert
2001-10-11
1
-48
/
+56
*
Add -t and -d flags to allow script writers to easily take a user's TMPDIR
millert
2001-10-01
1
-17
/
+52
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
1
-6
/
+3
*
Use mkdtemp(3)
millert
1997-06-20
1
-13
/
+3
*
Adds a -d (directory) flag.
millert
1997-06-17
1
-16
/
+42
*
Better error on failure.
millert
1997-01-03
1
-3
/
+3
*
mktemp(1) for shell scripts. No more gross directory hackery for safe temp
millert
1996-11-21
1
-0
/
+97