summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pidfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* knf; otto okderaadt2004-05-281-3/+3
* pid_t cleanupderaadt2002-05-261-3/+3
* atexit(3) can fail. handle error accordingly. deraadt okitojun2002-05-221-3/+11
* pids should be pid_t, not intmpech2002-01-021-3/+3
* save the pid as well, and only do the atexit in the same pidderaadt2001-12-081-9/+13
* add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.jakob2001-09-281-0/+105