From owner-cvs-all Thu Nov 16 13:20:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE6E37B4CF; Thu, 16 Nov 2000 13:20:54 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA57277; Thu, 16 Nov 2000 13:20:54 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011162120.NAA57277@freefall.freebsd.org> From: John Baldwin Date: Thu, 16 Nov 2000 13:20:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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