freebsd-dev/sys/dev/oce
Conrad Meyer f3bae413e9 random(9): Deprecate random(9), remove meaningless srandom(9)
srandom(9) is meaningless on SMP systems or any system with, say,
interrupts.  One could never rely on random(9) to produce a reproducible
sequence of outputs on the basis of a specific srandom() seed because the
global state was shared by all kernel contexts.  As such, removing it is
literally indistinguishable to random(9) consumers (as compared with
retaining it).

Mark random(9) as deprecated and slated for quick removal.  This is not to
say we intend to remove all fast, non-cryptographic PRNG(s) in the kernel.
It/they just won't be random(9), as it exists today, in either name or
implementation.

Before random(9) is removed, a replacement will be provided and in-tree
consumers will be converted.

Note that despite the name, the random(9) interface does not bear any
resemblance to random(3).  Instead, it is the same crummy 1988 Park-Miller
LCG used in libc rand(3).
2019-12-26 19:41:09 +00:00
..
oce_hw.c net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN 2019-11-04 22:57:36 +00:00
oce_hw.h
oce_if.c oce: Disallow the passthrough ioctl for unprivileged users. 2019-12-23 23:43:50 +00:00
oce_if.h oce: Disallow the passthrough ioctl for unprivileged users. 2019-12-23 23:43:50 +00:00
oce_mbox.c random(9): Deprecate random(9), remove meaningless srandom(9) 2019-12-26 19:41:09 +00:00
oce_queue.c
oce_sysctl.c Added support for the SIOCGI2C ioctl. 2019-01-08 05:41:04 +00:00
oce_user.h
oce_util.c