Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | |
If the format string contains %m, clearly errno must have a meaningful value, so we might as well use log_*_errno to have ERRNO= logged. Using: find . -name '*.[ch]' | xargs sed -r -i -e \ 's/log_(debug|info|notice|warning|error|emergency)\((".*%m.*")/log_\1_errno(errno, \2/' Plus some whitespace, linewrap, and indent adjustments. | |||
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid ↵ | Lennart Poettering | |
including it in the log strings | |||
2013-04-24 | Standarize on one spelling of symlink error message | Zbigniew Jędrzejewski-Szmek | |
It's polite to print the name of the link that wasn't created, and it makes little sense to print the target. | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-09-23 | udev: check return value of symlink | Václav Pavlín | |
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
2012-05-31 | udev: do not selinux label files in /run/udev | Kay Sievers | |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-04-17 | udev: replace util_create_path() with mkdir_parents() | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |