> Are we keeping this "randompid" global around to make it possible to > disable random PIDs by toggling it in ddb(4)?
IIRC this logic was needed because some kthreads were created before arc4random was operational, but that was before substantial changes to the random generator. However since the panic-if-invoked-early has been removed in sys/dev/rnd.c 1.126, this is indeed probably no longer needed.
