summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pidfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused variablesbrian2006-06-231-2/+0
|
* use pwrite to always write at the begining of the file.. If multiple callsjmg2006-04-111-1/+1
| | | | | | | | to pidfile_write happen, the pidfile will have nul characters prepended due to the cached file descriptor offset... Reviewed by: scottl MFC after: 3 days
* Add a family of functions for reliable pidfiles handling.pjd2005-08-241-0/+246
Idea from: jmg Discussed on: arch@
OpenPOWER on IntegriCloud