Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Tue Aug 27 19:30:10 UTC 2013

Modified Files:
        src/sys/dev: rnd_private.h
        src/sys/kern: init_main.c kern_rndq.c kern_rndsink.c

Log Message:
Back out the recent rnd stop-gap/stop-gap/stop-gap measures.

This reverts

sys/dev/rnd_private.h -> r1.1
sys/kern/init_main.c -> r1.450
sys/kern/kern_rndq.c -> r1.14
sys/kern/kern_rndsink.c -> r1.2

Parts of these changes will be added back, and the rndsource
callbacks will be fixed to avoid the lock recursion bug that
motivated the stop-gaps in the first place.

ok tls


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/rnd_private.h
cvs rdiff -u -r1.451 -r1.452 src/sys/kern/init_main.c
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/kern_rndq.c
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/kern_rndsink.c

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