summaryrefslogtreecommitdiff
path: root/src/udev/udevadm.c
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | 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.
* udevadm,..: make --help output of udev tools more like the output of the ↵Lennart Poettering2015-01-05
| | | | various other tools
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-28
|
* udev: move global property handling from libudev to udevdKay Sievers2014-11-13
|
* udev: switch to systemd logging functionsKay Sievers2014-11-13
|
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-23
|
* udev: add missing new-line in udevadm errorDavid Herrmann2014-08-27
| | | | | | | fprintf() does not add new-lines automatically like log_*() does. Add the missing \n specified so "udevadm" invoked without arguments adds a newline to: udevadm: missing or unknown command
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
| | | | | | | | | | | | | | | | getopt is usually good at printing out a nice error message when commandline options are invalid. It distinguishes between an unknown option and a known option with a missing arg. It is better to let it do its job and not use opterr=0 unless we actually want to suppress messages. So remove opterr=0 in the few places where it wasn't really useful. When an error in options is encountered, we should not print a lengthy help() and overwhelm the user, when we know precisely what is wrong with the commandline. In addition, since help() prints to stdout, it should not be used except when requested with -h or --help. Also, simplify things here and there.
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-29
|
* log: log_error() and friends add a newline after each line anyway, so avoid ↵Lennart Poettering2013-12-24
| | | | including it in the log strings
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-13
|
* use the same email address everywhereKay Sievers2012-11-12
|
* udev: set optind = 0, not the usual 1, to reset getopt_long()s internal stateKay Sievers2012-10-25
|
* udev: add hardware database supportKay Sievers2012-10-23
|
* log: correct usage of logging API at a few placesLennart Poettering2012-07-13
|
* Revert "label: fix systemd-udev labeling of /run directory."Kay Sievers2012-05-31
| | | | | | | This reverts commit 9b5af248f04b6cad8a5bca836e89a39e9f6823d9. Udev now explicitely labels only files/directories in /dev. The selinux array API is not released and will not work on other distros at this moment.
* label: fix systemd-udev labeling of /run directory.Daniel J Walsh2012-05-31
| | | | | | systemd-udev is currently incorrectly labeling /run/udev/* content because it is using selinux prefix labeling of /dev. This patch will allow systemd-udev to use prefix labeling of /dev and /run.
* selinux: unify systemd and udev codeKay Sievers2012-04-17
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-16
|
* udev: replace ARRAY_SIZE() with ELEMENTSOF()Kay Sievers2012-04-16
|
* udev: switch to systemd logging functionsKay Sievers2012-04-08
|
* move imported udev into placeKay Sievers2012-04-04