Page MenuHomeFreeBSD

libc: indicate existing functions in POSIX 2024
ClosedPublic

Authored by emaste on Nov 14 2024, 7:51 PM.
Tags
None
Referenced Files
F132334087: D47581.diff
Thu, Oct 16, 12:08 AM
Unknown Object (File)
Mon, Oct 13, 6:01 PM
Unknown Object (File)
Tue, Sep 16, 10:51 AM
Unknown Object (File)
Aug 19 2025, 10:38 AM
Unknown Object (File)
Aug 3 2025, 8:45 AM
Unknown Object (File)
Aug 2 2025, 1:46 AM
Unknown Object (File)
Jul 31 2025, 9:10 AM
Unknown Object (File)
Jul 28 2025, 10:04 PM
Subscribers

Diff Detail

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

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Nov 14 2024, 11:37 PM
brooks added a subscriber: brooks.

Looks generally good. I think it's OK to tag getentropy as compliant even if it's not quite yet.

lib/libc/gen/getentropy.3
73 โ†—(On Diff #146469)

It looks like our implementation doesn't quite conform in that we don't define {GETENTROPY_MAX} (seemingly 256 from a glance at the code.

lib/libc/gen/getentropy.3
73 โ†—(On Diff #146469)

fair enough - I will leave this one out for now and we can change it when we fix that up -- it looks like we also return EIO instead of EINVAL