From owner-cvs-src@FreeBSD.ORG Mon Oct 16 09:00:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DB516A4AB; Mon, 16 Oct 2006 09:00:37 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA1B43D49; Mon, 16 Oct 2006 09:00:36 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9G90Wnb022903; Mon, 16 Oct 2006 09:00:32 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9G90V74022902; Mon, 16 Oct 2006 09:00:31 GMT (envelope-from bde) Message-Id: <200610160900.k9G90V74022902@repoman.freebsd.org> From: Bruce Evans Date: Mon, 16 Oct 2006 09:00:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ddb db_main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 09:00:37 -0000 bde 2006-10-16 09:00:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_main.c Log: Unbreak syscons' support for ddb mode by reactivating old fixes (syscons.c 1.331 and 1.372 are reactivated by restoring this part of db_interface.c (i386 version 1.48, ...) in a different file). This is not a MFC because larger changes than I have time for are needed there. The most noticeable effect of this fix is that syscons switches to the console vty on entry to ddb. The most important effect of this fix is that switching vtys in ddb doesn't try (and sometimes succeed) to crash the system by calling wakeup(). Approved by: re (hrs) Revision Changes Path 1.4.2.1 +2 -0 src/sys/ddb/db_main.c