History log of /freebsd-10-stable/sys/modules/virtio/random/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
268933 21-Jul-2014 jhb

MFC 260847,264055,264867:
- Add a very simple virtio_random(4) driver for FreeBSD guests to harvest
entropy from hypervisors.
- Add support to bhyve for the virtio RNG entropy-source device to provide
entry to bhyve guests.

260847 18-Jan-2014 bryanv

Add very simple virtio_random(4) driver to harvest entropy from host

Reviewed by: markm (random bits only)