Page MenuHomeFreeBSD

random(3): Abstract routines into _r versions on explicit state
ClosedPublic

Authored by cem on Jan 21 2020, 2:07 AM.
Tags
None
Referenced Files
F152908203: D23289.id67079.diff
Fri, Apr 17, 11:13 PM
Unknown Object (File)
Thu, Apr 16, 7:49 PM
Unknown Object (File)
Wed, Apr 15, 7:57 PM
Unknown Object (File)
Sun, Apr 12, 4:11 AM
Unknown Object (File)
Sat, Apr 11, 7:39 PM
Unknown Object (File)
Fri, Apr 10, 2:08 PM
Unknown Object (File)
Thu, Apr 9, 2:42 AM
Unknown Object (File)
Wed, Apr 8, 8:21 PM
Subscribers

Details

Summary

The existing APIs simply pass the implicit global state to the _r variants.

No functional change.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 21 2020, 6:11 PM

I had some concerns about providing *_r variants of these that match names from glibc but aren't compatible, but I see the ultimate plan is that these aren't intended to be exported from libc at all- this seems OK.

I had some concerns about providing *_r variants of these that match names from glibc but aren't compatible, but I see the ultimate plan is that these aren't intended to be exported from libc at all- this seems OK.

Hm, I didn't realize glibc had these routines. They picked different argument orderings and state struct name (and field names), but otherwise look pretty similar. Yeah, I didn't intend to export these routines from libc and don't see a great reason to.