summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* sd-device-monitor: use SO_DETACH_FILTER to remove BPF programYu Watanabe2019-01-231-1/+1
* sd-device-monitor: fix ordering of setting buffer sizeYu Watanabe2019-01-111-8/+2
* 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
* 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
* 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
* sd-device: drop priority and description from sd_device_monitor_attach_event(...Yu Watanabe2018-11-101-19/+5
* sd-device: add sd_device_monitor_get_event_source()Yu Watanabe2018-11-101-0/+6
* sd-device: normalize debug messagesYu Watanabe2018-11-061-26/+26
* sd-device: fix wrong assertion (#10530)Yu Watanabe2018-10-261-1/+1
* sd-device-monitor: use log_device_*()Yu Watanabe2018-10-231-7/+6
* Merge pull request #10462 from yuwata/test-sd-device-monitorLennart Poettering2018-10-191-2/+2
|\
| * sd-device-monitor: include error cause in log messageYu Watanabe2018-10-191-1/+1
| * sd-device-monitor: drop unnecessary conditionYu Watanabe2018-10-191-1/+1
* | tree-wide: use setsockopt_int() moreYu Watanabe2018-10-191-4/+6
|/
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-2/+3
* sd-device: introduce sd_device_monitorYu Watanabe2018-10-171-0/+755