summaryrefslogtreecommitdiffstats
path: root/tools/pidfile.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup & fix of mini-leakRainer Gerhards2012-06-251-3/+3
|
* added O_CLOEXEC to open() callsRainer Gerhards2009-04-021-1/+1
| | | | | | | | to make sure only the minimum number of file handles is left open during a exec call. This is not a 100% solution, as there are also some fopen() calls and, more importantly, file descriptors opened by libraries. But it is better than nothing (and it was quick, at least until we run into platform hell, what we will for sure ;)).
* some more cleanupRainer Gerhards2008-04-161-0/+156
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear