summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: also settle on "initrd" instead of "initial RAM disk"Lennart Poettering2022-09-231-2/+2
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-237-24/+20
* Merge pull request #24686 from d4nuu8/delta_outputLennart Poettering2022-09-239-104/+213
|\
| * shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-239-23/+97
| * logs-show: move timestamp reading into show_journal_entry()Daniel Braunwarth2022-09-231-92/+127
* | networkctl: re-order entries in status commandYu Watanabe2022-09-231-69/+71
* | networkctl: use "-" for empty LLDP entriesYu Watanabe2022-09-231-5/+6
* | udev: support by-path devlink for multipath nvme block devicesYu Watanabe2022-09-231-8/+53
* | 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-225-59/+609
|\ \ \
| * | | 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-221-10/+31
| * | | measure: allow pre-calculating PCR values for multiple boot phasesLennart Poettering2022-09-221-23/+193
| * | | boot: add new pcrphase tool to measure barrier strings into PCR 11Lennart Poettering2022-09-222-0/+265
| * | | 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
* | | | Merge pull request #24746 from DaanDeMeyer/repart-splitDaan De Meyer2022-09-224-36/+240
|\ \ \ \ | |/ / / |/| | |
| * | | repart: Add --split option to generate split artifactsDaan De Meyer2022-09-221-22/+202
| * | | 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-2216-41/+58
|\ \ \ \
| * | | | 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-211-1/+1
| * | | | hostnamectl,localectl: use "(unset)" in empty fieldsZbigniew Jędrzejewski-Szmek2022-09-212-2/+2
* | | | | 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
* | | | | systemd-run: refuse --working-directory option with --scopeJoost Heitbrink2022-09-221-0/+4
* | | | | Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-2112-421/+468
|\ \ \ \ \
| * | | | | sd-gpt: adjust comments and use UINT64_C()Zbigniew Jędrzejewski-Szmek2022-09-211-8/+12
| * | | | | sd-gpt, docs: define s390 before s390xZbigniew Jędrzejewski-Szmek2022-09-201-14/+14
| * | | | | headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-2012-421/+464
* | | | | | Merge pull request #24753 from DaanDeMeyer/repart-squashfsLennart Poettering2022-09-216-21/+113
|\ \ \ \ \ \
| * | | | | | repart: Add squashfs supportDaan De Meyer2022-09-211-4/+72
| * | | | | | shared: Add squashfs support to make_filesystem()Daan De Meyer2022-09-216-8/+32
| * | | | | | repart: Rename fs to root in do_copy_files() and do_make_directories()Daan De Meyer2022-09-201-10/+10
* | | | | | | stub: fix conditionalization of initrd assemblyLennart Poettering2022-09-211-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #24751 from medhefgo/stub-x86Daan De Meyer2022-09-219-140/+179
|\ \ \ \ \ \
| * | | | | | stub: Always use LINUX_INITRD_MEDIA_GUID if availableJan Janssen2022-09-207-22/+32
| * | | | | | stub: Be explicit about EFI handover calling conventionJan Janssen2022-09-201-1/+2
| * | | | | | stub: Remove unnecessary asm cli callJan Janssen2022-09-201-1/+0