summaryrefslogtreecommitdiffstats
path: root/src/udev/udevadm-test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* udevd: simplify signal mask handlingTom Gundersen2015-06-031-2/+1
| | | | | | | | We used to block all signals, and restore the original signal mask before exec'ing external processes. Now we just block the signals we care about and unconditionally unblock all signals before exec'ing.
* udevd: event - port spawn_wait() to sd-eventTom Gundersen2015-05-291-8/+0
| | | | | | | | | This allows us to drop the special sigterm handling in spawn_wait() as this will now be passed directly to the worker event loop. We now log failing spawend processes at 'warning' level, and timeouts are in terms of CLOCK_BOOTTIME when available, otherwise the behavior is unchanged.
* libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen2015-03-181-4/+2
| | | | This allows set_action(), read_uevent_file() and read_db() to be made internal to libudev.
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
| | | | | | 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-051-6/+13
| | | | various other tools
* udev: support ENV{}=="" global property matchesKay Sievers2014-11-131-1/+5
|
* udev: timeout - warn after a third of the timeout before killingTom Gundersen2014-09-111-1/+1
|
* udev: bump event timeout to 60 secondsKay Sievers2014-08-301-1/+1
|
* udev: never bypass our own logging framework and call vsyslog() directly ↵Lennart Poettering2014-08-111-1/+0
| | | | from udev tools
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-2/+1
|
* udev: unify event timeout handlingKay Sievers2014-07-291-1/+1
|
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-151-8/+5
|
* log: log_error() and friends add a newline after each line anyway, so avoid ↵Lennart Poettering2013-12-241-2/+2
| | | | including it in the log strings
* udevadm: modernizationZbigniew Jędrzejewski-Szmek2013-12-191-6/+4
|
* udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek2013-12-191-14/+11
| | | | Also clean things up a bit here and there.
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-3/+3
|
* udev: move string copy functions to shared/Kay Sievers2013-01-091-2/+2
|
* use the same email address everywhereKay Sievers2012-11-121-1/+1
|
* udev: use startswith() and streq()Kay Sievers2012-04-161-1/+1
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-2/+2
|
* udev: switch to systemd logging functionsKay Sievers2012-04-081-4/+3
|
* move imported udev into placeKay Sievers2012-04-041-0/+173