freebsd-dev/sys/cddl
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
..
boot/zfs Bug 212114 - loader: zio_checksum_verify() must test spa for NULL pointer 2016-08-24 16:30:15 +00:00
compat/opensolaris Switch random_get_pseudo_bytes() shim to arc4rand(). 2016-09-10 09:37:41 +00:00
contrib/opensolaris MFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unused 2016-09-07 20:09:24 +00:00
dev Two fixups for dtrace 2016-08-06 15:06:19 +00:00