From owner-cvs-sys Fri Nov 29 07:51:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22476 for cvs-sys-outgoing; Fri, 29 Nov 1996 07:51:10 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22461; Fri, 29 Nov 1996 07:50:59 -0800 (PST) Date: Fri, 29 Nov 1996 07:50:59 -0800 (PST) From: Bruce Evans Message-Id: <199611291550.HAA22461@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/29 07:50:58 Modified: sys/kern tty.c Log: Fixed bugs handling (background) orphaned process groups. tty writes and tty ioctls by processes in such groups must return -1/EIO, but they were allowed. tty reads were handled correctly. Found by: NIST PCTS Revision Changes Path 1.87 +10 -5 src/sys/kern/tty.c