From owner-freebsd-hackers Tue Dec 3 02:13:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA22702 for hackers-outgoing; Tue, 3 Dec 1996 02:13:46 -0800 (PST) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA22696 for ; Tue, 3 Dec 1996 02:13:41 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id DAA07689; Tue, 3 Dec 1996 03:08:03 -0700 (MST) From: Don Yuniskis Message-Id: <199612031008.DAA07689@seagull.rtd.com> Subject: Re: Ancient history... To: bde@zeta.org.au (Bruce Evans) Date: Tue, 3 Dec 1996 03:08:03 -0700 (MST) Cc: dgy@rtd.com, freebsd-hackers@freefall.freebsd.org In-Reply-To: <199612030841.TAA24214@godzilla.zeta.org.au> from "Bruce Evans" at Dec 3, 96 07:41:14 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I realize 12 months is a long time :> but does > >anyone recall if there were any significant pty or > >pipe implementation problems in the 2.1R code? > > Yes, there was one in tty_pty.c. Ah ha! > >I've tried digging through the CVS record in 2.1.5R > >but, alas, it doesn't exist :-( > > Dig through the cvs record in -current. It goes back > to before 2.0. `cvs diff -r RELENG_2_1_0_RELEASE -r Ah, I had assumed there was a break in the history file introduced coincident with 2.1.5R ... > RELENG_2_1_0 tty_pty.c' gives the fixes that you > probably need. Thanx alot! --don