Page MenuHomeFreeBSD

libgpio: add gpio_fdopen
AcceptedPublic

Authored by val_packett.cool on Dec 30 2021, 2:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 3:54 AM
Unknown Object (File)
Oct 8 2024, 11:34 AM
Unknown Object (File)
Oct 5 2024, 7:58 AM
Unknown Object (File)
Oct 4 2024, 2:00 PM
Unknown Object (File)
Oct 2 2024, 11:15 AM
Unknown Object (File)
Oct 2 2024, 3:57 AM
Unknown Object (File)
Oct 2 2024, 2:41 AM
Unknown Object (File)
Sep 29 2024, 1:41 PM

Details

Summary

Makes sense to have an official API for using the library with a file descriptor that might've come from openat() in capability mode, or received over a socket, etc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43648
Build 40536: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 30 2021, 2:11 PM

Nothing bad or unclear in the manual page jumps out to me English-wise and the level of detail in DESCRIPTION is consistent with the other open-y functions.