summaryrefslogtreecommitdiff
path: root/sys/dev/efidev/efidev.c
AgeCommit message (Expand)Author
2025-05-01efi: Move to using efi_guid_t in ioctl definitionsWarner Losh
2025-05-01efi: Use EDK2 EFI_GUID instead of sturct uuidWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-28Expose EFI wake time APIJohannes Totz
2021-07-03EFI RT: resurrect EFIIOC_GET_TABLEPavel Balaev
2021-01-08efidev: remove EFIIOC_GET_TABLE ioctlKyle Evans
2019-02-04Regularize the Netflix copyrightWarner Losh
2018-03-22Re-work efidev ordering to fix efirt preloaded by loader on amd64Kyle Evans
2017-08-08Turns out to be even simpler to just not create /dev/efi if we don'tWarner Losh
2017-08-08Fail to open efirt device when no EFI on system.Warner Losh
2016-10-16Do not try to create /dev/efi device node before devfs is initialized.Konstantin Belousov
2016-10-13Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh
2016-10-11Create /dev/efidev to provide an ioctl interface toWarner Losh