Module Name: src Committed By: riastradh Date: Wed Sep 25 03:14:55 UTC 2013
Modified Files: src/sys/dev: rndpseudo.c Log Message: Fix spurious kassert on interrupted blocking read from /dev/random. Return EINTR in this case instead. While here, clarify comment. Fixes PR kern/48119, simpler than the patch attached there, per discussion with tls@, who had this right in the earlier version of rndpseudo.c before I broke it (oops!). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/rndpseudo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.