History log of /haiku/src/add-ons/kernel/bus_managers/random/Jamfile
Revision Date Author Comments
# 8d2bf695 29-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: add a Virtio RNG module

* The default module is replaced by the Virtio RNG module when found.
* This can have the undesired effect of rendering /dev/urandom slow.
* Tested with the following QEmu command line option:
-device virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/random,id=rng0
* moved random.h to private/drivers headers.


# 7032e703 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: move to bus_managers/


# 8d2bf6953e851d431fc67de1bc970c40afa79e9f 29-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: add a Virtio RNG module

* The default module is replaced by the Virtio RNG module when found.
* This can have the undesired effect of rendering /dev/urandom slow.
* Tested with the following QEmu command line option:
-device virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/random,id=rng0
* moved random.h to private/drivers headers.


# 7032e7033039a3bea39e49fdd7084369ce9c7d47 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: move to bus_managers/