summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-device (follow)
Commit message (Expand)AuthorAgeFilesLines
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-8/+7
* Merge pull request #34123 from yuwata/sd-deviceYu Watanabe2024-08-284-54/+121
|\
| * sd-device: make sd_device_new_from_subsystem_sysname() stricterYu Watanabe2024-08-272-39/+89
| * sd-device: make device_get_device_id() publicYu Watanabe2024-08-274-8/+7
| * sd-device: introduce sd_device_get_driver_subsystem()Yu Watanabe2024-08-272-3/+19
| * sd-device: refuse earlier when too long ifname is passed to sd_device_new_fro...Yu Watanabe2024-08-271-3/+5
| * sd-device: make sd_device_get_devtype() return 0 on success againYu Watanabe2024-08-271-1/+1
* | sd-device-monitor: introduce sd_device_monitor_get_events() and _get_timeout()Yu Watanabe2024-08-272-1/+26
* | test: use more suitable assertionsYu Watanabe2024-08-271-8/+8
|/
* test: add test case for restarting device monitorYu Watanabe2024-08-021-0/+37
* sd-device-monitor: rename device_monitor_send_device() -> device_monitor_send()Yu Watanabe2024-08-023-14/+14
* sd-device-monitor: expose low-level functionsYu Watanabe2024-08-023-8/+39
* sd-device-monitor: make device_monitor_receive_device() always initialize ret...Yu Watanabe2024-08-021-2/+3
* sd-device-monitor: remove device_monitor_disconnect()Yu Watanabe2024-08-022-9/+1
* udev: manage only socket address of device monitorYu Watanabe2024-08-023-26/+34
* sd-device-monitor: introduce device_monitor_get_address()Yu Watanabe2024-08-022-3/+12
* sd-device: allow to restart device monitorYu Watanabe2024-08-021-7/+74
* sd-device-monitor: introduce sd_device_monitor_is_running()Yu Watanabe2024-08-022-0/+20
* sd-device-monitor: bind socket in device_monitor_new_full()Yu Watanabe2024-08-022-39/+16
* sd-device-monitor: replace -1 with -EBADFYu Watanabe2024-08-021-2/+2
* test: modernize test-sd-device-monitor.cYu Watanabe2024-08-021-217/+190
* sd-device: remove debug log message when dirs are missingLennart Poettering2024-07-171-21/+13
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* sd-device: introduce device_get_sysattr_unsigned_full()Yu Watanabe2024-04-182-3/+6
* uid-range: place 'ret' param at lastMike Yuan2024-04-081-1/+1
* uid-range: optionally load outside view of UID range from uid_map procfs fileLennart Poettering2024-04-061-1/+1
* sd-device: use strdup_to() and rename output paramZbigniew Jędrzejewski-Szmek2024-03-202-16/+7
* env-util: rename getenv_bool_secure() → secure_getenv_bool()Lennart Poettering2024-02-281-1/+1
* mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-063-3/+3
* sd-device: use new interface name resolversYu Watanabe2024-01-301-13/+8
* sd-device: introduce device_get_sysattr_u32()Yu Watanabe2024-01-192-0/+20
* udev: split out check that udev property can be updatedYu Watanabe2024-01-091-0/+8
* src/basic: "UidRange" → "UIDRange"Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* Merge pull request #30591 from yuwata/device-utilLuca Boccassi2024-01-016-57/+118
|\
| * tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-223-52/+24
| * device-util: introduce device_in_subsystem() and device_is_devtype() helper f...Yu Watanabe2023-12-223-5/+94
* | Merge pull request #30622 from yuwata/spaceMike Yuan2023-12-251-1/+1
|\ \
| * | tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* | | sd-device: shorten code a bigYu Watanabe2023-12-241-3/+1
|/ /
* | sd-device: introduce device_has_db() helper functionYu Watanabe2023-12-222-0/+14
* | sd-device: modernize device_update_db() and friendsYu Watanabe2023-12-223-55/+76
|/
* test: Skip various tests when /sys is not mountedDaan De Meyer2023-12-193-1/+16
* sd-device: do not trigger assertion by a bad udev rulesYu Watanabe2023-11-151-2/+7
* sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...Yu Watanabe2023-11-061-0/+9
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* sd-device: Support matching all propertiesDaan De Meyer2023-10-112-8/+64
* Merge pull request #29193 from keszybz/path-util-adjustmentDaan De Meyer2023-09-291-5/+3
|\
| * tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-5/+3
* | sd-device: include missing alloc-util.hYu Watanabe2023-09-211-0/+1