summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-222-4/+4
* network,udev/net: add Kind= settings in [Match] sectionYu Watanabe2022-02-172-0/+18
* coccinelle: automatically switch some uses of memcpy() → mempcpy()Lennart Poettering2022-02-161-7/+4
* Merge pull request #22508 from poettering/stat-ino-compareYu Watanabe2022-02-153-14/+11
|\
| * sd-daemon: use path_join() instead of manual path concatLennart Poettering2022-02-141-3/+4
| * tree-wide: port various places over to new stat_inode_same() helperLennart Poettering2022-02-143-11/+7
* | Merge pull request #22507 from poettering/id128-compare-tweaksYu Watanabe2022-02-155-40/+54
|\ \ | |/ |/|
| * id128-util: add new helper id128_equal_string()Lennart Poettering2022-02-142-0/+18
| * sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-145-40/+36
* | Merge pull request #22506 from poettering/devnum-zero-btrfs-block-devLuca Boccassi2022-02-141-0/+4
|\ \ | |/ |/|
| * sd-device: refuse opening device mit major/minor of zero earlyLennart Poettering2022-02-141-0/+4
* | test: check if running in container earlierYu Watanabe2022-02-141-13/+6
|/
* sd-netlink: allow to dump qdisc and tclassYu Watanabe2022-02-091-1/+2
* sd-netlink: make traffic control related message can be monitoredYu Watanabe2022-02-091-1/+9
* sd-netlink: introduce sd_rtnl_message_traffic_control_get_{ifindex,parent,han...Yu Watanabe2022-02-091-0/+42
* sd-netlink: unify sd_rtnl_message_new_qdisc() and sd_rtnl_message_new_tclass()Yu Watanabe2022-02-092-74/+15
* journal: Improve handling of corruption during upwards entry iterationDaan De Meyer2022-02-071-0/+18
* journal: Fix upwards iteration of entry items in case of corruptionDaan De Meyer2022-02-071-1/+39
* Merge pull request #22358 from yuwata/udevadm-test-support-dev-path-or-device...Luca Boccassi2022-02-023-35/+19
|\
| * sd-device: drop device_new_from_synthetic_event() from libsystemdYu Watanabe2022-02-022-26/+0
| * sd-device: make device_set_action() take sd_device_action_tYu Watanabe2022-02-022-9/+18
| * sd-device: move device_read_uevent_file() to device-private.hYu Watanabe2022-02-022-1/+2
* | journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering2022-02-022-4/+45
* | journal: various fixes to journal_file_read_object()Lennart Poettering2022-02-012-10/+21
|/
* sd-device: suppress too many debugging log when enumerating devicesYu Watanabe2022-01-281-2/+5
* journal: Stop comparing hash values from entry items against data objectsDaan De Meyer2022-01-263-27/+2
* journal: Inline loop variableDaan De Meyer2022-01-261-5/+3
* journal: Invert verify entry <=> data consistency checksDaan De Meyer2022-01-263-90/+56
* journal: Fail gracefully when linking a new entryDaan De Meyer2022-01-261-4/+12
* journal: Use ret_offset everywhere in journal-file.hDaan De Meyer2022-01-261-15/+15
* journal: Only move to objects when necessaryDaan De Meyer2022-01-261-77/+53
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-263-59/+51
* journal: Log error when keyed hash env variable cannot be parsedDaan De Meyer2022-01-261-1/+1
* journal: Use offsetof(Object, ...) to retrieve object field offsetsDaan De Meyer2022-01-263-34/+34
* sd-event: workaround maybe-uninitalized warning in sd_event_add_inotify()Thomas Haller2022-01-231-1/+1
* network-util: introduce network_link_get_operational_state()Yu Watanabe2022-01-212-0/+21
* bus: Use OrderedSet for introspectionJan Janssen2022-01-193-27/+26
* sd-device: add more debugging logs in device_set_syspath()Yu Watanabe2022-01-191-8/+11
* sd-device: drop unnecessary parenthesisZbigniew Jędrzejewski-Szmek2022-01-151-2/+1
* sd-device: silence gcc warning with newest gccZbigniew Jędrzejewski-Szmek2022-01-151-1/+1
* Merge pull request #22098 from DaanDeMeyer/journal-corrupt-2Yu Watanabe2022-01-143-106/+86
|\
| * journal: Fix entry array iteration corruption checksDaan De Meyer2022-01-141-71/+81
| * journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-123-35/+5
* | journal: Skip data objects with invalid offsetsDaan De Meyer2022-01-121-4/+4
* | meson: Use files() for fuzzersJan Janssen2022-01-111-2/+2
* | meson: Use files() for testsJan Janssen2022-01-111-35/+35
|/
* tests: log_tests_skipped() already appends ", skipping tests"Zbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* bus-dump: change capture output to use pcapng (#21738)Stephen Hemminger2021-12-252-49/+107
* sd-journal: fix segfault when match_new() failsYu Watanabe2021-12-231-8/+8
* sd-journal: free incomplete match on failureYu Watanabe2021-12-231-1/+2