From owner-cvs-all Tue Aug 7 4:51:31 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 74CA237B40C; Tue, 7 Aug 2001 04:51:26 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BpQs34741; Tue, 7 Aug 2001 04:51:26 -0700 (PDT) (envelope-from yokota) Message-Id: <200108071151.f77BpQs34741@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 7 Aug 2001 04:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.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 yokota 2001/08/07 04:51:26 PDT Modified files: sys/dev/syscons syscons.c Log: Don't call wakeup() while we are in DDB. The patch was developed by bde. I added the same check in one more place where wakeup() might be called during the DDB session. Submitted by: bde Revision Changes Path 1.372 +17 -4 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message