From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 8 10:20:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3825916A4BF for ; Mon, 8 Sep 2003 10:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3B343FDD for ; Mon, 8 Sep 2003 10:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h88HKEUp094352 for ; Mon, 8 Sep 2003 10:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h88HKEJL094351; Mon, 8 Sep 2003 10:20:14 -0700 (PDT) Date: Mon, 8 Sep 2003 10:20:14 -0700 (PDT) Message-Id: <200309081720.h88HKEJL094351@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Subject: Re: bin/56325: Incorrect information in /etc/gettytab X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 17:20:15 -0000 The following reply was made to PR bin/56325; it has been noted by GNATS. From: Bruce Evans To: Yar Tikhiy Cc: mats@snowbee.dyns.cx, FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/56325: Incorrect information in /etc/gettytab Date: Tue, 9 Sep 2003 03:14:29 +1000 (EST) On Mon, 8 Sep 2003, Yar Tikhiy wrote: > On Sun, Sep 07, 2003 at 08:04:01PM +1000, Bruce Evans wrote: > > I looked at what the various combinations of parity did when I wrote > > thos lines in gettytab. I haven't looked at them recently (i never > > use anything except np). Perhaps changing getty to termios canonicalized > > the parity support. > > Indeed, it was rev. 1.6 of subr.c that introduced the new behaviour > of the parity flags along with using termios instead of the old BSD > interface to terminals. > > I believe that people use just np nowadays, so the question is > whether the old behaviour of parity flag combinations is worth > restoring. How do you think? Not having it is OK with me. I used just np back when I wrote those lines in gettytab :-). Bruce