summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* sd-device: shorten code a bitYu Watanabe2022-03-181-14/+4
* sd-device-enumerator: fix typo: contolC -> controlCYu Watanabe2022-03-181-8/+5
* test: Use TEST macros in more placesJan Janssen2022-03-1610-149/+73
* random-util: remove RDRAND usageJason A. Donenfeld2022-03-141-3/+1
* man: describe capability checks on the busZbigniew Jędrzejewski-Szmek2022-03-041-5/+3
* Merge pull request #22644 from keszybz/meson-no-splitZbigniew Jędrzejewski-Szmek2022-03-031-91/+93
|\
| * meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-4/+8
| * meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-89/+87
* | core: check size before mmapTobias Stoeckmann2022-03-033-2/+10
|/
* Merge pull request #22605 from yuwata/test-journal-send-fd-leaksZbigniew Jędrzejewski-Szmek2022-02-234-2/+40
|\
| * journal-send: close fd on exit when running with valgrindYu Watanabe2022-02-234-2/+36
| * test-journal-send: close fd opend by syslog()Yu Watanabe2022-02-231-0/+4
* | Merge pull request #22600 from poettering/timestamp_is_set-moreZbigniew Jędrzejewski-Szmek2022-02-232-4/+4
|\ \
| * | tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-222-4/+4
| |/
* | test: fix file descriptor leak in test-catalogYu Watanabe2022-02-221-1/+2
|/
* 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