Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | Remove hardcoded path /run and configure using --with-rootrundir= | David Cortarello | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-12-01 | 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. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-07-30 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-01-13 | src/udev: bring up to date with upstream. | Anthony G. Basile | |
These commits were authored by Zbigniew Jędrzejewski-Szmek Tom Gundersen Kay Sievers Lennart Poettering Shawn Landden Daniel Buch Martin Pitt Karel Zak Yang Zhiyong Note: udev_builtin_net_setup_link has *not* been imported. Also still missing from udev-builtin is udev_builtin_uaccess. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2013-06-03 | 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. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
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 | |