Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | |
It corrrectly handles both positive and negative errno values. | |||
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | |
As a followup to 086891e5c1 "log: add an "error" parameter to all low-level logging calls and intrdouce log_error_errno() as log calls that take error numbers", use sed to convert the simple cases to use the new macros: find . -name '*.[ch]' | xargs sed -r -i -e \ 's/log_(debug|info|notice|warning|error|emergency)\("(.*)%s"(.*), strerror\(-([a-zA-Z_]+)\)\);/log_\1_errno(-\4, "\2%m"\3);/' Multi-line log_*() invocations are not covered. And we also should add log_unit_*_errno(). | |||
2013-11-15 | random-seed: improve debugging messages a bit | Zbigniew Jędrzejewski-Szmek | |
2013-09-13 | random-seed: we should return errno of failed loop_write | Lukas Nykryn | |
2013-08-13 | random-seed: a few modernizations | Lennart Poettering | |
2012-10-19 | random-seed: fix error message typo | Umut Tezduyar | |
The file node is /dev/urandom, not /dev/random. | |||
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-04-12 | move all tools to subdirs | Kay Sievers | |