summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pidfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove three NULL-checks before free(). ok millert@mmcc2015-11-271-5/+3
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-031-3/+2
* sys/types.h rather than sys/param.h, where applicable. avoid overreach.deraadt2014-06-301-2/+2
* Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@millert2013-10-011-2/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* scrape $Id$ tags.espie2005-08-021-5/+1
* 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