summaryrefslogtreecommitdiff
path: root/src/boot/efi/util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix typoYu Watanabe2022-01-281-1/+1
* boot: Also NUL-terminate for CHAR16 in file_reaadJan Janssen2022-01-261-3/+7
* boot: Beep n times for n-th entryJan Janssen2022-01-171-9/+17
* boot: Add PC speaker supportJan Janssen2022-01-161-0/+43
* boot: Add missing assert to file_read()Jan Janssen2022-01-131-0/+1
* boot: Use EFI_FILE* instead of EFI_FILE_HANDLEJan Janssen2022-01-131-7/+7
* boot: Fix readdir_harder() on VirtualBoxJan Janssen2022-01-101-1/+6
* boot: Switch to insertion sortJan Janssen2022-01-061-12/+8
* Merge pull request #21981 from medhefgo/boot-cleanupZbigniew Jędrzejewski-Szmek2022-01-051-2/+2
|\
| * boot: Rename cleanup functionsJan Janssen2022-01-031-2/+2
* | boot: Add gdb support and documentationJan Janssen2022-01-041-0/+17
|/
* boot: Fix off-by-one NUL-terminationJan Janssen2021-12-271-2/+2
* boot: Remove unused memmem_safeJan Janssen2021-12-111-14/+0
* boot: Make OFFSETOF lowercaseJan Janssen2021-12-111-2/+2
* boot: Add strncasecmpa helper functionJan Janssen2021-12-111-0/+21
* sd-boot: Use non-failing allocators everywhere elseJan Janssen2021-11-291-35/+9
* sd-boot: Make stra_to_path/stra_to_str non-failingJan Janssen2021-11-291-8/+4
* sd-boot: Use FLAGS_SETJan Janssen2021-11-041-1/+1
* sd-boot: Save and restore console attributesJan Janssen2021-11-041-1/+8
* sd-boot: Require gnu-efi 3.0.5Jan Janssen2021-10-171-3/+2
* sd-boot: Get rid of uefi_call_wrapperJan Janssen2021-10-171-24/+18
* sd-boot: Convert VOID -> voidJan Janssen2021-10-171-18/+18
* sd-boot: Check for OOM in some placesJan Janssen2021-10-171-0/+4
* boot: add get_os_indications_supported() helperLennart Poettering2021-09-231-0/+14
* boot: generalize sorting codeLennart Poettering2021-09-231-0/+30
* boot: add a bunch of new helper callsLennart Poettering2021-09-231-4/+190
* sd-boot: Add support for changing console mode at runtimeJan Janssen2021-09-151-0/+5
* efi: make EFI_GUID generally constantLennart Poettering2021-09-011-1/+1
* sd-boot: Introduce print_at helper functionJan Janssen2021-08-171-0/+7
* sd-boot: Add memmem_safe and memory_startswithJan Janssen2021-08-161-0/+14
* sd-boot: Allow on/off and t/f for booleans tooJan Janssen2021-08-121-2/+6
* sd-boot: Use StrSize where it makes senseJan Janssen2021-08-121-1/+1
* sd-boot: Assert all the things!Jan Janssen2021-08-121-1/+55
* sd-boot: Don't use magic integer constantsJan Janssen2021-08-121-9/+9
* sd-boot: Unify error handlingJan Janssen2021-08-121-2/+15
* sd-boot: time measurements for the ARM64Max Resch2021-08-061-0/+14
* efi: add const qualifier to EFI variable handling functionsYu Watanabe2021-06-021-4/+4
* efi: add const qualifier to string utilsYu Watanabe2021-06-021-5/+5
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* fundamental: move several macros and functions into src/fundamental/Yu Watanabe2021-02-091-56/+0
* boot: Replace efivar_set() persistent argument with flags argumentDaan De Meyer2021-02-041-17/+11
* boot: Add startswith() and endswith() functions with no_case variantsDaan De Meyer2021-02-021-0/+56
* boot: Add efivar_get/set_uint64_le() functionsDaan De Meyer2021-02-021-0/+61
* boot: Rename efivar_get/set_int() to efivar_get/set_uint_string()Daan De Meyer2021-02-021-2/+2
* boot: Tighten scope of variables used in loopsDaan De Meyer2021-02-021-2/+1
* boot: Add efivar_get_boolean_u8()Daan De Meyer2021-02-021-0/+12
* boot: Make all efivar util functions take the guid as an argumentDaan De Meyer2021-01-311-10/+11
* boot: Turn all guid constants into C99 compound initializersDaan De Meyer2021-01-311-9/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-boot: fix warning about comparison is always trueYu Watanabe2020-01-311-1/+1