From owner-cvs-all Fri Jun 22 16: 6:45 2001 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 1353E37B401; Fri, 22 Jun 2001 16:06:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MN6em83279; Fri, 22 Jun 2001 16:06:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200106222306.f5MN6em83279@freefall.freebsd.org> From: John Baldwin Date: Fri, 22 Jun 2001 16:06:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/06/22 16:06:39 PDT Modified files: sys/kern kern_condvar.c Log: - Lock CURSIG with the proc lock and don't release the proc lock until after grabbing the sched lock to close a race. - Lock ktrace points with Giant. Revision Changes Path 1.9 +11 -5 src/sys/kern/kern_condvar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message