summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
Commit message (Expand)AuthorAgeFilesLines
* sd-device: use xsprintf() where appropriateLennart Poettering2019-04-021-1/+1
* Remove variable only used for an assertZbigniew Jędrzejewski-Szmek2019-03-281-3/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-272-1/+4
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* sd-device: store parsed ACTION= and SEQNUM= udev propertiesYu Watanabe2019-03-124-62/+116
* sd-device: move device_action_from_string() and friends to device-private.hYu Watanabe2019-03-072-16/+18
* Remove now-unused refcnt.hZbigniew Jędrzejewski-Szmek2019-03-041-1/+0
* sd-device: split device_read_db_internal() into two partYu Watanabe2019-02-262-18/+27
* Merge pull request #11478 from yuwata/enumerate-match-parentLennart Poettering2019-02-182-21/+47
|\
| * sd-device-enumerator: support multiple parentsYu Watanabe2019-01-232-21/+47
* | sd-device: also store properties read from udev database to sd_device::proper...Yu Watanabe2019-02-171-1/+8
* | test: add a test case for issue #11652Yu Watanabe2019-02-061-0/+10
* | sd-device: fix device_copy_properties()Yu Watanabe2019-02-061-2/+2
* | test: add test for sd_device_monitor_filter_remove()Yu Watanabe2019-01-231-3/+33
* | sd-device-monitor: use SO_DETACH_FILTER to remove BPF programYu Watanabe2019-01-231-1/+1
|/
* sd-device: do not save e.g., DEVPATH or INTERFACE properties to udev databaseYu Watanabe2019-01-223-3/+15
* sd-device-monitor: fix ordering of setting buffer sizeYu Watanabe2019-01-111-8/+2
* sd-device: modernize code a bitZbigniew Jędrzejewski-Szmek2019-01-081-53/+18
* test: add test for sending/receiving an invalid deviceYu Watanabe2019-01-021-27/+54
* Revert "sd-device: ignore bind/unbind events for now"Yu Watanabe2019-01-021-9/+0
* sd-device: fix segfault when error occurs in device_new_from_{nulstr,strv}()Yu Watanabe2018-12-301-0/+3
* sd-device: ignore bind/unbind events for nowDmitry Torokhov2018-12-211-0/+9
* Merge pull request #11144 from keszybz/dissect-image-fixLennart Poettering2018-12-174-235/+64
|\
| * sd-device: remove holes in struct sd_deviceZbigniew Jędrzejewski-Szmek2018-12-171-20/+20
| * sd-device: pass timestamp internally as usec_t not char*Zbigniew Jędrzejewski-Szmek2018-12-163-27/+28
| * sd-device: reduce the number of implementations of device_read_db() we keep a...Zbigniew Jędrzejewski-Szmek2018-12-164-181/+7
| * sd-device: attempt to read db again if it wasn't foundZbigniew Jędrzejewski-Szmek2018-12-161-7/+9
* | sd-device: do not change buffer size if the socket is already boundYu Watanabe2018-12-141-0/+6
* | sd-device: do not modify socket option(s) if socket is passed by PID1Yu Watanabe2018-12-141-9/+9
* | Revert "sd-device: do not call device_monitor_enable_receiving() for passed f...Yu Watanabe2018-12-141-5/+3
|/
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-7/+8
|\
| * tree-wide: port various parts of the code to use parse_dev()Lennart Poettering2018-11-291-7/+8
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
|/
* tree-wide: more IOVEC_MAKE() conversionsLennart Poettering2018-11-281-4/+2
* sd-device: do not call device_monitor_enable_receiving() for passed fd from pid1Yu Watanabe2018-11-251-3/+5
* sd-device: check whether filter is updated or not in sd_device_monitor_filter...Yu Watanabe2018-11-251-5/+6
* sd-device: update log messageYu Watanabe2018-11-251-1/+1
* sd-device: fix return value on error pathYu Watanabe2018-11-251-1/+1
* pid1,sd-device: use PATH_STARTSWITH_SET moreZbigniew Jędrzejewski-Szmek2018-11-231-3/+3
* test: add more tests for subsystem filterYu Watanabe2018-11-231-29/+45
* sd-device-monitor: fix subsystem filterYu Watanabe2018-11-231-2/+1
* coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek2018-11-221-9/+18
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+8
* test: also tests enumerating subsystemsYu Watanabe2018-11-171-41/+57
* sd-device: drop priority and description from sd_device_monitor_attach_event(...Yu Watanabe2018-11-102-23/+13
* sd-device: add sd_device_monitor_get_event_source()Yu Watanabe2018-11-101-0/+6
* sd-device: fix possible use of uninitialized valueYu Watanabe2018-11-101-2/+2