summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: add helper to translate kernel error codes from libbpfLuca Boccassi2024-05-297-11/+32
* Merge pull request #33066 from YHNdnzj/logind-lingerLuca Boccassi2024-05-282-4/+10
|\
| * logind-user: check linger file in user_wants_service_manager tooMike Yuan2024-05-281-1/+4
| * logind-user: add missing assertion for user_check_linger_fileMike Yuan2024-05-282-3/+6
* | tmpfiles: improve warning message and use O_NOCTTYChristian Göttsche2024-05-281-2/+2
|/
* Merge pull request #33057 from poettering/partscan-no-partLuca Boccassi2024-05-282-0/+42
|\
| * test: add superficial test for partscan testLennart Poettering2024-05-281-0/+37
| * blockdev-util: partition block devices never have partition scanning enabledLennart Poettering2024-05-281-0/+5
* | Merge pull request #33063 from keszybz/wiki-linksLuca Boccassi2024-05-281-1/+1
|\ \
| * | various: update links to usr-mergeZbigniew Jędrzejewski-Szmek2024-05-281-1/+1
| |/
* | Merge pull request #33008 from fbuihuu/optionally-link-ssh-dropinsZbigniew Jędrzejewski-Szmek2024-05-282-8/+12
|\ \
| * | meson: don't put a symlink pointing to '20-systemd-userdb.conf' in /etc in al...Franck Bui2024-05-271-4/+6
| * | meson: don't put a symlink pointing to '20-systemd-ssh-proxy.conf' in /etc in...Franck Bui2024-05-271-4/+6
* | | socket-util: use GREEDY_REALLOC_APPEND where appropriateMike Yuan2024-05-281-5/+1
* | | machined: downgrade warning if we cannot drop ref to systemd unit if disconne...Lennart Poettering2024-05-281-2/+3
* | | Merge pull request #33052 from yuwata/missing-loopLuca Boccassi2024-05-281-2/+2
|\ \ \ | |_|/ |/| |
| * | missing_loop.h: fix LOOP_SET_STATUS_SETTABLE_FLAGSYu Watanabe2024-05-281-1/+1
| * | missing_loop: fix potential compile-time assertionYu Watanabe2024-05-281-1/+1
* | | test: suppress logs generated by journal testsYu Watanabe2024-05-281-13/+13
|/ /
* | cryptsetup: mention correct action in log messageDaniel Winzen2024-05-271-1/+1
* | Merge pull request #33028 from yuwata/blockdev-utilLuca Boccassi2024-05-271-15/+43
|\ \
| * | blockdev-util: also check loop/partscan sysattrYu Watanabe2024-05-271-7/+26
| * | blockdev-util: also check newer value of GENHD_FL_NO_PART flagYu Watanabe2024-05-271-8/+17
* | | executor: check for all permission related errnos when setting up IPC namespaceLuca Boccassi2024-05-271-1/+1
* | | Merge pull request #33013 from yuwata/journal-flushDaan De Meyer2024-05-271-13/+32
|\ \ \
| * | | journald: always unset flushed flag when the runtime journal is openedYu Watanabe2024-05-251-6/+15
| * | | journald: log removal of runtime journal directoriesYu Watanabe2024-05-251-3/+12
| * | | journald: close runtime journal earlierYu Watanabe2024-05-251-4/+5
* | | | Merge pull request #33016 from YHNdnzj/transient-working-dirYu Watanabe2024-05-275-37/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | core: introduce unit_verify_contextsMike Yuan2024-05-263-2/+25
| * | | core/unit: don't set missing_ok if WorkingDirectory=~ is explicitly requestedMike Yuan2024-05-261-6/+4
| * | | core/exec-invoke: add a comment that acquire_home uses result from get_fixed_...Mike Yuan2024-05-261-1/+1
| * | | core/exec-invoke: drop unused param for acquire_home, prefix out param with ret_Mike Yuan2024-05-261-5/+5
| * | | core/dbus-execute: don't trigger assertion if WorkingDirectory="" or "-"Mike Yuan2024-05-261-23/+26
| * | | core/dbus-execute: use correct char for representing WorkingDirectory=homeMike Yuan2024-05-261-1/+1
| * | | core/load-fragment: also clear missing_ok when WorkingDirectory=""Mike Yuan2024-05-261-0/+1
* | | | run: also show a pretty string for main exit status, if anyMike Yuan2024-05-261-6/+7
* | | | blockdev-util: "partscan" sysattr now directly shows the enabled stateMike Yuan2024-05-261-3/+11
|/ / /
* | | cryptenroll: upgrade log level of critical failureYu Watanabe2024-05-251-1/+1
* | | cryptenroll: do not pass an empty pcrlock policyYu Watanabe2024-05-251-0/+2
* | | cryptsetup: use TPM2_FLAGS_USE_PCRLOCK at one more placeYu Watanabe2024-05-251-1/+1
|/ /
* | machine-id-setup: update commentYu Watanabe2024-05-241-2/+2
* | machine-id-setup: use isempty() instead of empty_or_root()Yu Watanabe2024-05-241-2/+2
|/
* Merge pull request #32994 from keszybz/kernel-install-parsingLuca Boccassi2024-05-246-77/+110
|\
| * shared/conf-parser: do not print "(null)" as section nameZbigniew Jędrzejewski-Szmek2024-05-231-1/+5
| * kernel-install,bootctl: unify the config parsing procedureZbigniew Jędrzejewski-Szmek2024-05-235-76/+105
* | tpm2-util: improve compat with older unlocking toolsLennart Poettering2024-05-231-2/+2
* | tpm2-util: do not serialize tpm2 bank if none is specifiedLennart Poettering2024-05-231-2/+2
* | cryptenroll: explicitly pick PCR bank if literal PCR binding is off, but sign...Lennart Poettering2024-05-231-0/+13
|/
* sd-bus: close peer pidfdChristian Göttsche2024-05-221-6/+11