summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pidfile.3
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to the example that pidfile_* functions can handle pfh being NULL.pjd2012-02-081-0/+5
* Note that calling pidfile_write(3) multiple times is fine.pjd2012-02-081-1/+4
* Remove unnecessary includes from these libutil man pages.ghelmer2012-01-161-1/+0
* pidfile_open() no longer uses fcntl() to set the close-on-exec flag.ghelmer2012-01-121-2/+1
* Style fixes courtesy of pjd.ghelmer2012-01-101-2/+4
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openghelmer2012-01-101-0/+4
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-101-2/+28
* In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)pjd2011-10-161-10/+15
* Add missing .Ppdes2009-06-061-0/+1
* pidfile(3) uses flopen(3) - don't make any assumptions about how thedes2008-10-201-9/+8
* Minor mdoc cleanup: Every sentence should start on its own line.simon2007-10-131-1/+2
* When pidfile is already locked and has zero length, do not returnkib2007-10-121-0/+4
* Use `intmax_t' instead of plain `int' for pid_t casts.keramida2006-03-041-3/+3
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andpjd2006-01-281-3/+13
* Fix markup, grammar and spelling.ru2005-11-181-32/+44
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Add a family of functions for reliable pidfiles handling.pjd2005-08-241-0/+227
OpenPOWER on IntegriCloud