Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/opencrypto
Module Name: src
Committed By: tls
Date: Mon Feb 4 14:46:27 UTC 2008
Modified Files:
src/sys/opencrypto: crypto.c cryptodev.c
Log Message:
Some locking fixes (double-release mutex in softintr wakeup case, which I
hadn't tested) and an uninitialized field in cse which Darran Hunt
found. Some more debugging printfs.
Turn on MPSAFE for the kthread. We're not sure it's safe for the softint
yet. Gives a little performance kick for swcrypto with many requests on
MP systems.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/opencrypto/crypto.c
cvs rdiff -r1.33 -r1.34 src/sys/opencrypto/cryptodev.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