Date: Mon, 16 Oct 2006 09:00:31 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_main.c Message-ID: <200610160900.k9G90V74022902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610160900.k9G90V74022902>