Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack | |
Also add a coccinelle receipt to help with such transitions. | |||
2015-12-07 | udev: add emacs header line | Zbigniew Jędrzejewski-Szmek | |
Otherwise emacs wants to use 2-space indentation and other attrocities. | |||
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | |
Sort the includes accoding to the new coding style. | |||
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering | |
Let's also clean up single-line while and for blocks. | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
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 | |