summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: rework empty_directory() to also use chase_symlinks()Lennart Poettering2022-09-231-8/+15
* tmpfiles: move symlink creation into its own function, and modernizeLennart Poettering2022-09-231-45/+94
* tmpfiles: whenever creating an inode, immediately O_PATH open it to pin itLennart Poettering2022-09-231-118/+165
* fs-util: add mknodat_atomic()Lennart Poettering2022-09-232-6/+12
* fs-util: make mkfifo_atomic() just a shortcut for mkfifoat_atomic()Lennart Poettering2022-09-232-30/+9
* fs-util: replace symlink_atomic() by symlinkat_atomic()Lennart Poettering2022-09-233-8/+9
* tmpfiles: allow prefixing uid/gid/mode with ":" to only apply on creationLennart Poettering2022-09-231-37/+56
* tmpfiles: generalize CreationMode and pass it everywhereLennart Poettering2022-09-231-72/+140
* tmpfiles: rebreak some commentsLennart Poettering2022-09-231-16/+10
* Merge pull request #24797 from yuwata/networkctlDaan De Meyer2022-09-232-76/+79
|\
| * networkctl: re-order entries in status commandYu Watanabe2022-09-231-69/+71
| * test-network: fix matching stringYu Watanabe2022-09-231-2/+2
| * networkctl: use "-" for empty LLDP entriesYu Watanabe2022-09-231-5/+6
|/
* udev: support by-path devlink for multipath nvme block devicesYu Watanabe2022-09-232-8/+54
* Merge pull request #24790 from poettering/run-chdirYu Watanabe2022-09-231-4/+3
|\
| * run: make --working-directory= work for --scope tooLennart Poettering2022-09-221-0/+3
| * Revert "systemd-run: refuse --working-directory option with --scope"Lennart Poettering2022-09-221-4/+0
* | kbd-model-map: add a mapping for switched czech qwerty/usAdam Williamson2022-09-231-0/+1
* | Merge pull request #24771 from poettering/destroy-pcr11Luca Boccassi2022-09-2215-87/+882
|\ \
| * | update TODOLennart Poettering2022-09-221-20/+16
| * | measure: clarify we actually try to calculate for all four banks by defaultLennart Poettering2022-09-221-1/+1
| * | measure: make --public-key= optional if "sign" is calledLennart Poettering2022-09-222-11/+35
| * | measure: allow pre-calculating PCR values for multiple boot phasesLennart Poettering2022-09-223-29/+234
| * | units: add pcrphase unitsLennart Poettering2022-09-223-0/+51
| * | boot: add new pcrphase tool to measure barrier strings into PCR 11Lennart Poettering2022-09-227-1/+426
| * | tpm2-util: add helper for determining enabled/used PCR banksLennart Poettering2022-09-222-0/+81
| * | tpm2-util: split out code that checks if bank has 24 pcrs into helper functio...Lennart Poettering2022-09-221-25/+35
| * | tpm2-util: pick up Esys_PCR_Extend() symbol tooLennart Poettering2022-09-222-0/+3
* | | man/portablectl: fix references to optionsAntonio Alvarez Feijoo2022-09-221-2/+2
* | | Merge pull request #24746 from DaanDeMeyer/repart-splitDaan De Meyer2022-09-226-38/+306
|\ \ \ | |/ / |/| |
| * | repart: Add --split option to generate split artifactsDaan De Meyer2022-09-223-24/+268
| * | shared: Add GPT_PARTITION_TYPE_UUID_TO_STRING_HARDER()Daan De Meyer2022-09-221-0/+3
| * | shared: Add specifier_uint64()Daan De Meyer2022-09-222-0/+7
| * | shared: Add specifier_id128() and specifier_uuid()Daan De Meyer2022-09-222-14/+28
* | | Merge pull request #24781 from DaanDeMeyer/link-remove-checkZbigniew Jędrzejewski-Szmek2022-09-221-2/+3
|\ \ \ | |_|/ |/| |
| * | systemctl: Fix style nitDaan De Meyer2022-09-221-1/+1
| * | systemctl: Improve link directory separator error messageDaan De Meyer2022-09-221-1/+2
* | | Merge pull request #24768 from keszybz/table-not-available-2Lennart Poettering2022-09-2218-46/+63
|\ \ \
| * | | shared/format-table: use empty_string instead of hardcoding "-" for invalid v...Zbigniew Jędrzejewski-Szmek2022-09-221-7/+7
| * | | shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-2216-34/+51
| * | | networkctl: use "-" for empty fieldsZbigniew Jędrzejewski-Szmek2022-09-212-3/+3
| * | | hostnamectl,localectl: use "(unset)" in empty fieldsZbigniew Jędrzejewski-Szmek2022-09-213-5/+5
* | | | Merge pull request #24620 from poettering/measure-tweaksLuca Boccassi2022-09-222-10/+12
|\ \ \ \
| * | | | measure: separate out PE section options in --help textLennart Poettering2022-09-201-9/+11
| * | | | stub: typo fix in commentLennart Poettering2022-09-201-1/+1
* | | | | README: drop the LGTM badgeFrantisek Sumsal2022-09-221-1/+0
| |_|_|/ |/| | |
* | | | systemd-run: refuse --working-directory option with --scopeJoost Heitbrink2022-09-221-0/+4
* | | | man: don't mention Socket files in Scope man pageJoost Heitbrink2022-09-221-1/+1
* | | | Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-2134-806/+805
|\ \ \ \
| * | | | sd-gpt: adjust comments and use UINT64_C()Zbigniew Jędrzejewski-Szmek2022-09-211-8/+12