Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-11 | udev: restore udevadm settle timeout | Nir Soffer | |
Commit 9ea28c55a2 (udev: remove seqnum API and all assumptions about seqnums) introduced a regresion, ignoring the timeout option when waiting until the event queue is empty. Previously, if the udev event queue was not empty when the timeout was expired, udevadm settle was returning with exit code 1. To check if the queue is empty, you could invoke udevadm settle with timeout=0. This patch restores the previous behavior. (David: fixed timeout==0 handling and dropped redundant assignment) | |||
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-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen | |
include-what-you-use automatically does this and it makes finding unnecessary harder to spot. The only content of poll.h is a include of sys/poll.h so should be harmless. | |||
2015-01-08 | udevadm: don't hit an assert when obsolete parameters are passed | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=1178051 | |||
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools | |||
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-06-27 | libudev: queue - watch entire directory to allow the re-use of the watch ↵ | Kay Sievers | |
descriptor | |||
2014-06-27 | libudev: queue provide file descriptor to watch busy event queue | Kay Sievers | |
2014-05-20 | udevadm-settle: fixed return code for empty queue | Harald Hoyer | |
If the udev queue is empty and "/run/udev/queue" does not exist, "udevadm settle" would return with EXIT_FAILURE, because the inotify on "/run/udev/queue" would fail with ENOENT. This patch lets "udevadm settle" exit with EXIT_SUCCESS in this case. | |||
2014-04-13 | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers | |
The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved. | |||
2014-03-17 | core, libsystemd, systemd, timedate, udev: spelling fixes | Miklos Vajna | |
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-11-07 | udevadm-settle: add missing brace | Zbigniew Jędrzejewski-Szmek | |
2013-11-07 | udevadm-settle: add parameters checking | Yang Zhiyong | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |