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
/
replacements.c
Age
Commit message (
Expand
)
Author
2023-06-21
Rename 'msecs' to 'usecs' to avoid potential confusion
Kamil Aronowski
2023-05-02
Optionally allow to keep shim protocol installed
Luca Boccassi
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-07-20
Don't unhook ExitBootServices() when EBS protection is disabled
Seth Forshee
2021-03-10
Restructure our includes.
Peter Jones
2021-03-06
Restore loaded image of shim at Exit()
Gary Lin
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-01-29
shim: compile time option to bypass the ExitBootServices() check
Paul Moore
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
shim: Make our variable validation and mirroring table driven.
Peter Jones
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-02-01
Uninstall shim protocols before re-installing them
Mathieu Trudel-Lapierre
2017-08-31
Make msleep() be a thing
Peter Jones
2015-06-11
Ensure that apps launched by shim get correct BS->Exit() behavior
Peter Jones
2014-08-27
Don't name something exit().
Peter Jones
2014-08-12
unhook_system_services: bail on systab == NULL
Ard Biesheuvel
2014-02-14
Allow fallback to use the system's LoadImage/StartImage .
Peter Jones
2013-11-19
Clarify meaning of insecure_mode
Matthew Garrett
2013-10-04
Unhook system services as we exit.
Peter Jones
2013-10-01
Harden shim against non-participating bootloaders.
Peter Jones