summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2019-10-30sd-boot: Silence compiler warning when building with -O2Jan Janssen1-9/+5
2019-10-30sd-boot: Don't loudly complain if RNG protocol isn't availableJan Janssen1-21/+6
2019-10-30sd-boot: Only disable optimization on debug buildsJan Janssen1-1/+7
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-9/+9
2019-09-16bootctl: add "system-options" verbZbigniew Jędrzejewski-Szmek1-11/+34
2019-09-16util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek3-1/+3
2019-08-15src/boot/efi/meson.build: if meson --werror is true, set gcc -WerrorDan Streetman1-0/+3
2019-08-15src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386Dan Streetman1-12/+12
2019-08-15src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archsDan Streetman1-3/+9
2019-08-12bootctl: arg_dolloar_boot_path() may return NULLYu Watanabe1-1/+5
2019-08-12bootctl: clear arg_xbootldr_path when acquire_xbootldr() succeedsYu Watanabe1-0/+1
2019-07-30boot: fix build with gnu-efi older than 3.0.5Yu Watanabe3-0/+57
2019-07-26bootctl: log message tweaksZbigniew Jędrzejewski-Szmek1-2/+2
2019-07-26Merge pull request #13137 from poettering/efi-randomZbigniew Jędrzejewski-Szmek10-81/+1063
2019-07-26sd-boot: silence one warning about pointer castZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-25bootctl: add is-installed verbLennart Poettering1-9/+49
2019-07-25bootctl: show random seed stateLennart Poettering1-0/+16
2019-07-25bootctl: add new verb for initializing a random seed in the ESPLennart Poettering1-50/+253
2019-07-25sd-boot: read random seed from ESP and pass it to OSLennart Poettering4-2/+397
2019-07-25efi: steal glibc sha256 implementationLennart Poettering3-1/+306
2019-07-25bootctl: add new feature flag for indicating random seed management supportLennart Poettering2-6/+8
2019-07-25bootctl: shortcut configuration file parsingLennart Poettering1-0/+6
2019-07-25bootctl: drop const from non-pointer function argumentLennart Poettering1-1/+1
2019-07-25bootctl: use the fact that startswith() returns the suffixLennart Poettering1-3/+4
2019-07-25efi: add log_oom() helperLennart Poettering2-0/+8
2019-07-25efi: modernize file_read() a bitLennart Poettering1-10/+16
2019-07-24bootctl: show correct error codeLennart Poettering1-1/+1
2019-07-24efi: drop unused defineLennart Poettering1-3/+0
2019-07-24efi: remove trailing whitespace in stringLennart Poettering1-1/+1
2019-07-15tree-wide: drop duplicated blank linesYu Watanabe1-2/+0
2019-07-10bootctl,sd-boot: define EFI_LOADER_FEATURE_XBOOTLDRZbigniew Jędrzejewski-Szmek2-5/+7
2019-07-10boot,shared: share the definitions of EFI_LOADER_FEATURE macrosZbigniew Jędrzejewski-Szmek2-5/+19
2019-06-25Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering1-12/+12
2019-06-25bootctl: fix display of options with embedeed newlinesZbigniew Jędrzejewski-Szmek1-2/+14
2019-06-25tree-wide: replace strjoina() with prefix_roota()Yu Watanabe1-12/+12
2019-06-06Merge pull request #12508 from keszybz/no-root-checksYu Watanabe2-15/+13
2019-06-03sd-boot: Remove unnecessary call to GetEventLogJoe Richey1-54/+11
2019-05-19bootctl: do not allow -x and -p to be used togetherZbigniew Jędrzejewski-Szmek1-0/+6
2019-05-19bootctl: add -x shortcut for --print-boot-pathZbigniew Jędrzejewski-Szmek1-5/+4
2019-05-19bootclt: add missing columnZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-08bootctl: drop must_be_root() checksZbigniew Jędrzejewski-Szmek1-9/+8
2019-05-08bless-boot: drop must_be_root() checksZbigniew Jędrzejewski-Szmek1-6/+5
2019-04-29codespell: fix spelling errorsBen Boeckel2-2/+2
2019-04-12scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek1-2/+2
2019-04-05bootctl: urlify .conf filesZbigniew Jędrzejewski-Szmek1-2/+10
2019-04-05bootctl: emit extra warning if the default boot entry is brokenZbigniew Jędrzejewski-Szmek1-6/+19
2019-04-05bootctl: check if files specified by boot entry exist, and warn if notZbigniew Jędrzejewski-Szmek1-10/+31
2019-04-05bootctl: replace "type" with "source" in outputZbigniew Jędrzejewski-Szmek1-9/+5
2019-04-05tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriateZbigniew Jędrzejewski-Szmek1-4/+6
2019-04-02boot: use TAKE_PTR() where appropriateLennart Poettering2-16/+8