summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* fileio: introduce read_full_virtual_file() for reading virtual files in sysfs...Franck Bui2019-10-251-1/+1
* Merge pull request #13836 from systemd/assert-cleanups-and-constificationYu Watanabe2019-10-251-4/+4
|\
| * sd-device: allow sd_device_get_devtype to be called with NULL arg and do not ...Zbigniew Jędrzejewski-Szmek2019-10-241-4/+4
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-2/+2
|/
* sd-device: voidify and simplify calls to ordered_hashmap_iterate()Zbigniew Jędrzejewski-Szmek2019-07-171-10/+2
* tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* sd-device: introduce dump_device_action_table()Yu Watanabe2019-06-292-0/+5
* Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-252-7/+5
|\
| * tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-252-7/+5
* | sd-device: don't accept /sys as a device pathLubomir Rintel2019-06-251-0/+4
|/
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-222-2/+2
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-212-2/+2
* | tree-wide: drop alloca() in loopYu Watanabe2019-06-201-2/+4
|/
* 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