sysklogd/lib
Joachim Nilsson ff4f2cdb31 Replace homegrown PID file functions with std BSD pidfile()
- Import pidfile() v1.11 from OpenBSD and libite (-lite) project
- Import utimensat() replacement, for systems that don't have it
- Simplify syslogd and klogd program start and PID file creation
- Rip out -i and -I from klogd, uses old PID file functions, and
  they're only kill(1) wrappers anyway

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-11-02 21:03:28 +01:00
..
.gitignore Add OpenBSD strlcat() and strlcpy() safe string manipulation APIs 2019-10-25 14:29:15 +02:00
pidfile.c Replace homegrown PID file functions with std BSD pidfile() 2019-11-02 21:03:28 +01:00
strlcat.c Add OpenBSD strlcat() and strlcpy() safe string manipulation APIs 2019-10-25 14:29:15 +02:00
strlcpy.c Add OpenBSD strlcat() and strlcpy() safe string manipulation APIs 2019-10-25 14:29:15 +02:00
utimensat.c Replace homegrown PID file functions with std BSD pidfile() 2019-11-02 21:03:28 +01:00