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
/
lib
/
libc
/
db
/
btree
/
bt_open.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NULL-checks before free() and a few related dead assignments.
mmcc
2015-12-28
1
-3
/
+2
*
Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards
guenther
2014-09-15
1
-6
/
+3
*
one calloc from Benjamin Baier, one from me.
tedu
2014-05-25
1
-5
/
+3
*
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
millert
2013-09-30
1
-3
/
+2
*
use FD_CLOEXEC instead of 1; from David Hill
okan
2013-04-29
1
-2
/
+2
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-5
/
+11
*
zap rcsid
espie
2005-08-05
1
-9
/
+1
*
ansify. ok deraadt@ moritz@
otto
2005-03-23
1
-12
/
+8
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
-Wall cleanup, make rcsid variables const
avsm
2003-05-01
1
-2
/
+2
*
Cosmetic changes such as correct printf format specifiers on LP64
millert
2002-02-25
1
-6
/
+6
*
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
-5
/
+5
*
bt_open.c: parenthesize - and & proper (from freebsd);
mickey
2000-10-03
1
-6
/
+6
*
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
millert
1999-02-15
1
-6
/
+19
*
tabify
kstailey
1997-07-23
1
-2
/
+2
*
use issetugid() to protect against bad getenv
deraadt
1996-08-26
1
-3
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
db release 1.85
deraadt
1996-05-07
1
-33
/
+37
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+446