Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   jdolecek
Date:           Thu Apr 27 17:07:22 UTC 2017

Modified Files:
        src/sys/dev: dksubr.c dkvar.h ld.c ldvar.h
        src/sys/dev/ic: ld_nvme.c

Log Message:
do not attach nvme ld as randomness source - device is too fast, it overwhelms
the rndq handling code, and causes system crashes; gathering rnd there is
also bad idea from performance perspective


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/dksubr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/dkvar.h
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/ld.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ldvar.h
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/ld_nvme.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