From owner-freebsd-hackers Tue Dec 3 00:47:31 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA19208 for hackers-outgoing; Tue, 3 Dec 1996 00:47:31 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA19199 for ; Tue, 3 Dec 1996 00:47:25 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA24214; Tue, 3 Dec 1996 19:41:14 +1100 Date: Tue, 3 Dec 1996 19:41:14 +1100 From: Bruce Evans Message-Id: <199612030841.TAA24214@godzilla.zeta.org.au> To: dgy@rtd.com, freebsd-hackers@freefall.freebsd.org Subject: Re: Ancient history... 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. >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 RELENG_2_1_0 tty_pty.c' gives the fixes that you probably need. Bruce