Module Name: src Committed By: riastradh Date: Sat May 21 15:27:15 UTC 2016
Modified Files: src/sys/kern: kern_rndq.c Log Message: Ask on-demand entropy sources to produce enough data to fill buffer. Remainder of fix for PR kern/51135: if there is an entropy source that can produce arbitrarily much data, as in rump, then nothing should ever block indefinitely waiting for data. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/kern/kern_rndq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.