summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/meson.build (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-22basic/sigbus: use FOREACH_ELEMENT where appropriate, assert >= 0 for successMike Yuan1-5/+5
2024-08-22mkosi: Update to latestDaan De Meyer1-1/+1
2024-08-22man: document .membership files that nss-systemd processesLennart Poettering1-0/+11
2024-08-22mkosi: Update to latestDaan De Meyer1-1/+1
2024-08-22mkosi: Improve formattingDaan De Meyer1-147/+147
2024-08-22sysupdate: man: Cleanup sections about flagsAdrian Vovk1-24/+26
2024-08-22sysupdate: Simplify sysupdate_run_simple callsiteAdrian Vovk1-22/+17
2024-08-22sysupdated: Verify inputs more rigorouslyAdrian Vovk2-2/+9
2024-08-22sysupdated: Fixup redundant constant nameAdrian Vovk4-13/+13
2024-08-22sysupdated: Fixup minor formatting issuesAdrian Vovk1-3/+3
2024-08-22labeler: add more rulesYu Watanabe1-21/+140
2024-08-22po: update Japanese translationsYu Watanabe1-19/+19
2024-08-22polkit: add missing period in messagesYu Watanabe4-11/+11
2024-08-21po: update Japanese translationsYu Watanabe1-2/+86
2024-08-21bootctl: don't load etc/machine-info from cwdAlyssa Ross1-1/+1
2024-08-21man: Ensure notify example includes <string.h>A. Wilcox1-0/+1
2024-08-21hwdb: rename hwdb_bin_paths -> HWDB_BIN_PATHSYu Watanabe4-6/+6
2024-08-21core/exec-invoke: document calling setpriority() after sched_setattr()Ivan Shapovalov1-0/+7
2024-08-21test-network: also test routing policy rules are configured as expected after...Yu Watanabe1-1/+15
2024-08-21test-network: find routing policy rule by priorityYu Watanabe1-1/+5
2024-08-21network/routing-policy-rule: use address family of existing rule when judging...Yu Watanabe1-3/+5
2024-08-21resolved: demote the fallback dns serversRonan Pigott2-2/+7
2024-08-21resolved: use the fallback servers when no default dns is configuredRonan Pigott3-4/+3
2024-08-21resolved: introduce link_set_default_routeRonan Pigott2-0/+15
2024-08-21resolved: introduce dns_server_is_fallbackRonan Pigott2-3/+5
2024-08-21networkctl: split networkctl.c into small piecesYu Watanabe26-2972/+3176
2024-08-21Revert "resolved: demote the global unicast scope"Ronan Pigott2-6/+2
2024-08-21process-util: always retry with pidfd_spawn() w/o cgroup firstMike Yuan1-37/+39
2024-08-21process-util: check the flag instead of 'cgroup' paramMike Yuan1-1/+1
2024-08-21man: use standard-options for --no-ask-password everywhereMike Yuan9-92/+9
2024-08-21Revert "cgroup-util: Don't try to open pidfd for kernel threads"Daan De Meyer1-3/+1
2024-08-21repart: Allow Subvolumes= and DefaultSubvolume= when running offlineDaan De Meyer2-21/+43
2024-08-21repart: Don't add same dir to MakeDirectories= or Subvolumes= twiceDaan De Meyer1-0/+3
2024-08-21repart: Constify partition_needs_populate()Daan De Meyer1-1/+1
2024-08-21repart: Use loop_device_error_is_fatal() in one more placeDaan De Meyer1-1/+1
2024-08-21sysupdate: Add integration test for updatectl updatesTom Coldrick2-16/+60
2024-08-21sysupdate: Implement updatectlAdrian Vovk5-0/+1495
2024-08-21sysupdate: Implement systemd-sysupdated dbus serviceAdrian Vovk17-1/+2697
2024-08-21logind: warn about EVIOCREVOKE errors other than EINVAL tooPeter Hutterer1-1/+3
2024-08-21network/ipv4acd: adjust comment and loggingYu Watanabe1-3/+3
2024-08-21sd-dhcp-client: actually restart daemon after sending DECLINE messageYu Watanabe1-8/+6
2024-08-21sd-dhcp-client: stop client without calling notification after sending RELEASEYu Watanabe1-1/+5
2024-08-21sd-dhcp-client: refuse to send RELEASE or friends gracefully when the daemon ...Yu Watanabe1-16/+8
2024-08-21sd-dhcp-client: do not call callback with SD_DHCP_CLIENT_EVENT_STOP if alread...Yu Watanabe1-8/+14
2024-08-21network: log and enter failed state in link_reconfigure()Yu Watanabe3-32/+23
2024-08-21network: enter initialized state when the interface will be reconfiguredYu Watanabe2-1/+6
2024-08-21network: introduce reconfigure_data_free() and _freep()Yu Watanabe1-17/+25
2024-08-20process-util: handle pidfd_spawn() returning E2BIGKornilios Kourtis1-5/+21
2024-08-20tests: Don't override QemuKvm= value if TEST_NO_KVM=0Daan De Meyer1-1/+1
2024-08-20test-network: add test for ManageForeignRoutingPolicyRules=Yu Watanabe2-1/+40