index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
simple_file.c
Age
Commit message (
Expand
)
Author
2025-03-14
simple_dir_filter(): test our 'next' pointer
Peter Jones
2025-01-21
simple_file: Use second variable to create filesystem entries
Michał Żygowski
2025-01-21
simple_file: Allow to form a volume name from DevicePath
Michał Żygowski
2025-01-21
lib/simple_file.c: Allocate zeroed pool for SimpleFS entries
Michał Żygowski
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
SPDX: Clarify the attribution for James's lib/ code
Peter Jones
2020-07-23
simple_file: fix uninitialized variable/unchecked return
Peter Jones
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
lib/simple_file.c: minor cleanup
Peter Jones
2018-03-12
lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
lib: simple_file_selector(): remove some dead code.
Peter Jones
2018-03-12
lib: simple_file_selector(): simplify the error path to confuse covscan less.
Peter Jones
2018-03-12
Use gcc's offsetof() instead of hacking out our own.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2013-11-21
Initialize entries before we pass it to another function.
Peter Jones
2013-10-01
Clean up warnings.
Peter Jones
2013-09-26
simple_file: Allocate buffers for file entries
Gary Ching-Pang Lin
2013-09-26
Port MokManager to Linux Foundation loader UI code
Matthew Garrett