Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 1996 07:23:49 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern tty.c
Message-ID:  <199611291523.HAA21323@freefall.freebsd.org>

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

bde         96/11/29 07:23:48

  Modified:    sys/kern  tty.c
  Log:
  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
  
  Revision  Changes    Path
  1.86      +8 -7      src/sys/kern/tty.c



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