Home | History | Annotate | Download | only in efiboot
History log of /src/sys/stand/efiboot/efirng.c
RevisionDateAuthorComments
 1.4  14-Aug-2022  jmcneill Align output of "version" command.
 1.3  22-Jun-2021  jmcneill efirng: fix va_num arg to uefi_call_wrapper for GetRNG calls

As far as I can tell this param isn't actually used, but it is supposed to
be the number of arguments passed to the called method.
 1.2  14-May-2020  jmcneill branches: 1.2.6;
Make efi_rng_show return early if RNG protocol is not available. While
here, use efi_rng_available() consistently, prefix all show messages with
"RNG: ", and use sizeof(foo) instead of sizeof foo.
 1.1  14-May-2020  riastradh Draft logic to get at EFI RNG.
 1.2.6.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed