Edit

IABSD.fr/src/sys/dev/efi

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2023-01-14 12:11:10
    Hash : f2f88681
    Message : Implement access to EFI variables and ESRT through an ioctl(2) interface that is compatible with what FreeBSD and NetBSD have. Setting EFI variables is only allowed at securelevel 0 and below. Heavily based on work done by Sergii Dmytruk. ok yasuoka@