From owner-cvs-all@FreeBSD.ORG Sun Sep 30 06:22:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F0516A419; Sun, 30 Sep 2007 06:22:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACF2013C447; Sun, 30 Sep 2007 06:22:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8U6MHCR025344; Sun, 30 Sep 2007 06:22:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8U6MHQX025343; Sun, 30 Sep 2007 06:22:17 GMT (envelope-from marcus) Message-Id: <200709300622.l8U6MHQX025343@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Sep 2007 06:22:13 +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/i386/isa/pcvt pcvt_ext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 06:22:17 -0000 marcus 2007-09-30 06:22:13 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) sys/i386/isa/pcvt pcvt_ext.c Log: Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl to become unkillable when that process is sent a termination signal. The process will sit in waitvt looping in the kernel, and chewing up all available CPU until the system is rebooted. Note: this is not an MFC as this code no longer exists in HEAD. However, this is based on the same syscons fix which was just MFC'd after one week in HEAD. Reviewed by: bde Revision Changes Path 1.35.2.1 +8 -14 src/sys/i386/isa/pcvt/pcvt_ext.c