summaryrefslogtreecommitdiff
path: root/lib/libutil/pidfile.c
AgeCommit message (Expand)Author
2016-04-12Removed botched debug left over.roy
2016-04-12Fix pidfile location path rules to match prior version.roy
2016-04-10Implement pidfile_lock, pidfile_read and pidfile_clean.roy
2015-01-22s/basename/bname/christos
2015-01-22- not all asprintfs return -1 *and* set buf = NULL, check explicitly.christos
2011-03-29Extend pidfile(3) to support creating pid files in arbitrary locations.jmmv
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2002-05-22change return type of pidfile(3) to int (-1 on error), to inform calleritojun
2001-10-20Remove an extra character in a comment block.taca
2001-10-19- Don't delete the pidfile if the process executing the cleanup handlertron
2001-02-19convert to use getprogname()cgd
2000-07-05- __RCSID() police.ad
1999-06-06Use asprintf(3), as suggested by Simon Burge.thorpej
1999-06-06Add pidfile(3), which write a pid file in /var/run, and arranges for itthorpej