]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed some bugs in BREAK handling. If BRKINT is set, then always flush
authorBruce Evans <bde@FreeBSD.org>
Fri, 29 Nov 1996 15:23:42 +0000 (15:23 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 29 Nov 1996 15:23:42 +0000 (15:23 +0000)
commit7542ee31b8a22dcef9faa3e51c97945ac8f6fd5a
tree2b9309e51df8860b09fd6317fdac59b3199e3578
parentc02039bc20cc5d4978b837e0e4410f054f462f4e
Fixed some bugs in BREAK handling.  If BRKINT is set, then always flush
the queues and generate a SIGINT.  Previously, this wasn't done if ISIG
was clear or the VINTR character was disabled, and it was done by
converting the BREAK to a VINTR character and sometimes bogusly echoing
this character.

Found by: NIST-PCTS
sys/kern/tty.c