From owner-cvs-src@FreeBSD.ORG Sat Sep 30 12:50:01 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 D257016A417 for ; Sat, 30 Sep 2006 12:50:01 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id E7A0743D70 for ; Sat, 30 Sep 2006 12:49:59 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 16622 invoked from network); 30 Sep 2006 12:49:58 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 30 Sep 2006 12:49:58 -0000 X-pair-Authenticated: 80.165.155.106 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.6/8.13.6) with ESMTP id k8UCnwiB025680; Sat, 30 Sep 2006 14:49:58 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.6/8.13.6/Submit) id k8UCnvcY025679; Sat, 30 Sep 2006 14:49:58 +0200 (CEST) (envelope-from pho) Date: Sat, 30 Sep 2006 14:49:57 +0200 From: Peter Holm To: Martin Blapp Message-ID: <20060930124957.GA25578@peter.osted.lan> References: <200609300811.k8U8Bqlk025097@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609300811.k8U8Bqlk025097@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i 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:50:01 -0000 On Sat, Sep 30, 2006 at 08:11:52AM +0000, 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. > I still have a problem with ptys: http://people.freebsd.org/~pho/stress/log/blapp001.html - Peter > MFC after: 1 day > > Revision Changes Path > 1.261 +9 -6 src/sys/kern/tty.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org"