Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | libsystemd-daemon: fix style | Michal Schmidt | |
2012-10-30 | shared, libsystemd-daemon: check for empty strings in strto*l conversions | Michal Schmidt | |
strtol() and friends may set EINVAL if no conversion was performed, but they are not required to do so. In practice they don't. We need to check for it. https://bugzilla.redhat.com/show_bug.cgi?id=870577 | |||
2012-07-23 | sd-daemon: remove unnecessary memset calls | Jim Meyering | |
There is no point in clearing the bits of a "struct stat" when the very next statement just calls stat or fstat to fill in that same memory. [zj: two more places] | |||
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-12 | move libsystemd-id128, libsystemd-daemon to subdir | Kay Sievers | |