freebsd-nq/sys/cddl/compat/opensolaris
Alexander Motin 20e45e033c Switch random_get_pseudo_bytes() shim to arc4rand().
Our shim for Solaris random_get_bytes() uses read_random(), that looks
reasonable, since it guaranties reliably seeded random data.  On the other
side Solaris random_get_pseudo_bytes() does not provide this guarantie,
and its original Solaris implementation is equivalent to our arc4rand(),
using software crypto without stressing slower hardware RNG.
2016-09-10 09:37:41 +00:00
..
kern fix a vnode reference leak caused by illumos compat traverse() 2016-05-16 12:15:19 +00:00
rpc
sys Switch random_get_pseudo_bytes() shim to arc4rand(). 2016-09-10 09:37:41 +00:00