summaryrefslogtreecommitdiff
path: root/src/libsystemd-daemon
AgeCommit message (Expand)Author
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-12-22sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering
2013-04-13Include <fcntl.h> instead of <sys/fcntl.h>Zbigniew Jędrzejewski-Szmek
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek
2013-04-08sd-daemon.c: allow use of -lrt to be avoidedSimon McVittie
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek
2013-03-15sd-booted: update sd_booted() check a bitLennart Poettering
2013-03-11Remove or indent #define GNU_SOURCEZbigniew Jędrzejewski-Szmek
2012-12-17sd-daemon: fix cppcheck warningsSami Kerola
2012-10-30libsystemd-daemon: fix styleMichal Schmidt
2012-10-30shared, libsystemd-daemon: check for empty strings in strto*l conversionsMichal Schmidt
2012-07-23sd-daemon: remove unnecessary memset callsJim Meyering
2012-04-13update .gitignoreKay Sievers
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering
2012-04-12move libsystemd-id128, libsystemd-daemon to subdirKay Sievers