]> git.proxmox.com Git - efi-boot-shim.git/history - lib
Try again with includes
[efi-boot-shim.git] / lib /
2022-04-27 Steve McIntyreUpdate upstream source from tag 'upstream/15.5'
2022-04-27 Steve McIntyreNew upstream version 15.5
2021-03-31 Steve McIntyreUpdate upstream source from tag 'upstream/15.4'
2021-03-31 Steve McIntyreNew upstream version 15.4
2021-03-23 Steve McIntyreNew upstream version 15.3
2021-03-23 Steve McIntyreUpdate upstream source from tag 'upstream/15.3'
2021-02-21 Steve McIntyreUpdate upstream source from tag 'upstream/15+1613861442...
2021-02-16 Peter JonesMake the variable name and pointer const in all of...
2021-02-16 Peter JonesFix a bunch of trivial trailing whitespace issues.
2021-02-16 Peter Jonesconsole: Fix a typo in the EFI warning list in gnu-efi
2021-02-16 Gary Linlib: move print_crypto_errors() out of console.c
2021-02-16 Peter JonesMake sure MIN() and MAX() are always defined.
2021-02-16 Peter JonesSPDX: Clarify the attribution for James's lib/ code
2021-02-13 Peter Jonesget_variable: always allocate a NUL character at the...
2021-01-29 Peter JonesAlways use lower case for our local include file names.
2020-07-26 Peter JonesAlso use a config table to mirror mok variables.
2020-07-24 Peter JonesAdd support for vendor_db built-in shim authorized...
2020-07-24 Peter Jonessimple_file: fix uninitialized variable/unchecked return
2020-07-24 Ivan HuMokManager: console mode modification for hi-dpi screen...
2019-02-10 Steve Langasek* New upstream release.
2018-07-24 Mathieu Trudel-Lap... New upstream version 15+1531942534.dd3230d
2018-07-24 Mathieu Trudel-Lap... Update upstream source from tag 'upstream/15+1531942534...
2018-04-05 Peter JonesFix get_variable() usage in setup_verbosity()
2018-04-05 Peter JonesMake setup_console(-1) do GetMode() and call it from...
2018-03-13 Hans de Goedeconsole: Fix indentation
2018-03-12 Hans de Goedeconsole: Do not set EFI console to textmode until somet...
2018-03-12 Hans de Goedeconsole: Move setup_console() definition to higher...
2018-03-12 Hans de Goedeconsole: Add console_print and console_print_at helpers
2018-03-12 Peter JonesDon't use uefi_call_wrapper(), ever.
2018-03-12 Peter Joneslib/shell.c: minor cleanup
2018-03-12 Peter Joneslib/simple_file.c: minor cleanup
2018-03-12 Peter Joneslib: Use EFI_ERROR() instead of comparing to EFI_SUCCES...
2018-03-12 Peter Joneslib: find_in_variable_esl(): Fix a tiny nitpick clang...
2018-03-12 Peter Joneslib: simple_file_selector(): remove some dead code.
2018-03-12 Peter Joneslib: simple_file_selector(): simplify the error path...
2018-03-12 Peter JonesUse gcc's offsetof() instead of hacking out our own.
2018-03-12 Peter JonesGet rid of all the places we cast to (CHAR16 *[])
2018-03-12 Peter JonesFix some "if (x < 0)" tests where x is UINTN.
2018-03-12 Peter JonesDon't have tons of local guid definitions for no reason...
2018-03-12 Peter Joneslib/variables.c: reformat CreateTimeBasedPayload()
2018-03-12 Peter JonesMove includes around to clean the source tree up a...
2017-12-19 Peter Jones"in_protocol" is used in more than shim.o; make it...
2017-09-15 Mathieu Trudel-Lap... New upstream version 13~git1505328971.0780644a
2017-09-15 Mathieu Trudel-Lap... Updated version 13~git1505328971.0780644a from 'upstrea...
2017-09-13 Mathieu Trudel-Lap... New upstream version 13~git1505328970.9c1c35c5
2017-09-13 Mathieu Trudel-Lap... Updated version 13~git1505328970.9c1c35c5 from 'upstrea...
2017-08-31 Peter JonesAdd a mechanism to print openssl errors
2017-08-31 Peter JonesMake msleep() be a thing
2017-08-07 Mathieu Trudel-Lap... Merge tag 'upstream/12+1501864225.b586175' into cypherm...
2017-08-07 Mathieu Trudel-Lap... New upstream version 12+1501864225.b586175
2017-08-04 Mathieu Trudel-Lap... Import Upstream version 0.9+1474479173.6c180c6
2017-07-25 Peter JonesMake it possible to build in a subdirectory.
2017-06-15 Lans Zhangbecome more friendly for the cross compilation
2017-06-15 Max Reschfix compilerer errors in security policy
2016-09-19 Steve LangasekNew upstream release (fix-up commit)
2016-09-19 Steve LangasekImport upstream version 0.9+1465500757.14a5905
2016-07-26 Mathieu Trudel-Lap... New upstream release.
2016-07-26 Mathieu Trudel-Lap... Import upstream version 0.9+1465500757.14a5905
2015-06-29 Peter JonesMore incorrect unsigned vs signed fixups from yours...
2015-06-29 Peter JonesMore incorrect unsigned vs signed fixups from yours...
2015-06-16 Peter JonesFix console_print_box*() parameters.
2015-06-16 Peter JonesFix console_print_box*() parameters.
2015-05-06 Mathieu Trudel-Lap... New upstream release.
2015-05-06 Mathieu Trudel-Lap... Import upstream version 0.8
2015-04-13 Peter JonesMake lib/ use the right CFLAGS.
2015-04-13 Peter JonesMake lib/ use the right CFLAGS.
2015-04-13 Peter JonesMake lib/ build right with the cflags it should be...
2015-04-13 Peter JonesMake lib/ build right with the cflags it should be...
2014-12-11 Gary Ching-Pang LinAdd nostdinc to the CFLAGS for lib
2014-12-11 Gary Ching-Pang LinAdd nostdinc to the CFLAGS for lib
2014-10-07 Steve LangasekMerge upstream version 0.7
2014-10-06 Steve LangasekImport upstream version 0.7
2014-08-12 Ard BiesheuvelFactor out x86-isms and add cross compile support
2014-08-12 Ard BiesheuvelFactor out x86-isms and add cross compile support
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Gary Ching-Pang LinCheck the secure variables with the lib functions
2014-06-25 Gary Ching-Pang LinCheck the secure variables with the lib functions
2014-06-25 Gary Ching-Pang LinRemove the duplicate calls in lib/console.c
2014-06-25 Gary Ching-Pang LinRemove the duplicate calls in lib/console.c
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2013-11-21 Peter JonesError check the right thing in get_variable_attr()...
2013-11-21 Peter JonesError check the right thing in get_variable_attr()...
2013-11-21 Peter JonesInitialize entries before we pass it to another function.
2013-11-21 Peter JonesInitialize entries before we pass it to another function.
2013-11-21 Peter JonesFix wrong sizeof().
2013-11-21 Peter JonesFix wrong sizeof().
2013-11-12 Andrew Boieallow 32-bit compilation with 64-bit compiler
2013-11-12 Andrew Boieallow 32-bit compilation with 64-bit compiler
2013-10-04 Peter JonesPut SHIM_VERBOSE under shim's guid, not global.
2013-10-04 Peter JonesPut SHIM_VERBOSE under shim's guid, not global.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-02 Peter JonesCompareMem expects void * and gcc complains.
2013-10-02 Peter JonesCompareMem expects void * and gcc complains.
2013-10-01 Peter JonesClean up warnings.
2013-10-01 Peter JonesClean up warnings.
next