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
Age
Commit message (
Expand
)
Author
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-10-12
console: add a clear_screen() primitive
Peter Jones
2021-10-12
console: check that ST->ConIn and ST->ConOut are non-NULL
Peter Jones
2021-09-07
shim/mm/fb: move global state to its own source file
Peter Jones
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-09-07
Make CopyMem() work with EFI's declaration
Peter Jones
2021-07-20
Make test cases link against libefi.a
Peter Jones
2021-03-25
Make building outside of the top directory work.
Peter Jones
2021-03-22
Fix boot failures due to variable size constraints
upstream/shim-15.3-rc4
shim-15.3-rc4
Chris Coulson
2021-03-22
Make 'make test' work on gcc 4.8.5
Peter Jones
2021-03-18
Ensure that MOK variable mirroring creates well formed ESLs
Chris Coulson
2021-03-17
Sort input file names in lib/Makefile
Thomas Frauendorfer | Miray Software
2021-03-12
More va_* work
Peter Jones
2021-03-12
get_variable_attr(): fix a nit scan-build found.
Peter Jones
2021-03-10
Add more string test cases.
Peter Jones
2021-03-10
Add some test cases, and make "make test" actually work.
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
Don't use WCHAR even when we're assigning wide string literals
Peter Jones
2021-03-09
Re-organize a bunch of CFLAGS-related makefile bits
Peter Jones
2021-03-09
Add get_variable_size()/set_variable()del_variable() wrappers.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
Make the variable name and pointer const in all of our efi vars functions
Peter Jones
2021-02-16
Fix a bunch of trivial trailing whitespace issues.
Peter Jones
2021-02-16
console: Fix a typo in the EFI warning list in gnu-efi
Peter Jones
2021-02-16
lib: move print_crypto_errors() out of console.c
Gary Lin
2021-02-16
Make sure MIN() and MAX() are always defined.
Peter Jones
2021-02-16
SPDX: Clarify the attribution for James's lib/ code
Peter Jones
2021-02-13
get_variable: always allocate a NUL character at the end.
Peter Jones
2021-01-29
Always use lower case for our local include file names.
Peter Jones
2020-07-25
Also use a config table to mirror mok variables.
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
simple_file: fix uninitialized variable/unchecked return
Peter Jones
2020-07-23
MokManager: console mode modification for hi-dpi screen devices
Ivan Hu
2018-04-05
Fix get_variable() usage in setup_verbosity()
Peter Jones
2018-04-05
Make setup_console(-1) do GetMode() and call it from setup_verbosity()
Peter Jones
2018-03-13
console: Fix indentation
Hans de Goede
2018-03-12
console: Do not set EFI console to textmode until something is printed
Hans de Goede
2018-03-12
console: Move setup_console() definition to higher in the file
Hans de Goede
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/shell.c: minor cleanup
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: find_in_variable_esl(): Fix a tiny nitpick clang-analyze has.
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
Get rid of all the places we cast to (CHAR16 *[])
Peter Jones
[next]