summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* bootctl: deprecate --make-machine-id-directory=autoZbigniew Jędrzejewski-Szmek2021-12-171-3/+3
* bootctl: write KERNEL_INSTALL_LAYOUT=bls and KERNEL_INSTALL_MACHINE_ID=…Zbigniew Jędrzejewski-Szmek2021-12-171-29/+162
* boot: fix typoYu Watanabe2021-12-171-1/+1
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-3/+0
* test: Add BCD unit testJan Janssen2021-12-113-4/+193
* boot: Remove unused memmem_safeJan Janssen2021-12-112-21/+0
* boot: Add BCD store parserJan Janssen2021-12-114-29/+314
* boot: Make OFFSETOF lowercaseJan Janssen2021-12-114-7/+7
* boot: Add strncasecmpa helper functionJan Janssen2021-12-112-0/+25
* meson: Fix gnu-efi detection for clangJan Janssen2021-12-121-0/+1
* Merge pull request #21570 from AdrianVovk/stub-global-credsZbigniew Jędrzejewski-Szmek2021-12-113-21/+45
|\
| * stub: Load credentials from \loader\credentials\*.credAdrian Vovk2021-12-103-19/+43
| * stub: Properly null-terminate filenames in pack_cpio_oneAdrian Vovk2021-12-081-2/+2
* | meson: Auto detect efi-ldJan Janssen2021-12-111-2/+11
* | bootctl: optionally install .signed efi fileДамјан Георгиевски2021-12-081-4/+18
|/
* Merge pull request #21264 from medhefgo/boot-ltoZbigniew Jędrzejewski-Szmek2021-12-072-26/+51
|\
| * sd-boot: Always add TextInputEx to wait queue if availableJan Janssen2021-11-291-3/+3
| * sd-boot: Add LTO supportJan Janssen2021-11-291-3/+11
| * sd-boot: Let compiler figure out libgcc locationJan Janssen2021-11-291-2/+1
| * sd-boot: Let the compiler invoke the linker for usJan Janssen2021-11-291-21/+39
* | Merge pull request #21307 from medhefgo/boot-allocZbigniew Jędrzejewski-Szmek2021-12-0713-245/+143
|\ \
| * | sd-boot: Use non-failing allocators everywhere elseJan Janssen2021-11-2912-119/+35
| * | sd-boot: Simplify path creationJan Janssen2021-11-291-8/+4
| * | sd-boot: Make stra_to_path/stra_to_str non-failingJan Janssen2021-11-294-38/+28
| * | sd-boot: Use non-failing allocators in boot.cJan Janssen2021-11-291-82/+55
| * | sd-boot: Add non-failing allocatorsJan Janssen2021-11-291-0/+23
| |/
* | tree-wide: fix typoYu Watanabe2021-12-021-1/+1
* | tree-wide: fix typoYu Watanabe2021-11-301-1/+1
* | sd-boot: Fix assert failure in random-seed.cJan Janssen2021-11-301-6/+3
|/
* meson: Rename compile_args to efi_cfalgsJan Janssen2021-11-281-8/+8
* meson: Default to sbat-distro=autoJan Janssen2021-11-281-2/+4
* bootctl: use new red/green check/cross mark helpers at two placesLennart Poettering2021-11-231-4/+2
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+1
* meson: Use fs moduleJan Janssen2021-11-141-2/+2
* boot: line-break magic[] array to match osrel[] line breaksLennart Poettering2021-11-111-2/+3
* boot: when we can't boot use the right boot loader entry display title in log...Lennart Poettering2021-11-111-1/+1
* boot: clean up unified boot loader entry name/version extractionLennart Poettering2021-11-111-45/+67
* boot: const arguments should be constLennart Poettering2021-11-111-2/+2
* boot: ternary op is your friendLennart Poettering2021-11-111-6/+2
* boot: add comments what closely related ConfigEntry fields are aboutLennart Poettering2021-11-111-4/+4
* meson: Rework gnu-efi detectionJan Janssen2021-11-101-283/+274
* sd-boot: Add .osrel sectionJan Janssen2021-11-052-4/+11
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-2/+2
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-2/+2
* | sd-boot: Fix efi_arch checksJan Janssen2021-11-041-2/+2
* | sd-boot: Detect supported compile argsJan Janssen2021-11-041-19/+28
* | sd-boot: Add some link flagsJan Janssen2021-11-042-16/+3
* | sd-stub: Fix possible memory leakJan Janssen2021-11-041-8/+4
* | sd-boot: Check for existence of required pe sectionsJan Janssen2021-11-042-17/+30
* | sd-boot: Move optional header verification into verify_peJan Janssen2021-11-041-10/+4