From nobody@FreeBSD.org  Wed Jun 16 15:53:57 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 085A816A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2004 15:53:57 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 028D743D58
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2004 15:53:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5GFr7nR035404
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2004 15:53:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i5GFr6nS035403;
	Wed, 16 Jun 2004 15:53:06 GMT
	(envelope-from nobody)
Message-Id: <200406161553.i5GFr6nS035403@www.freebsd.org>
Date: Wed, 16 Jun 2004 15:53:06 GMT
From: Mark Jacobs <mark.jacobs@custserv.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: stty -pendin does not turn off pendin mode
X-Send-Pr-Version: www-2.3

>Number:         68014
>Category:       bin
>Synopsis:       stty -pendin does not turn off pendin mode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 16 16:00:36 GMT 2004
>Closed-Date:    Fri Feb 15 17:17:40 UTC 2008
>Last-Modified:  Fri Feb 15 17:17:40 UTC 2008
>Originator:     Mark Jacobs
>Release:        FreeBSD 4.10 Stable
>Organization:
Time Customer Service
>Environment:
FreeBSD bc006943.tcs.timeinc.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Jun  1 08:49:24 EDT 2004     root@bc006943.tcs.timeinc.com:/usr/obj/usr/src/sys/MAIN  i386

>Description:
stty -pendin does not turn off pendin mode as expected.


>How-To-Repeat:
ash-2.05b$ stty -a
speed 9600 baud; 15 rows; 80 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
        -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
        -extproc
iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk
        brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
        -dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U;
        lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
        status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;
bash-2.05b$ stty -pendin
bash-2.05b$ stty -a
speed 9600 baud; 15 rows; 80 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
        -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
        -extproc
iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk
        brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
        -dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U;
        lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
        status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;
bash-2.05b$

>Fix:
      
>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: Mark Jacobs <mark.jacobs@custserv.com>
Cc: freebsd-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org
Subject: Re: misc/68014: stty -pendin does not turn off pendin mode
Date: Thu, 17 Jun 2004 11:55:47 +1000 (EST)

 On Wed, 16 Jun 2004, Mark Jacobs wrote:
 
 > >Description:
 > stty -pendin does not turn off pendin mode as expected.
 >
 >
 > >How-To-Repeat:
 > ash-2.05b$ stty -a
 > speed 9600 baud; 15 rows; 80 columns;
 > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
 >         -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
 >         -extproc
 
 This is because icanon implies pendin.  I don't know exactly why this
 is, but it is intentional.  You would have to turn off both if you
 really want pendin off.
 
 Bruce

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, mark.jacobs@custserv.com
Cc:  
Subject: Re: bin/68014: stty -pendin does not turn off pendin mode
Date: Fri, 15 Feb 2008 15:46:17 +0100

 Mark,
 
 as Bruce has stated, this is by design, can we close this PR now?

From: Mark Jacobs <mark.jacobs@custserv.com>
To: Volker <volker@vwsoft.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/68014: stty -pendin does not turn off pendin mode
Date: Fri, 15 Feb 2008 10:23:29 -0500

 Volker wrote:
 > Mark,
 >
 > as Bruce has stated, this is by design, can we close this PR now?
 >   
 Yes. Actually I forgot all about it.
 
 -- 
 Mark Jacobs
 Time Customer Service
 Tampa, FL
 ----
 
 Everyone always coming to Zathras with problems.  Great responsibilities.
 But Zathras does not mind.  Zathras trained in crisis management.
 
 Zathras, Babylon 5
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Feb 15 17:16:55 UTC 2008 
State-Changed-Why:  
Submitter agrees that this is by design.  (But no one listen to Zathras). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68014 
>Unformatted:
