CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/04 02:26:11
Modified files:
sys/dev : rnd.c
Log message:
In dequeue_randomness() use an atomic instruction to increase the
rnd_event_cons. This way even concurrent calls to dequeue_randomness()
will use some different events.
OK deraadt@ djm@
