aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/efidev/efidev.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Expose EFI wake time APIJohannes Totz2023-04-281-0/+15
* EFI RT: resurrect EFIIOC_GET_TABLEPavel Balaev2021-07-031-0/+23
* efidev: remove EFIIOC_GET_TABLE ioctlKyle Evans2021-01-081-8/+0
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+0
* Re-work efidev ordering to fix efirt preloaded by loader on amd64Kyle Evans2018-03-221-1/+1
* Turns out to be even simpler to just not create /dev/efi if we don'tWarner Losh2017-08-081-13/+5
* Fail to open efirt device when no EFI on system.Warner Losh2017-08-081-0/+13
* Do not try to create /dev/efi device node before devfs is initialized.Konstantin Belousov2016-10-161-14/+37
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-9/+3
* Create /dev/efidev to provide an ioctl interface toWarner Losh2016-10-111-0/+199