Page MenuHomeFreeBSD

libefivar: Move to new ioctl struct
ClosedPublic

Authored by imp on Apr 28 2025, 11:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 18, 11:36 AM
Unknown Object (File)
Tue, Sep 16, 11:02 PM
Unknown Object (File)
Sep 7 2025, 3:37 PM
Unknown Object (File)
Sep 6 2025, 8:14 AM
Unknown Object (File)
Sep 2 2025, 2:49 PM
Unknown Object (File)
Aug 31 2025, 10:51 PM
Unknown Object (File)
Aug 15 2025, 10:11 PM
Unknown Object (File)
Aug 14 2025, 3:34 PM
Subscribers
None

Details

Summary

Move to the newer ioctl 'struct efi_var_ioctl' which uses efi_guid_t
instead of struct uuid. This allows for direct assignment agaain.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Apr 28 2025, 11:57 PM
imp created this revision.
This revision is now accepted and ready to land.Apr 29 2025, 8:02 AM
kib added inline comments.
lib/libefivar/efivar.c
90

This is a straight space?

imp retitled this revision from livefivar: Move to new ioctl struct to efivar: Move to new ioctl struct.May 1 2025, 5:45 PM
imp retitled this revision from efivar: Move to new ioctl struct to libefivar: Move to new ioctl struct.
lib/libefivar/efivar.c
90

oh! That's no good. Fixed before commit

This revision was automatically updated to reflect the committed changes.