From owner-cvs-bin Fri Apr 28 12:29:37 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA22719 for cvs-bin-outgoing; Fri, 28 Apr 1995 12:29:37 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA22706 ; Fri, 28 Apr 1995 12:29:34 -0700 Date: Fri, 28 Apr 1995 12:29:34 -0700 From: "Andrey A. Chernov" Message-Id: <199504281929.MAA22706@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty cchar.c key.c print.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk ache 95/04/28 12:29:33 Modified: bin/stty cchar.c key.c print.c Log: Fix bugs: cchars2 not used can't set or report MIN or TIME == 255 TIOCSETD on wrong fd PPPDISC is not reported From owner-cvs-bin Sat Apr 29 08:00:45 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27481 for cvs-bin-outgoing; Sat, 29 Apr 1995 08:00:45 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27471 ; Sat, 29 Apr 1995 08:00:38 -0700 Date: Sat, 29 Apr 1995 08:00:38 -0700 From: Bruce Evans Message-Id: <199504291500.IAA27471@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty stty.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk bde 95/04/29 08:00:36 Modified: bin/stty stty.c Log: Fix `stty' on the output of `stty -g'. The changes for the gfmt1 option weren't TIOCSETD'd unless another option changed something. From owner-cvs-bin Sat Apr 29 08:17:20 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27795 for cvs-bin-outgoing; Sat, 29 Apr 1995 08:17:20 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27785 ; Sat, 29 Apr 1995 08:17:19 -0700 Date: Sat, 29 Apr 1995 08:17:19 -0700 From: Bruce Evans Message-Id: <199504291517.IAA27785@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty print.c modes.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk bde 95/04/29 08:17:18 Modified: bin/stty print.c modes.c Log: Support nonstandard (not yet all supported) flow control options. `ctsflow' and `rtsflow' are the components of `crtscts'. `dtrflow' and `dsrflow' are new and not yet supported. `dtrflow' may be useful for Cyclades serial careds, which have h/w support for it and no h/w support for `rtsflow'. print.c: Report NTTYDISC in case the line is in this obsolescent state.