summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
AgeCommit message (Expand)AuthorFilesLines
2023-11-03sd-device: make devpath check stricteraccepted/tizen/unified/riscv/20231215.050346accepted/tizen/unified/20231107.172850accepted/tizen_unified_riscvYu Watanabe1-1/+1
2023-11-03sd-device: do not cache an empty string but clear cache on failreYu Watanabe1-15/+3
2020-11-26sd-device-enumerator: do not return error when a device is removedINSUN PYO1-1/+2
2019-11-05sd-device-enumerator: do not return error when a device is removedYu Watanabe1-2/+7
2019-11-04tree-wide: drop socket.h when socket-util.h is includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-10-25fileio: introduce read_full_virtual_file() for reading virtual files in sysfs...Franck Bui1-1/+1
2019-10-25Merge pull request #13836 from systemd/assert-cleanups-and-constificationYu Watanabe1-4/+4
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-24sd-device: allow sd_device_get_devtype to be called with NULL arg and do not ...Zbigniew Jędrzejewski-Szmek1-4/+4
2019-07-17sd-device: voidify and simplify calls to ordered_hashmap_iterate()Zbigniew Jędrzejewski-Szmek1-10/+2
2019-07-04tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek1-1/+1
2019-06-29sd-device: introduce dump_device_action_table()Yu Watanabe2-0/+5
2019-06-25Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2-7/+5
2019-06-25sd-device: don't accept /sys as a device pathLubomir Rintel1-0/+4
2019-06-25tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2-7/+5
2019-06-22Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2-2/+2
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe2-2/+2
2019-06-20tree-wide: drop alloca() in loopYu Watanabe1-2/+4
2019-04-02sd-device: use xsprintf() where appropriateLennart Poettering1-1/+1
2019-03-28Remove variable only used for an assertZbigniew Jędrzejewski-Szmek1-3/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-1/+4
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-1/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+1
2019-03-12sd-device: store parsed ACTION= and SEQNUM= udev propertiesYu Watanabe4-62/+116
2019-03-07sd-device: move device_action_from_string() and friends to device-private.hYu Watanabe2-16/+18
2019-03-04Remove now-unused refcnt.hZbigniew Jędrzejewski-Szmek1-1/+0
2019-02-26sd-device: split device_read_db_internal() into two partYu Watanabe2-18/+27
2019-02-18Merge pull request #11478 from yuwata/enumerate-match-parentLennart Poettering2-21/+47
2019-02-17sd-device: also store properties read from udev database to sd_device::proper...Yu Watanabe1-1/+8
2019-02-06test: add a test case for issue #11652Yu Watanabe1-0/+10
2019-02-06sd-device: fix device_copy_properties()Yu Watanabe1-2/+2
2019-01-23sd-device-enumerator: support multiple parentsYu Watanabe2-21/+47
2019-01-23test: add test for sd_device_monitor_filter_remove()Yu Watanabe1-3/+33
2019-01-23sd-device-monitor: use SO_DETACH_FILTER to remove BPF programYu Watanabe1-1/+1
2019-01-22sd-device: do not save e.g., DEVPATH or INTERFACE properties to udev databaseYu Watanabe3-3/+15
2019-01-11sd-device-monitor: fix ordering of setting buffer sizeYu Watanabe1-8/+2
2019-01-08sd-device: modernize code a bitZbigniew Jędrzejewski-Szmek1-53/+18
2019-01-02test: add test for sending/receiving an invalid deviceYu Watanabe1-27/+54
2019-01-02Revert "sd-device: ignore bind/unbind events for now"Yu Watanabe1-9/+0
2018-12-30sd-device: fix segfault when error occurs in device_new_from_{nulstr,strv}()Yu Watanabe1-0/+3
2018-12-21sd-device: ignore bind/unbind events for nowDmitry Torokhov1-0/+9
2018-12-17Merge pull request #11144 from keszybz/dissect-image-fixLennart Poettering4-235/+64
2018-12-17sd-device: remove holes in struct sd_deviceZbigniew Jędrzejewski-Szmek1-20/+20
2018-12-16sd-device: pass timestamp internally as usec_t not char*Zbigniew Jędrzejewski-Szmek3-27/+28
2018-12-16sd-device: reduce the number of implementations of device_read_db() we keep a...Zbigniew Jędrzejewski-Szmek4-181/+7
2018-12-16sd-device: attempt to read db again if it wasn't foundZbigniew Jędrzejewski-Szmek1-7/+9
2018-12-14sd-device: do not change buffer size if the socket is already boundYu Watanabe1-0/+6
2018-12-14sd-device: do not modify socket option(s) if socket is passed by PID1Yu Watanabe1-9/+9
2018-12-14Revert "sd-device: do not call device_monitor_enable_receiving() for passed f...Yu Watanabe1-5/+3