Module Name: src Committed By: riastradh Date: Fri Aug 15 15:04:33 UTC 2014
Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Call rnd_add_data asynchronously for the rump hyperentropy callback. Avoids recursion rnd_getmore -> rnd_add_data -> rnd_getmore, which is silly but I don't have time to fix it properly right now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.