Commit ID:      100530552A55A17FDBE
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/02/20 00:57:24 UTC

Modified files:
        sys/crypto     : randcore.c

Log message:
tweak initialisation and add comments

I’m now mostly happy with this, except that initial_entropy is the only
thing config(8) changes (can change, with our ABI, at the moment) and
is only folded into arc4random(9) after randomattach which is quite late.

If we need more speed, change the interrupt adds to write into a 16-byte
small buffer (plus counters) and enqueue them with HZ only, similar to
what tytso recently did in Linux. But, not now (not SMP anyway).

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 src/sys/crypto/randcore.c

Reply via email to