summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introduce report_errno_and_exit() helper (#35028)Luca Boccassi2024-11-069-74/+45
|\
| * use report_errno_and_exit() in src/core/exec-invoke.cIvan Kruglov2024-11-061-14/+11
| * use report_errno_and_exit() in src/shared/elf-util.cIvan Kruglov2024-11-061-11/+5
| * use report_errno_and_exit() in src/shared/dissect-image.cIvan Kruglov2024-11-061-9/+4
| * use report_errno_and_exit() in src/shared/mount-util.cIvan Kruglov2024-11-061-19/+5
| * use report_errno_and_exit() in src/shutdown/umount.cIvan Kruglov2024-11-061-4/+2
| * process-util: introduce report_errno_and_exit() as part of src/basic/process-...Ivan Kruglov2024-11-064-17/+18
* | core/manager: silence false-positive warning by coverityYu Watanabe2024-11-061-1/+1
* | machine: introduce io.systemd.Machine.Open method (#34867)Luca Boccassi2024-11-0611-263/+574
|\ \
| * | machine: tests for io.systemd.Machine.OpenIvan Kruglov2024-11-061-0/+19
| * | machine: introduce io.systemd.Machine.Open methodIvan Kruglov2024-11-064-1/+235
| * | json: introduce json_dispatch_strv_environment()Ivan Kruglov2024-11-063-36/+38
| * | machine: machine_default_shell_path() & machine_default_shell_args() helper f...Ivan Kruglov2024-11-063-17/+34
| * | machine: introduce machine_start_getty() and machine_start_shell() helpersIvan Kruglov2024-11-063-209/+248
| |/
* | pid1: stop refusing to boot with cgroup v1Zbigniew Jędrzejewski-Szmek2024-11-065-39/+58
* | man/varlink: fix typoYu Watanabe2024-11-061-1/+1
* | man/udev: fix typoYu Watanabe2024-11-061-1/+1
|/
* man/systemd-measure: add forgotten "="Zbigniew Jędrzejewski-Szmek2024-11-061-1/+1
* man/systemd-measure: update to new ukify syntax, non-root operationZbigniew Jędrzejewski-Szmek2024-11-061-8/+14
* network: reconfigure interface more gracefully (#35035)Yu Watanabe2024-11-0628-395/+508
|\
| * network: introduce LINK_RECONFIGURE_CLEANLY flagYu Watanabe2024-11-053-3/+4
| * network: keep dynamic configurations as possible as we can on reconfigureYu Watanabe2024-11-0514-42/+276
| * network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-0511-221/+115
| * network: several cleanups for link_reconfigure()Yu Watanabe2024-11-055-111/+81
| * network: split out link_enter_unmanaged() from link_reconfigure_impl()Yu Watanabe2024-11-051-29/+43
* | UKI: Introduce `.dtbauto` sections (#34855)Lennart Poettering2024-11-0617-9/+620
|\ \
| * | man: Document stub behaviour for .hwids and .dtbauto sectionsanonymix0072024-11-051-0/+14
| * | stub: Handle .dtbauto sectionsanonymix0072024-11-051-5/+27
| * | measure: Introduce .dtbauto supportanonymix0072024-11-052-4/+7
| * | uki: add new .dtbauto PE section typeanonymix0072024-11-053-1/+3
| * | measure: introduce support for a .hwids sectionanonymix0072024-11-054-3/+9
| * | boot: Add .dtbauto section matching in PE section discovery against HWIDs and...anonymix0072024-11-051-1/+119
| * | boot: Add HWID calculation from SMBIOS strings and matching against a built-i...anonymix0072024-11-054-0/+156
| * | boot: Add firmware_devicetree_exists()anonymix0072024-11-052-0/+5
| * | boot: add matching against FW-provided Devicetree blobDiogo Ivo2024-11-052-0/+142
| * | fundamental: Add HWID calculationanonymix0072024-11-053-0/+142
| * | boot: Add xnew0anonymix0072024-11-051-0/+1
* | | namespace-util: make idmapping not supported if syscalls return EPERMAndres Beltran2024-11-061-4/+4
* | | Various man page updates (#35032)Lennart Poettering2024-11-0654-112/+342
|\ \ \
| * | | man: convert multiple left-over "See Also" sections to <simplelist>Lennart Poettering2024-11-0519-75/+79
| * | | man: link up D-Bus API docs from daemon man pagesLennart Poettering2024-11-0525-15/+153
| * | | man: point people from sd-bus man page to busctlLennart Poettering2024-11-051-1/+4
| * | | man: add brief entrypoint man page for sd-varlinkLennart Poettering2024-11-055-2/+71
| * | | man: tone down claims on processes having exited already in ExecStop=Lennart Poettering2024-11-051-5/+5
| * | | man: document that .path units don't care for hidden filesLennart Poettering2024-11-051-4/+7
| * | | man: document that PrivateTmp= is unaffected by ProtectSystem=strictLennart Poettering2024-11-051-0/+4
| * | | man: highlight the privilege issues around the LogControl1 moreLennart Poettering2024-11-051-1/+8
| * | | man: don't claim SELinuxContext= only worked in the system service managerLennart Poettering2024-11-051-2/+4
| * | | man: document the timeout applied to /usr/lib/systemd/system-shutdown/ drop-i...Lennart Poettering2024-11-051-7/+7
* | | | mount-util: introduce path_is_network_fs_harder() and use it in networkd (#35...Zbigniew Jędrzejewski-Szmek2024-11-064-4/+83
|\ \ \ \ | |/ / / |/| | |