Date: Thu, 26 Oct 1995 04:29:33 +1000 From: Bruce Evans <bde@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 Message-ID: <199510251829.EAA16415@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510251829.EAA16415>