From owner-cvs-sys Thu Apr 11 11:43:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00543 for cvs-sys-outgoing; Thu, 11 Apr 1996 11:43:56 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00524 Thu, 11 Apr 1996 11:43:39 -0700 (PDT) Date: Thu, 11 Apr 1996 11:43:39 -0700 (PDT) From: Bruce Evans Message-Id: <199604111843.LAA00524@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/11 11:43:38 Modified: sys/kern tty_pty.c Log: Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output was duplicated until the canq filled up, and write() normally returned 0. This case is apparently rare. It was reported for Jove's shell buffer in PR 1130. Revision Changes Path 1.38 +15 -4 src/sys/kern/tty_pty.c