summaryrefslogtreecommitdiff
path: root/sys/dev/efi.c
AgeCommit message (Expand)Author
2023-05-24efi(4): Fix logic to handle buffer sizing.riastradh
2023-05-22efi(4): Translate between size_t and unsigned long.riastradh
2023-05-22efi(4): Implement MI parts of EFIIOC_GET_TABLE.riastradh
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-05-22efi(4): Parenthesize EFIERR argument out of paranoia.riastradh
2022-09-24efi(4): Fix access to efi_isopen.riastradh
2022-04-01Trailing Whitespaceskrll
2021-10-10UEFI calls can modify size inputs, so stash them for use with kmem_freejmcneill
2021-10-10efi: Add /dev/efi character devicejmcneill