summaryrefslogtreecommitdiff
path: root/src/udev/udevadm.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Rip out setting of the log level from udev_new and put it in a new functionZbigniew Jędrzejewski-Szmek2017-05-071-4/+7
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-1/+1
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-051-3/+6
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* udev: move global property handling from libudev to udevdKay Sievers2014-11-131-6/+0
* udev: switch to systemd logging functionsKay Sievers2014-11-131-2/+0
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-2/+2
* udev: add missing new-line in udevadm errorDavid Herrmann2014-08-271-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-13/+10
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-10/+5
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-1/+1
* use the same email address everywhereKay Sievers2012-11-121-1/+1
* udev: set optind = 0, not the usual 1, to reset getopt_long()s internal stateKay Sievers2012-10-251-1/+2
* udev: add hardware database supportKay Sievers2012-10-231-1/+2
* log: correct usage of logging API at a few placesLennart Poettering2012-07-131-1/+1
* Revert "label: fix systemd-udev labeling of /run directory."Kay Sievers2012-05-311-3/+1
* label: fix systemd-udev labeling of /run directory.Daniel J Walsh2012-05-311-1/+3
* selinux: unify systemd and udev codeKay Sievers2012-04-171-2/+2
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-2/+0
* udev: replace ARRAY_SIZE() with ELEMENTSOF()Kay Sievers2012-04-161-2/+2
* udev: switch to systemd logging functionsKay Sievers2012-04-081-26/+13
* move imported udev into placeKay Sievers2012-04-041-0/+165