]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
random(4): Use ordinary sysctl definitions
authorcem <cem@FreeBSD.org>
Fri, 22 Nov 2019 20:22:29 +0000 (20:22 +0000)
committercem <cem@FreeBSD.org>
Fri, 22 Nov 2019 20:22:29 +0000 (20:22 +0000)
commite422d93fe6d10c39953dba83668c2dd36be807d5
treed4638b94d1a09a56483e674ab7e64be76543f039
parent79efb68c390f675203ce931165e5e909c6de372a
random(4): Use ordinary sysctl definitions

There's no need to dynamically populate them; the SYSCTL_ macros take care
of load/unload appropriately already (and random_harvestq is 'standard' and
cannot be unloaded anyway).

Approved by: csprng(delphij, markm)
Differential Revision: https://reviews.freebsd.org/D22484
sys/dev/random/random_harvestq.c