Module Name: src Committed By: riastradh Date: Sat May 21 14:59:45 UTC 2016
Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Actually get as many bytes as requested from rumpuser_random. rumpuser_random is limited to 32 bytes at a time -- which would be reasonable, except that there are too many buffers in the way between entropy sources and users of the entropy pool. Partial fix for PR kern/51135. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/rump/librump/rumpkern/hyperentropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.