Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-21 | udevadm: enclose invocation of unlinkat() with a (void) cast | Lennart Poettering | |
Let's make Coverity happy about this one. | |||
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-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek | |
Types used for pids and uids in various interfaces are unpredictable. Too bad. | |||
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools | |||
2014-11-25 | udevadm: split out find_device helper | Zbigniew Jędrzejewski-Szmek | |
The idea is to unify the way that devices can be specified. | |||
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek | |
As pointed-out by clang -Wunreachable-code. No behaviour changes. | |||
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-07-16 | udev: export tags of "dead" device nodes to /run/udev/static_node-tags/ | Tom Gundersen | |
Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed. | |||
2013-03-22 | udevadm: place const in the right place | Zbigniew Jędrzejewski-Szmek | |
Otherwise clang at least thinks that both consts apply to char. | |||
2013-03-03 | udev: firmware - do not created /run/udev/firmware-missing/ | Kay Sievers | |
The userspace firmware loader is deprecated now, and will be entirely removed when we depend on a kernel version with the built-in firmware loader available. | |||
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-06-10 | udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda" | 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-16 | udev: replace ARRAY_SIZE() with ELEMENTSOF() | Kay Sievers | |
2012-04-10 | udev: fix gcc warnings showing up after adding $(AM_CFLAGS) | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |