summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34723 from poettering/machined-pidref-moreLennart Poettering2024-10-1513-94/+113
|\
| * sd-json: drop sd_json_dispatch_pid() again, as we prefer json_dispatch_pidref...Lennart Poettering2024-10-144-45/+0
| * machined: port all varlink APIs over to new PidRef serializationLennart Poettering2024-10-144-43/+61
| * pidref: hookup PID_AUTOMATIC special pid_t value with PidRefLennart Poettering2024-10-146-6/+52
* | machine: trivial coding style cleanupsYu Watanabe2024-10-151-8/+4
* | machine: fix memleak in vl_method_list_images()Yu Watanabe2024-10-151-2/+4
* | machine: lookup_machine_by_name_or_pid() may return 1 on error and it is alre...Yu Watanabe2024-10-152-3/+5
* | Merge pull request #34752 from yuwata/udev-remove-database-on-removeYu Watanabe2024-10-152-7/+21
|\ \
| * | udev: do not try to lock whole block device on remove eventYu Watanabe2024-10-152-0/+9
| * | udev: do not re-create database on remove eventYu Watanabe2024-10-141-7/+12
* | | Merge pull request #34736 from yuwata/network-mtuYu Watanabe2024-10-158-24/+141
|\ \ \
| * | | network: wait for IPv6 MTU being synced to link MTUYu Watanabe2024-10-144-1/+92
| * | | network/sysctl: make link_set_ipv6_mtu() log failuresYu Watanabe2024-10-143-17/+11
| * | | network/route: use sysctl_read_ip_property_int() for reading route/max_sizeYu Watanabe2024-10-141-7/+10
| * | | sysctl-util: introduce sysctl_read_ip_property_int() and _uint32()Yu Watanabe2024-10-142-0/+29
* | | | Merge pull request #34744 from yuwata/oom-cleanupsYu Watanabe2024-10-153-32/+61
|\ \ \ \
| * | | | oomd-util: use FOREACH_ARRAY() moreYu Watanabe2024-10-142-25/+44
| * | | | oomctl: sort contexts with cgroup pathYu Watanabe2024-10-122-7/+17
| |/ / /
* | | | hibernate-resume-generator: don't initiate resume if soft-rebootedMike Yuan2024-10-153-0/+30
* | | | gpt-auto: use RET_GATHER at one more placeMike Yuan2024-10-151-6/+5
* | | | core/manager: pass soft-reboot count to generatorsMike Yuan2024-10-151-0/+6
* | | | core/manager: minor cleanup for generator_path_any() and friendsMike Yuan2024-10-151-26/+32
* | | | shared/exec-util: modernize execute_strv() and friends a bitMike Yuan2024-10-152-48/+48
* | | | shared/exec-util: minor rearrangement, drop unused EXEC_DIR_NONEMike Yuan2024-10-153-20/+21
* | | | basic/stat-util: use xopenat() where appropriateMike Yuan2024-10-151-19/+3
* | | | sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...Yu Watanabe2024-10-145-948/+340
* | | | Merge pull request #34738 from behrmann/ukifyoptionYu Watanabe2024-10-143-128/+189
|\ \ \ \
| * | | | ukify: Add more mypy optionsJörg Behrmann2024-10-142-3/+5
| * | | | ukify: Add UkifyConfigJörg Behrmann2024-10-141-36/+86
| * | | | ukify: Add a unified interface for signing toolsJörg Behrmann2024-10-142-96/+105
| * | | | ukify: Fix type of UKI.executableJörg Behrmann2024-10-141-1/+1
| * | | | ukify: Require both key and cert be set in generate_keysJörg Behrmann2024-10-121-1/+1
| * | | | ukify: Add missing typing for iteratorJörg Behrmann2024-10-121-1/+1
| |/ / /
* | | | Merge pull request #34743 from yuwata/bus-message-dump-fdYu Watanabe2024-10-147-64/+63
|\ \ \ \
| * | | | bus-message-util: introduce bus_message_dump_fd() and _string()Yu Watanabe2024-10-127-46/+47
| * | | | analyze: fall back to simple method from dump_patterns() and friendsYu Watanabe2024-10-121-18/+16
| |/ / /
* | | | Merge pull request #34745 from yuwata/local-outbounds-prefsrcYu Watanabe2024-10-143-39/+189
|\ \ \ \
| * | | | test: add test for local outbounds with preferred source addressYu Watanabe2024-10-131-9/+84
| * | | | local-addresses: honor RTA_PREFSRC field of gatewayYu Watanabe2024-10-122-14/+89
| * | | | local-addresses: use FOREACH_ARRAY() macroYu Watanabe2024-10-121-16/+16
| |/ / /
* | | | Fix some typos in socket-util.hMichiel2024-10-141-2/+2
* | | | Merge pull request #34749 from yuwata/network-address-parse-broadcastLuca Boccassi2024-10-141-14/+11
|\ \ \ \
| * | | | network/address: use config_parse_in_addr_non_null() at one more placeYu Watanabe2024-10-141-10/+6
| * | | | network/address: do not set family in config_parse_broadcast()Yu Watanabe2024-10-141-4/+5
| | |/ / | |/| |
* | | | updatectl: remove unimplemented optionAntonio Alvarez Feijoo2024-10-141-1/+1
* | | | machine: listen on io.systemd.MachineImage socketIvan Kruglov2024-10-141-1/+5
* | | | machine: introduce io.systemd.MachineImage.Update varlink methodIvan Kruglov2024-10-145-1/+112
* | | | machine: introduce io.systemd.MachineImage.List varlink methodIvan Kruglov2024-10-143-6/+181
* | | | machine: generalize rename_image_and_update_cache() logicIvan Kruglov2024-10-143-11/+30
* | | | machine: move manager_acquire_image to src/machine/machined-core.cIvan Kruglov2024-10-144-55/+55