From owner-cvs-src@FreeBSD.ORG Sat Sep 30 12:10:22 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 2BA4F16A47E; Sat, 30 Sep 2006 12:10:22 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7FA43D5C; Sat, 30 Sep 2006 12:10:17 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 13D9B61FFF1; Sat, 30 Sep 2006 22:10:16 +1000 (EST) Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k8UCAE1l021247; Sat, 30 Sep 2006 22:10:15 +1000 Date: Sat, 30 Sep 2006 22:10:13 +1000 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Martin Blapp In-Reply-To: <200609300811.k8U8Bqlk025097@repoman.freebsd.org> Message-ID: <20060930215621.J1683@epsplex.bde.org> References: <200609300811.k8U8Bqlk025097@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty.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: Sat, 30 Sep 2006 12:10:22 -0000 On Sat, 30 Sep 2006, Martin Blapp wrote: > mbr 2006-09-30 08:11:52 UTC > > FreeBSD src repository > > Modified files: > sys/kern tty.c > Log: > Any call of tty_close() with a tty refcount of <= 1 is wrong and we will > free the tty in this case. This is a workaround until the underlaying > devfs/tty problems are fixed. Actually mainly old vfs bugs and complications near revoke() that bite harder now. Bruce