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
/
libutil
/
pidfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually, the C standard only guarantees that atexit(3) returns non-zero
schwarze
2019-06-28
1
-2
/
+2
*
atexit() returns -1 on failure
deraadt
2019-06-28
1
-2
/
+2
*
Remove three NULL-checks before free(). ok millert@
mmcc
2015-11-27
1
-5
/
+3
*
Do not assume that asprintf() clears the pointer on failure, which
millert
2015-06-03
1
-3
/
+2
*
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
deraadt
2014-06-30
1
-2
/
+2
*
Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@
millert
2013-10-01
1
-2
/
+4
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
scrape $Id$ tags.
espie
2005-08-02
1
-5
/
+1
*
knf; otto ok
deraadt
2004-05-28
1
-3
/
+3
*
pid_t cleanup
deraadt
2002-05-26
1
-3
/
+3
*
atexit(3) can fail. handle error accordingly. deraadt ok
itojun
2002-05-22
1
-3
/
+11
*
pids should be pid_t, not int
mpech
2002-01-02
1
-3
/
+3
*
save the pid as well, and only do the atexit in the same pid
deraadt
2001-12-08
1
-9
/
+13
*
add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.
jakob
2001-09-28
1
-0
/
+105