aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pidfile.3
Commit message (Expand)AuthorAgeFilesLines
* Add missing .PpDag-Erling Smørgrav2009-06-061-0/+1
* pidfile(3) uses flopen(3) - don't make any assumptions about how theDag-Erling Smørgrav2008-10-201-9/+8
* Minor mdoc cleanup: Every sentence should start on its own line.Simon L. B. Nielsen2007-10-131-1/+2
* When pidfile is already locked and has zero length, do not returnKonstantin Belousov2007-10-121-0/+4
* Use `intmax_t' instead of plain `int' for pid_t casts.Giorgos Keramidas2006-03-041-3/+3
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andPawel Jakub Dawidek2006-01-281-3/+13
* Fix markup, grammar and spelling.Ruslan Ermilov2005-11-181-32/+44
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Add a family of functions for reliable pidfiles handling.Pawel Jakub Dawidek2005-08-241-0/+227