Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2004 15:53:06 GMT
From:      Mark Jacobs <mark.jacobs@custserv.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/68014: stty -pendin does not turn off pendin mode
Message-ID:  <200406161553.i5GFr6nS035403@www.freebsd.org>
Resent-Message-ID: <200406161600.i5GG0aAw050799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68014
>Category:       misc
>Synopsis:       stty -pendin does not turn off pendin mode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 16 16:00:36 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406161553.i5GFr6nS035403>