From owner-cvs-sys Wed Oct 25 11:33:13 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03626 for cvs-sys-outgoing; Wed, 25 Oct 1995 11:33:13 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA03621 ; Wed, 25 Oct 1995 11:33:07 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA16415; Thu, 26 Oct 1995 04:29:33 +1000 Date: Thu, 26 Oct 1995 04:29:33 +1000 From: Bruce Evans Message-Id: <199510251829.EAA16415@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_subr.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk > Modified: sys/kern tty_subr.c > Log: > Fix clist limits. They were usually one too low. E.g., for a limit of This change should go in 2.1. To see the bug, try od -v /dev/zero >/dev/ptyp8 & cat /dev/ttyp8 | tee foo where ptyp8 is a free pty. This is not the only bug that caused data loss in pty writes. Bruce