summaryrefslogtreecommitdiff
path: root/lib/libutil/pidfile.3
AgeCommit message (Expand)Author
2025-08-03libutil: Document pidfile_signal()Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2020-06-14libutil: Document function HISTORY within the manpagesGordon Bergling
2016-05-18libutil: minor spelling fixes.Pedro F. Giffuni
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2012-02-08Add a comment to the example that pidfile_* functions can handle pfh being NULL.Pawel Jakub Dawidek
2012-02-08Note that calling pidfile_write(3) multiple times is fine.Pawel Jakub Dawidek
2012-01-16Remove unnecessary includes from these libutil man pages.Guy Helmer
2012-01-12pidfile_open() no longer uses fcntl() to set the close-on-exec flag.Guy Helmer
2012-01-10Style fixes courtesy of pjd.Guy Helmer
2012-01-10Document that pidfile_open() now sets the FD_CLOEXEC flag on the openGuy Helmer
2012-01-10Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer
2011-10-16In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)Pawel Jakub Dawidek
2009-06-06Add missing .PpDag-Erling Smørgrav
2008-10-20pidfile(3) uses flopen(3) - don't make any assumptions about how theDag-Erling Smørgrav
2007-10-13Minor mdoc cleanup: Every sentence should start on its own line.Simon L. B. Nielsen
2007-10-12When pidfile is already locked and has zero length, do not returnKonstantin Belousov
2006-03-04Use `intmax_t' instead of plain `int' for pid_t casts.Giorgos Keramidas
2006-01-28- Add a note that passing NULL to pidfile_write(), pidfile_remove() andPawel Jakub Dawidek
2005-11-18Fix markup, grammar and spelling.Ruslan Ermilov
2005-09-16Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek
2005-08-24Add a family of functions for reliable pidfiles handling.Pawel Jakub Dawidek