summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-137-32/+13
* sd-device: move device_new_from_watch_handle_at() to udev-watch.cYu Watanabe2022-09-124-147/+0
* sd-device-enumerator: use _cleanup_free_ attribute for safetyYu Watanabe2022-09-091-3/+7
* sd-device-enumerator: always ignore ENOENT from opendir()Yu Watanabe2022-09-091-10/+28
* sd-device-enumerator: check sysname earlierYu Watanabe2022-09-091-6/+10
* test: add test for sd_device_enumerator_add_match_parent()Yu Watanabe2022-09-081-0/+71
* sd-device-enumerator: rewrite child enumeration without recursionYu Watanabe2022-09-081-8/+18
* sd-device-enumerator: do not fail when a directory vanishes on enumerateYu Watanabe2022-09-081-2/+5
* sd-device-enumerator: use test_matches() moreYu Watanabe2022-09-081-96/+60
* sd-device-monitor: relax sender uid check when running in user namespaceYu Watanabe2022-09-081-1/+35
* sd-device: introduce devname_from_stat_rdev()Yu Watanabe2022-09-032-0/+8
* sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-033-13/+13
* tree-wide: Fix field width specifier warningsJan Janssen2022-08-302-3/+3
* journal: Show grcrypt error message instead of a raw codeJan Janssen2022-08-301-2/+2
* tree-wide: Use correct format specifiersJan Janssen2022-08-302-4/+4
* sd-netlink: add NetLabel supportTopi Miettinen2022-08-292-7/+20
* sd-device: skip to check diskseq if device is not initializedYu Watanabe2022-08-281-4/+11
* sd-device: introduce device_open_from_devnum()Yu Watanabe2022-08-282-0/+33
* sd-device: introduce devpath_from_devnum()Yu Watanabe2022-08-286-1/+70
* sd-device: rename device-util.c -> device-filter.cYu Watanabe2022-08-286-8/+18
* tree-wide: fix typoYu Watanabe2022-08-281-2/+2
* Merge pull request #24456 from yuwata/network-tcp-congctlLuca Boccassi2022-08-261-1/+1
|\
| * sd-netlink: fix attribute type for RTAX_CC_ALGOYu Watanabe2022-08-261-1/+1
* | test-sd-device: run subsystem filter test several timesYu Watanabe2022-08-261-3/+40
|/
* Merge pull request #24420 from keszybz/mouse-powerLennart Poettering2022-08-243-0/+27
|\
| * sd-device: add helper to read a unsigned int attributeZbigniew Jędrzejewski-Szmek2022-08-233-0/+27
* | tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-233-11/+4
|/
* tree-wide: use path_join() instead of prefix_roota() in various casesLennart Poettering2022-08-222-13/+25
* sd-journal: drop an unused variableFrantisek Sumsal2022-08-201-4/+1
* Merge pull request #24356 from keszybz/sd-netlink-apiYu Watanabe2022-08-207-72/+54
|\
| * sd-netlink: use SD_EVENT_ONESHOT for a time-based callbackZbigniew Jędrzejewski-Szmek2022-08-191-1/+2
| * sd-netlink: simplify error code retentionZbigniew Jędrzejewski-Szmek2022-08-191-14/+12
| * sd-netlink: delete sd_netlink_new_from_fd()Zbigniew Jędrzejewski-Szmek2022-08-192-26/+0
| * sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-193-4/+4
| * sd-netlink: constify parameters in public api and adjust pointer formattingZbigniew Jędrzejewski-Szmek2022-08-195-13/+22
| * sd-netlink: prefix output param names with 'ret'Zbigniew Jędrzejewski-Szmek2022-08-191-15/+15
* | tree-wide: pass proper values (not bools) to sd_event_source_set_enabled()Lennart Poettering2022-08-191-1/+1
|/
* Merge pull request #24285 from yuwata/sd-device-new-from-pathYu Watanabe2022-08-132-8/+67
|\
| * test: add more tests for sd_device_new_from_path()Yu Watanabe2022-08-121-0/+49
| * sd-device: allow to create sd-device object through a symlink outside of /sysYu Watanabe2022-08-121-8/+18
* | test: use sd_device_monitor_set_description()Yu Watanabe2022-08-121-14/+14
* | sd-device-monitor: logs description for device monitorYu Watanabe2022-08-121-43/+52
* | sd-device-monitor: introduce sd_device_monitor_{set,get}_description()Yu Watanabe2022-08-122-1/+28
|/
* Merge pull request #24286 from yuwata/test-sd-device-monitorYu Watanabe2022-08-121-10/+28
|\
| * test: do not fill up receiver bufferYu Watanabe2022-08-121-10/+16
| * test: add fake action and seqnumYu Watanabe2022-08-121-0/+12
* | sd-device-enumerator: drop noisy log messagesYu Watanabe2022-08-121-4/+0
* | sd-device-monitor: actually refuse to send invalid devicesYu Watanabe2022-08-121-2/+2
* | sd-device-monitor: fix inversed conditionYu Watanabe2022-08-121-1/+1
|/
* test: add tests for sd_device_enumerator_add_match_sysattr/property()Yu Watanabe2022-08-091-0/+43