summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-243-18/+18
* bootctl: 'graceful' should ignore EFI variable failuresKevin P. Fleming2023-03-221-9/+22
* util: rename uki-util.[ch] -> kernel-image.[ch]Yu Watanabe2023-03-211-1/+1
* uki-util: rename KernelType -> KernelImageTypeYu Watanabe2023-03-211-4/+4
* bootctl: fix wrong type comparisonYu Watanabe2023-03-201-1/+1
* Merge pull request #26759 from medhefgo/boot-stack-protectorYu Watanabe2023-03-187-19/+140
|\
| * boot: Add undefined sanitizer supportJan Janssen2023-03-174-5/+62
| * meson: Share more C flagsJan Janssen2023-03-174-6/+14
| * boot: Add support for -ftrapvJan Janssen2023-03-172-1/+6
| * boot: Add support for -fstack-protectorJan Janssen2023-03-174-2/+40
| * boot: Detect nested assertionsJan Janssen2023-03-171-5/+18
* | uki-util: move functions for inspecting kernel to uki-util.[ch]Yu Watanabe2023-03-171-300/+2
* | bootctl: introduce inspect_kernel()Yu Watanabe2023-03-171-39/+87
* | bootctl: introduce uki_read_pretty_name()Yu Watanabe2023-03-171-11/+36
* | bootctl: find matching section in read_pe_section()Yu Watanabe2023-03-171-11/+33
* | bootctl: return 0 instead of EXIT_SUCCESSYu Watanabe2023-03-173-4/+4
* | bootctl: move verb_kernel_identity()Yu Watanabe2023-03-171-24/+24
|/
* Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-152-2/+2
|\
| * chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-142-2/+2
* | fs-util: Drop unlink_noerrno()Daan De Meyer2023-03-151-4/+5
* | stub: Remove overlapping PE section warningJan Janssen2023-03-151-8/+0
|/
* sd-boot: fix incompatible typeYu Watanabe2023-03-121-1/+1
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-117-414/+244
|\
| * meson: Use static library for EFI testsJan Janssen2023-03-101-40/+49
| * boot: Fix unused function warningJan Janssen2023-03-101-0/+2
| * boot: Add RISCV32 and LoongArch supportJan Janssen2023-03-101-0/+6
| * boot: Fix debug experienceJan Janssen2023-03-102-2/+9
| * boot: Bring back bootloader buildsJan Janssen2023-03-105-14/+190
| * tree-wide: Drop gnu-efiJan Janssen2023-03-103-381/+11
* | src: Fixup copy-paste error for terminal_urlify_manMorten Linderud2023-03-101-1/+1
|/
* tpm2: add/rename functions to manage pcr selectionsDan Streetman2023-03-091-1/+3
* bootctl: tweak DOS header magic checkGerd Hoffmann2023-03-071-2/+7
* meson: adjust for removal of gnu-efi compatZbigniew Jędrzejewski-Szmek2023-03-051-10/+14
* tmpfile-util: teach link_tmpfile() to optionally replace filesLennart Poettering2023-03-031-4/+6
* boot: Provide div0 handlers for ARMJan Janssen2023-02-282-8/+20
* boot: Fix data model detection for ARMJan Janssen2023-02-281-1/+1
* Merge pull request #26258 from DaanDeMeyer/boot-smbiosDaan De Meyer2023-02-236-20/+125
|\
| * vmm: Modernize get_smbios_table()Daan De Meyer2023-02-231-11/+7
| * stub: Read extra kernel command line items from SMBIOSDaan De Meyer2023-02-231-0/+7
| * vmm: Add smbios_find_oem_string()Daan De Meyer2023-02-232-3/+43
| * vmm: Add more constDaan De Meyer2023-02-231-7/+7
| * efi-string: Add efi_memchr()Daan De Meyer2023-02-233-0/+29
| * efi-string: Add startswith8()Daan De Meyer2023-02-223-0/+29
| * efi-string: Fix strchr() null byte handlingDaan De Meyer2023-02-222-1/+5
* | bootctl: drop unneeded initializationDavid Tardon2023-02-231-1/+1
* | tree-wide: initialize fds with -EBADFDavid Tardon2023-02-231-1/+1
* | boot: Take advantage of packed device pathsJan Janssen2023-02-223-14/+12
* | boot: Add GUID format helper macroJan Janssen2023-02-223-21/+10
* | boot: Move more device path helpers to device-path-util.cJan Janssen2023-02-225-33/+34
* | boot: Remove some device path helper macrosJan Janssen2023-02-224-26/+11