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
(
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
2
-5
/
+5
*
add some EXIT STATUS sections; from matthew martin
jmc
2018-06-07
1
-7
/
+4
*
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
*
document the errors in terms of the actual calls made (mkdtemp/mktemp,
deraadt
2013-08-07
1
-4
/
+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
2
-13
/
+58
*
mktemp(3) (and thus mktemp(1)) no longer use the process ID when
millert
2010-12-27
1
-5
/
+4
*
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
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
no point in sending the reader to the same page 3 times;
jmc
2005-12-31
1
-4
/
+2
*
Sync with share/misc/license.template and add missing DARPA credit
millert
2003-06-17
2
-17
/
+17
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-6
/
+4
*
- section reorder
jmc
2003-06-10
1
-9
/
+10
*
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
2003-06-03
2
-45
/
+23
*
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
2
-75
/
+99
*
Add -t and -d flags to allow script writers to easily take a user's TMPDIR
millert
2001-10-01
2
-28
/
+129
*
Change all option list specifications to ".Bl -tag -width Ds". Most man
aaron
2000-11-09
1
-2
/
+2
*
use basename(1) in examples
pjanzen
2000-06-26
1
-5
/
+8
*
Remove duplicate word occurrences.
aaron
2000-03-28
1
-2
/
+2
*
Various cleanups and standardization.
aaron
2000-03-10
1
-19
/
+25
*
Finish standardizing options list introduction.
aaron
2000-03-05
1
-3
/
+3
*
My copyright, not Berkeley's and some minor working tweaks.
millert
2000-02-07
1
-31
/
+26
*
o Use 10 X's in examples (noted by Theo)
millert
1999-08-05
1
-5
/
+18
*
consistent .Dd usage; proper format is: .Dd Month DD, YYYY
aaron
1999-07-02
1
-2
/
+2
*
usr.bin/ man page fixes, f-m.
aaron
1998-09-26
1
-7
/
+7
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
1
-6
/
+3
*
Nuke paragraph about checking for zero length file. Doing things that
millert
1998-04-13
1
-7
/
+2
*
document why you want to use this and why other ways are bad.
millert
1998-03-19
1
-3
/
+17
*
.Bx Open -> .Ox 2.x
millert
1998-03-07
1
-2
/
+2
*
Add a missing .El
millert
1997-10-28
1
-1
/
+2
*
Use mkdtemp(3)
millert
1997-06-20
1
-13
/
+3
*
Adds a -d (directory) flag.
millert
1997-06-17
2
-21
/
+50
*
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
deraadt
1997-05-30
1
-2
/
+2
*
fix typo
millert
1997-01-27
1
-2
/
+2
*
Fix typo, too much perl on the brain.
millert
1997-01-04
1
-2
/
+2
*
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
3
-0
/
+232