From owner-cvs-src@FreeBSD.ORG Sat Sep 30 12:34:21 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 57FA316A5AB; Sat, 30 Sep 2006 12:34:21 +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 8B9B943DE7; Sat, 30 Sep 2006 12:32:22 +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 46DC069FC96; Sat, 30 Sep 2006 22:32:21 +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 k8UCWIjb006369; Sat, 30 Sep 2006 22:32:19 +1000 Date: Sat, 30 Sep 2006 22:32:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Martin Blapp In-Reply-To: <20060930012958.C91466@godot.imp.ch> Message-ID: <20060930221249.J1683@epsplex.bde.org> References: <8209.1159564737@critter.freebsd.dk> <20060930012958.C91466@godot.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, Poul-Henning Kamp , Martin Blapp , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern tty_pty.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:34:21 -0000 On Sat, 30 Sep 2006, Martin Blapp wrote: > What's the best to do now ? Back out again the last commit and that destroy > slave can be called, make tty_pts.c as broken ? Or will you or Bruce fix > the underlaying problem ? It's far beyond my horizont ... Start with removing all device and tty destruction calls (mainly in tty_pts.c). Bruce