summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-2318-69/+57
* Merge pull request #24686 from d4nuu8/delta_outputLennart Poettering2022-09-2312-105/+225
|\
| * shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-2312-24/+109
| * logs-show: move timestamp reading into show_journal_entry()Daniel Braunwarth2022-09-231-92/+127
* | update TODOLennart Poettering2022-09-231-0/+9
* | Updated Lenovo ThinkPad T440p/T440 touchpad fuzz (#24779)Avamander2022-09-231-0/+8
* | 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
| * | | | | docs/DPS: use the SD_GPT_* constants here tooZbigniew Jędrzejewski-Szmek2022-09-213-151/+151
| * | | | | man/systemd-gpt-auto-generator: reword phrasing about partition locationZbigniew Jędrzejewski-Szmek2022-09-201-12/+12
| * | | | | man/systemd-gpt-auto-generator: export type flags by name, trim tableZbigniew Jędrzejewski-Szmek2022-09-201-54/+21