random: make /dev/random be almost like /dev/urandom ยท torvalds/linux@30c08ef

This patch changes the read semantics of /dev/random to be the same as /dev/urandom except that reads will block until the CRNG is ready. None of the cleanups that this enables have been done yet....