summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* boot: skip loading DTBs in type 1 when secure boot is enabledLuca Boccassi2023-09-201-1/+3
* boot: use separate SBAT project names for stub and bootLuca Boccassi2023-09-193-5/+6
* treewide: fix typosJoerg Behrmann2023-09-191-1/+1
* bootctl: use pager in helpZbigniew Jędrzejewski-Szmek2023-09-141-0/+2
* Merge pull request #29071 from YHNdnzj/loop-write-fullLennart Poettering2023-09-081-1/+1
|\
| * io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* | efi: Add some more paranoia assertsJan Janssen2023-09-071-0/+9
|/
* openssl-util: add common implementation of digest+signLennart Poettering2023-09-061-23/+4
* tpm2: whenever we measure, also write a tpm log recordLennart Poettering2023-08-301-1/+5
* Merge pull request #28948 from poettering/tpm2-duplicate-pcr-namesLuca Boccassi2023-08-284-43/+41
|\
| * fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering2023-08-244-4/+4
| * fundemental: split out UKI defines into its own headerLennart Poettering2023-08-242-0/+2
| * tpm2: unify symbolic name infra for PCRsLennart Poettering2023-08-244-39/+35
* | meson: restore specifications of dependency on version_hZbigniew Jędrzejewski-Szmek2023-08-281-3/+4
* | boot: don't pass kernel cmdline option to UKIs which have the very same line ...Lennart Poettering2023-08-281-1/+10
* | meson: drop "versiondep" objectZbigniew Jędrzejewski-Szmek2023-08-261-3/+5
* | meson: Bring back use of vcs_tagJan Janssen2023-08-261-2/+4
|/
* tree-wide: use json_variant_append_arrayb() at many placesLennart Poettering2023-08-241-12/+7
* utf8: automatically determine length of string if SIZE_MAX is specifiedLennart Poettering2023-08-242-3/+3
* meson: Simplify efi test/fuzz definitionsJan Janssen2023-08-231-43/+42
* meson: Convert options to meson features (require)Jan Janssen2023-08-231-1/+1
* boot: add control-less alias for Ctrl-l hotkeyLennart Poettering2023-08-221-0/+1
* boot: add hotkeys for rebooting/powering off the system from the boot menuLennart Poettering2023-08-221-1/+9
* boot: modernize mangle_stub_cmdline() a bit + drop leading whitespaceLennart Poettering2023-08-222-14/+24
* boot: explain why we refuse to edit kernel cmdline when we do soLennart Poettering2023-08-221-3/+7
* efi: add comment clarifying we should not use EV_IPL anymoreLennart Poettering2023-08-211-0/+6
* tree-wide: drop "static inline" use in .c filesLennart Poettering2023-08-215-8/+8
* systemd-stub: ignore EFI shell unauthenticated kernel command line if we are ...Emanuele Giuseppe Esposito2023-08-171-2/+3
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-6/+5
* sd-id128: introduce ERRNO_IS_NEG_MACHINE_ID_UNSETZbigniew Jędrzejewski-Szmek2023-08-161-5/+3
* file-io: let's use offsetof() rather than sizeof() for determining EFI_FILE_I...Lennart Poettering2023-08-101-1/+1
* bootctl: don't advertise systemd-efi-options in --help/man anymoreLennart Poettering2023-08-092-2/+2
* tpm2: add TPM2B_*_MAKE(), TPM2B_*_CHECK_SIZE() macrosDan Streetman2023-08-041-11/+4
* tpm2: change tpm2_calculate_policy_pcr(), tpm2_calculate_sealing_policy() to ...Dan Streetman2023-08-041-9/+6
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-8/+4
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-6/+5
* boot: Make file info size a constantJan Janssen2023-08-022-7/+8
* boot: Fix boot counting for XBOOTLDR entriesJan Janssen2023-08-021-13/+20
* bless-boot: Actually return successfullyJan Janssen2023-08-021-0/+1
* meson: move declarations of bootctl and friendsYu Watanabe2023-07-311-0/+73
* Merge pull request #28595 from medhefgo/elf2efi-fixesLuca Boccassi2023-07-311-1/+1
|\
| * stub: Also reserve sections for EFI stubJan Janssen2023-07-301-1/+1
* | Merge pull request #28567 from yuwata/meson-versiondepLuca Boccassi2023-07-311-7/+3
|\ \ | |/ |/|
| * boot: always set SBAT_DISTRO_VERSIONYu Watanabe2023-07-291-7/+3
* | Merge pull request #28428 from ldv-alt/ERRNO_ISLuca Boccassi2023-07-301-5/+6
|\ \
| * | bootctl: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-5/+6
| |/
* / meson: use kwargs to declare efi binariesYu Watanabe2023-07-301-29/+18
|/
* Merge pull request #28359 from keszybz/ret-gatherDaan De Meyer2023-07-283-25/+17
|\
| * bootctl: use RET_GATHER, return first errorZbigniew Jędrzejewski-Szmek2023-07-132-23/+16
| * various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-2/+1