Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | udevd: simplify signal mask handling | Tom Gundersen | |
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. | |||
2015-05-29 | udevd: event - port spawn_wait() to sd-event | Tom Gundersen | |
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. | |||
2015-03-18 | libudev: private - introduce udev_device_new_from_synthetic_event() | Tom Gundersen | |
This allows set_action(), read_uevent_file() and read_db() to be made internal to libudev. | |||
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. | |||
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools | |||
2014-11-13 | udev: support ENV{}=="" global property matches | Kay Sievers | |
2014-09-11 | udev: timeout - warn after a third of the timeout before killing | Tom Gundersen | |
2014-08-30 | udev: bump event timeout to 60 seconds | Kay Sievers | |
2014-08-11 | udev: never bypass our own logging framework and call vsyslog() directly ↵ | Lennart Poettering | |
from udev tools | |||
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2014-07-29 | udev: unify event timeout handling | Kay Sievers | |
2014-05-15 | udev: do not skip the execution of RUN when renaming a network device fails | 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-12-18 | udevadm: modernization | Zbigniew Jędrzejewski-Szmek | |
2013-12-18 | udevadm,scsi_id: add short options to help strings and to the man page | Zbigniew Jędrzejewski-Szmek | |
Also clean things up a bit here and there. | |||
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen | |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers | |
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | 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 | |