-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
waiting on upstreamWaiting for upstream changes in an external projectWaiting for upstream changes in an external project
Description
One of the things pointed out in #273 was that NetBSD 10.0 is set to introduce getrandom() and getentropy() compatibility functions in its libc. Similar to what we already do on DragonFly BSD, FreeBSD, and OpenBSD, we should consider if we want to use one of these functions as our randomness source.
As we still want to support NetBSD 9.2 and lower, we will need to check if this function exists, and only then call it. Otherwise, we should fall back to using the existing implementation. An example of this sort of functionality is our NetBSD implementation.
Note that we will not make any changes to our implementation until the NetBSD 10.0 API has been finalized.
Links
Metadata
Metadata
Assignees
Labels
waiting on upstreamWaiting for upstream changes in an external projectWaiting for upstream changes in an external project