summaryrefslogtreecommitdiff
path: root/src/test/test-udev.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* udev: support ENV{}=="" global property matchesKay Sievers2014-11-131-2/+8
* udev: move global property handling from libudev to udevdKay Sievers2014-11-131-4/+0
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-2/+2
* libudev: util - drop util_delete_path()Tom Gundersen2014-09-161-1/+1
* udev: timeout - warn after a third of the timeout before killingTom Gundersen2014-09-111-2/+2
* udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2014-08-111-1/+0
* udev: unify event timeout handlingKay Sievers2014-07-291-3/+2
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-151-3/+2
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-4/+4
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-2/+1
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-12/+9
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-2/+2
* test-udev: include missing.hAleksander Morgado2013-02-131-0/+1
* udev: move string copy functions to shared/Kay Sievers2013-01-091-1/+1
* use the same email address everywhereKay Sievers2012-11-121-17/+19
* udev: fix testKay Sievers2012-10-081-2/+9
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-151-2/+42
* Revert "label: fix systemd-udev labeling of /run directory."Kay Sievers2012-05-311-2/+1
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-1/+1
* label: fix systemd-udev labeling of /run directory.Daniel J Walsh2012-05-311-1/+2
* selinux: unify systemd and udev codeKay Sievers2012-04-171-2/+2
* udev: replace util_create_path() with mkdir_parents()Kay Sievers2012-04-171-1/+1
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-1/+1
* udev: test - move test/ and src/test/Kay Sievers2012-04-141-0/+121