Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   martin
Date:           Sun Nov  2 09:47:04 UTC 2014

Modified Files:
        src/doc [netbsd-7]: CHANGES
        src/sys/dev [netbsd-7]: rndpseudo.c
        src/sys/kern [netbsd-7]: kern_rndq.c kern_rndsink.c
        src/sys/sys [netbsd-7]: rnd.h

Log Message:
Pull up following revision(s) (requested by tls in ticket #173):
        doc/CHANGES: revision 1.2004
        sys/sys/rnd.h: revision 1.43
        sys/kern/kern_rndq.c: revision 1.28
        sys/kern/kern_rndsink.c: revision 1.10
        sys/dev/rndpseudo.c: revision 1.23
Fixes and enhancements for polled entropy sources:
        Add explicit enable/disable hooks for callout-driven sources (be more
        power friendly).
        Make "skew" source polled so it runs only when there is entropy
        demand.
        Adjust entropy collection from polled sources so it's processed
        sooner.


To generate a diff of this commit:
cvs rdiff -u -r1.1967.2.2 -r1.1967.2.3 src/doc/CHANGES
cvs rdiff -u -r1.21 -r1.21.2.1 src/sys/dev/rndpseudo.c
cvs rdiff -u -r1.26.2.1 -r1.26.2.2 src/sys/kern/kern_rndq.c
cvs rdiff -u -r1.8 -r1.8.6.1 src/sys/kern/kern_rndsink.c
cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/sys/rnd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index