summaryrefslogtreecommitdiff
path: root/libdaemon/dpid.c
AgeCommit message (Expand)Author
2012-09-03LICENSE: change license to MITBrandon Philips
2009-10-17libdaemon 0.13 compiler warning issueStefan Seyfried
2008-10-26add missing inclusion of sys/time.hLennart Poettering
2008-07-28shorten code a bitLennart Poettering
2008-07-28make retval checking more portableLennart Poettering
2008-07-28be a bit more explicativeLennart Poettering
2008-07-28save/restore errno where applicableLennart Poettering
2008-07-28update licenses/file headersLennart Poettering
2008-03-26Use asprintf() to set the path of the pidfile rather than using a 4KB static ...Lennart Poettering
2008-03-26Respect what the user requested as localstate directory, rather than hardcodi...Lennart Poettering
2007-09-10if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLYLennart Poettering
2007-06-22Hurd build fixLennart Poettering
2007-06-11fix pid file parsingLennart Poettering
2007-06-11Make sure that we always return a sensible errnoLennart Poettering
2007-02-13replace another fprintf(stderr, ... with daemon_log(LOG_ERR, ...Lennart Poettering
2005-11-18* Change license to LGPLLennart Poettering
2005-10-30write PID files with non-zero umaskLennart Poettering
2005-10-28fixes needed for windows and solarisSebastien Estienne
2005-10-23* add a workaround for aclocal bogus on freebsd (common dir)Sebastien Estienne
2005-06-19* add gcc printf warning supportLennart Poettering
2005-06-04* implement proper PID file lockingLennart Poettering
2004-12-18rename src/ to libdaemon/Lennart Poettering