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