From owner-cvs-sys Fri Nov 29 07:06:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20939 for cvs-sys-outgoing; Fri, 29 Nov 1996 07:06:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20925; Fri, 29 Nov 1996 07:06:19 -0800 (PST) Date: Fri, 29 Nov 1996 07:06:19 -0800 (PST) From: Bruce Evans Message-Id: <199611291506.HAA20925@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern tty.c src/sys/sys termios.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/29 07:06:18 Modified: sys/kern tty.c sys/sys termios.h Log: Fixed handling of non-POSIX control characters. They must not do anything special unless IEXTEN is set. Found by: NIST-PCTS Revision Changes Path 1.85 +11 -9 src/sys/kern/tty.c 1.7 +6 -6 src/sys/sys/termios.h