summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* labeler: add more rulesYu Watanabe2024-08-221-21/+140
* Merge pull request #34072 from yuwata/networkd-routing-policy-rule-follow-upYu Watanabe2024-08-222-5/+25
|\
| * test-network: also test routing policy rules are configured as expected after...Yu Watanabe2024-08-211-1/+15
| * test-network: find routing policy rule by priorityYu Watanabe2024-08-211-1/+5
| * network/routing-policy-rule: use address family of existing rule when judging...Yu Watanabe2024-08-211-3/+5
* | po: update Japanese translationsYu Watanabe2024-08-211-2/+86
* | Merge pull request #32363 from CodethinkLabs/sysupdate-dbusAdrian Vovk2024-08-2121-17/+4252
|\ \
| * | sysupdate: Add integration test for updatectl updatesTom Coldrick2024-08-212-16/+60
| * | sysupdate: Implement updatectlAdrian Vovk2024-08-215-0/+1495
| * | sysupdate: Implement systemd-sysupdated dbus serviceAdrian Vovk2024-08-2117-1/+2697
* | | Merge pull request #34053 from YHNdnzj/follow-upsYu Watanabe2024-08-2110-129/+48
|\ \ \
| * | | process-util: always retry with pidfd_spawn() w/o cgroup firstMike Yuan2024-08-211-37/+39
| * | | process-util: check the flag instead of 'cgroup' paramMike Yuan2024-08-211-1/+1
| * | | man: use standard-options for --no-ask-password everywhereMike Yuan2024-08-219-92/+9
* | | | bootctl: don't load etc/machine-info from cwdAlyssa Ross2024-08-211-1/+1
* | | | man: Ensure notify example includes <string.h>A. Wilcox2024-08-211-0/+1
* | | | hwdb: rename hwdb_bin_paths -> HWDB_BIN_PATHSYu Watanabe2024-08-214-6/+6
* | | | core/exec-invoke: document calling setpriority() after sched_setattr()Ivan Shapovalov2024-08-211-0/+7
| |_|/ |/| |
* | | Merge pull request #34055 from whot/wip/eviocrevoke-warningsYu Watanabe2024-08-211-4/+5
|\ \ \
| * | | logind: warn about EVIOCREVOKE errors other than EINVAL tooPeter Hutterer2024-08-211-1/+3
| * | | logind: if EVIOCREVOKE fails, don't try it againPeter Hutterer2024-08-121-3/+2
* | | | Merge pull request #34054 from yuwata/network-failed-stateYu Watanabe2024-08-215-84/+88
|\ \ \ \
| * | | | network/ipv4acd: adjust comment and loggingYu Watanabe2024-08-211-3/+3
| * | | | sd-dhcp-client: actually restart daemon after sending DECLINE messageYu Watanabe2024-08-211-8/+6
| * | | | sd-dhcp-client: stop client without calling notification after sending RELEASEYu Watanabe2024-08-211-1/+5
| * | | | sd-dhcp-client: refuse to send RELEASE or friends gracefully when the daemon ...Yu Watanabe2024-08-211-16/+8
| * | | | sd-dhcp-client: do not call callback with SD_DHCP_CLIENT_EVENT_STOP if alread...Yu Watanabe2024-08-211-8/+14
| * | | | network: log and enter failed state in link_reconfigure()Yu Watanabe2024-08-213-32/+23
| * | | | network: enter initialized state when the interface will be reconfiguredYu Watanabe2024-08-212-1/+6
| * | | | network: introduce reconfigure_data_free() and _freep()Yu Watanabe2024-08-211-17/+25
| | |_|/ | |/| |
* | | | networkctl: split networkctl.c into small piecesYu Watanabe2024-08-2126-2972/+3176
* | | | Merge pull request #33498 from DaanDeMeyer/btrfsDaan De Meyer2024-08-212-23/+48
|\ \ \ \ | |_|_|/ |/| | |
| * | | repart: Allow Subvolumes= and DefaultSubvolume= when running offlineDaan De Meyer2024-08-212-21/+43
| * | | repart: Don't add same dir to MakeDirectories= or Subvolumes= twiceDaan De Meyer2024-08-211-0/+3
| * | | repart: Constify partition_needs_populate()Daan De Meyer2024-08-211-1/+1
| * | | repart: Use loop_device_error_is_fatal() in one more placeDaan De Meyer2024-08-211-1/+1
* | | | Revert "cgroup-util: Don't try to open pidfd for kernel threads"Daan De Meyer2024-08-211-3/+1
* | | | Merge pull request #34049 from yuwata/network-routing-policy-ruleLuca Boccassi2024-08-2111-185/+536
|\ \ \ \ | |_|/ / |/| | |
| * | | test-network: add test for ManageForeignRoutingPolicyRules=Yu Watanabe2024-08-202-1/+40
| * | | test-network: add tests for Type=table, goto, and nopYu Watanabe2024-08-202-32/+44
| * | | test-network: do not pass '[detached]' to 'ip rule del'Yu Watanabe2024-08-201-1/+1
| * | | network/routing-policy-rule: support all known type of ruleYu Watanabe2024-08-205-13/+83
| * | | network/routing-policy-rule: also manage remaining attributesYu Watanabe2024-08-202-5/+53
| * | | sd-netlink: introduce sd_netlink_message_read_u64()Yu Watanabe2024-08-202-0/+29
| * | | network/routing-policy-rule: remove rules that have conflicting flagsYu Watanabe2024-08-201-11/+37
| * | | network/routing-policy-rule: anyway detach rule even when we fail to remove itYu Watanabe2024-08-201-13/+37
| * | | network/routing-policy-rule: do not save rule to Manager before it is configuredYu Watanabe2024-08-201-52/+97
| * | | network/routing-policy-rule: skip requesting when rule is already requestedYu Watanabe2024-08-202-2/+54
| * | | network/routing-policy-rule: add trailing period to the log messageYu Watanabe2024-08-201-2/+2
| * | | network/routing-policy-rule: do not modify RountingPolicyRule objects managed...Yu Watanabe2024-08-201-66/+72