From owner-cvs-all Wed Oct 24 17:14:21 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 C2C2D37B403; Wed, 24 Oct 2001 17:14:16 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9P0EGr62457; Wed, 24 Oct 2001 17:14:16 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110250014.f9P0EGr62457@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 24 Oct 2001 17:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_cons.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 jlemon 2001/10/24 17:14:16 PDT Modified files: sys/kern tty_cons.c Log: Force FWRITE on when opening the console, so that the flags passed to vn_close match those from vn_open. This fixes the panic some people were seeing about "vrele: missed vn_close". Revision Changes Path 1.94 +5 -2 src/sys/kern/tty_cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message