Date: Mon, 7 Oct 2002 11:46:38 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/opencrypto crypto.c Message-ID: <200210071846.g97Ikct4006313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2002/10/07 11:46:38 PDT Modified files: sys/opencrypto crypto.c Log: o split crypto_proc into two threads: one for processing requests and one for processing callbacks. This closes race conditions caused by locking too many things with a single mutex. o reclaim crypto requests under certain (impossible) failure conditions Revision Changes Path 1.2 +92 -52 src/sys/opencrypto/crypto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210071846.g97Ikct4006313>