Module Name: src Committed By: martin Date: Mon Aug 18 13:26:55 UTC 2014
Modified Files: src/sys/rump/librump/rumpkern [netbsd-7]: hyperentropy.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #35): sys/rump/librump/rumpkern/hyperentropy.c: revision 1.6 sys/rump/librump/rumpkern/hyperentropy.c: revision 1.7 sys/rump/librump/rumpkern/hyperentropy.c: revision 1.4 sys/rump/librump/rumpkern/hyperentropy.c: revision 1.5 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. add sys/atomic.h and order headers correctly Fix header ordering <sys/param.h> comes first, per /usr/share/misc/style. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.2.1 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.