aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pidfile.c
Commit message (Expand)AuthorAgeFilesLines
* There is no point in releasing a lock on a file which we've unlinked andDag-Erling Smørgrav2008-10-201-4/+0
* When pidfile is already locked and has zero length, do not returnKonstantin Belousov2007-10-121-1/+15
* Back out previous commit until I figure out why my regression test fails.Dag-Erling Smørgrav2007-08-031-10/+4
* Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.Dag-Erling Smørgrav2007-08-031-4/+10
* strlcpy() may be faster than snprintf(), but it is less portable, and thisDag-Erling Smørgrav2007-05-111-8/+8
* Use flopen(3).Dag-Erling Smørgrav2007-05-101-2/+2
* Remove some unused variablesBrian Somers2006-06-231-2/+0
* use pwrite to always write at the begining of the file.. If multiple callsJohn-Mark Gurney2006-04-111-1/+1
* Add a family of functions for reliable pidfiles handling.Pawel Jakub Dawidek2005-08-241-0/+246