Date: Thu, 16 Nov 2000 13:20:53 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200011162120.NAA57277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/11/16 13:20:53 PST Modified files: sys/kern kern_timeout.c Log: The recent changes to msleep() and mawait() resulted in timeout() and untimeout() not being called with Giant in those functions. For now, use the sched_lock to protect the callout wheel in softclock() and in the various timeout and callout functions. Noticed by: tegge Revision Changes Path 1.61 +17 -2 src/sys/kern/kern_timeout.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?200011162120.NAA57277>