Page MenuHomeFreeBSD

libc: indicate existing functions in POSIX 2024
ClosedPublic

Authored by emaste on Nov 14 2024, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 12:25 PM
Unknown Object (File)
Fri, Jan 10, 7:14 AM
Unknown Object (File)
Thu, Jan 9, 11:56 PM
Unknown Object (File)
Wed, Jan 1, 1:05 PM
Unknown Object (File)
Tue, Dec 31, 11:59 AM
Unknown Object (File)
Mon, Dec 30, 12:06 PM
Unknown Object (File)
Sun, Dec 29, 12:07 PM
Unknown Object (File)
Sat, Dec 28, 11:25 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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

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

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