summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* battery-util: be more careful when determining whether we are in a low batter...Lennart Poettering2023-06-051-3/+24
* battery-util: move battery_is_discharging_and_low() to battery-util.[ch]Lennart Poettering2023-06-055-81/+89
* battery-util: split out code that checks AC power state into its own .c/.h pairLennart Poettering2023-06-0510-177/+189
* add support for KSMStefan Roesch2023-06-0511-0/+65
* chase: fix triggering assertionYu Watanabe2023-06-051-1/+1
* ci: Report results from CIFuzz using SARIFjonathanmetzman2023-06-051-0/+12
* path-util: fix typo in commentGaël PORTAY2023-06-051-1/+1
* Merge pull request #27907 from mrc0mmand/quick-test-tweaksYu Watanabe2023-06-032-1/+2
|\
| * test: drop the --recursive=no testFrantisek Sumsal2023-06-031-1/+0
| * test: ignore missing coverage in TEST-82-SOFTREBOOTFrantisek Sumsal2023-06-031-0/+2
* | Merge pull request #27908 from weblate/weblate-systemd-masterFrantisek Sumsal2023-06-033-5/+887
|\ \
| * | po: Translated using Weblate (Korean)김인수2023-06-031-5/+5
| * | po: Translated using Weblate (Basque)Asier Sarasua Garmendia2023-06-032-0/+882
|/ /
* / umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or notLennart Poettering2023-06-031-5/+4
|/
* sysupdate.d: Add way to drop binaries into $BOOTAdrian Vovk2023-06-035-39/+148
* Merge pull request #27904 from DaanDeMeyer/lsmLuca Boccassi2023-06-033-0/+14
|\
| * mkosi: Enable more optionsDaan De Meyer2023-06-023-0/+14
* | Merge pull request #27903 from mrc0mmand/test-followupsLuca Boccassi2023-06-034-16/+61
|\ \
| * | test: probe a couple more paths in systemd-runFrantisek Sumsal2023-06-021-9/+22
| * | coverage: add a wrapper for execvpe()Frantisek Sumsal2023-06-021-6/+17
| * | test: sync with the fake binary before killing itFrantisek Sumsal2023-06-021-1/+11
| * | test: clean up our mess after the pstore testFrantisek Sumsal2023-06-021-0/+11
* | | Merge pull request #27435 from poettering/renew-rebootLennart Poettering2023-06-0244-134/+828
|\ \ \
| * | | update TODOLennart Poettering2023-06-021-0/+9
| * | | test: add integration test for soft reboots incl. fdstore passingLennart Poettering2023-06-024-0/+180
| * | | test: disable SoftReboot() in dfuzzer test for nowLennart Poettering2023-06-021-0/+1
| * | | man: document the soft reboot operationLennart Poettering2023-06-0210-61/+301
| * | | fstab-util: consider /run/nextroot/ among extrinsic mountsLennart Poettering2023-06-021-0/+1
| * | | mount-setup: exclude /run/nextroot/ from relabellingLennart Poettering2023-06-021-2/+3
| * | | switch-root: automatically make target switch root dir a mount pointLennart Poettering2023-06-022-6/+5
| * | | mount-util: add fd_make_mount_point() helperLennart Poettering2023-06-023-0/+68
| * | | switch-root: disable sync() again when we switch root during shutdownLennart Poettering2023-06-023-3/+9
| * | | switch-root: introduce SwitchRootFlags flags parameter to switch_root()Lennart Poettering2023-06-024-10/+17
| * | | switch-root: always use MS_BIND to move api vfs overLennart Poettering2023-06-024-31/+40
| * | | systemctl: add "systemctl soft-reboot" commandLennart Poettering2023-06-026-2/+11
| * | | logind: add support for 'soft-reboot' rebootsLennart Poettering2023-06-024-4/+33
| * | | pid1: add "soft-reboot" reboot methodLennart Poettering2023-06-0213-26/+161
| | |/ | |/|
* | | Merge pull request #27896 from poettering/umount-detach-reworkLennart Poettering2023-06-0213-561/+757
|\ \ \
| * | | shutdown: tone down failure messages a bitLennart Poettering2023-06-021-6/+6
| * | | detach-loopback: also don't bother detaching loopback block device /usr/ is r...Lennart Poettering2023-06-021-3/+9
| * | | detach-md: similar to the DM case, also don't try to detach MD device backing...Lennart Poettering2023-06-021-2/+5
| * | | shutdown: don't attempt to detach DM volume backing /usr/Lennart Poettering2023-06-021-2/+5
| * | | detach-loopback: also decouple from umount.hLennart Poettering2023-06-024-16/+37
| * | | detach-md: also decouple structures from umount.hLennart Poettering2023-06-021-11/+33
| * | | detach-dm: decouple from umount.[ch]Lennart Poettering2023-06-021-11/+33
| * | | detach-swap: decouple from umount.hLennart Poettering2023-06-023-20/+39
| * | | umount: split out swap detachment code tooLennart Poettering2023-06-027-86/+111
| * | | umount: split out loopback detach codeLennart Poettering2023-06-026-197/+211
| * | | umount: similar as previous commit, split out DM detachingLennart Poettering2023-06-026-125/+155
| * | | umount: split out MD detaching code from umount.cLennart Poettering2023-06-026-135/+166