From owner-cvs-src@FreeBSD.ORG Sat Sep 30 14:19:16 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 CAC4316A417; Sat, 30 Sep 2006 14:19:16 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D899B43D45; Sat, 30 Sep 2006 14:19:14 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id k8UEJAkx070175; Sat, 30 Sep 2006 16:19:11 +0200 (CEST) (envelope-from mb@imp.ch) Date: Sat, 30 Sep 2006 16:19:10 +0200 (CEST) From: Martin Blapp To: Peter Holm In-Reply-To: <20060930124957.GA25578@peter.osted.lan> Message-ID: <20060930161649.L91466@godot.imp.ch> References: <200609300811.k8U8Bqlk025097@repoman.freebsd.org> <20060930124957.GA25578@peter.osted.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.57 on 157.161.9.65 Cc: cvs-src@freebsd.org, Martin Blapp , 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 14:19:16 -0000 Hi Peter, Current is currenlty broken for pty tress tests. It happens also for the tty tty_pts implementation. This is a CURRENT only problem, since in RELENG_6 we don't free any cdevs. I hope tegge, bde will solve this problem in the next few days. Martin > I still have a problem with ptys: > > http://people.freebsd.org/~pho/stress/log/blapp001.html >