Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 17:39:23 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty_ttydisc.c
Message-ID:  <200905071739.n47HdXdF063067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-05-07 17:39:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_ttydisc.c 
  Log:
  SVN rev 191893 on 2009-05-07 17:39:23Z by ed
  
  If we have a regular rint handler, never go into rint_bypass mode.
  
  It turns out if we called cfmakeraw() on a TTY with only a rint handler
  in place, it could inject data into the TTY, even though it should be
  redirected. Always take a look at the hooks before looking at the
  termios flags.
  
  Revision  Changes    Path
  1.9       +6 -3      src/sys/kern/tty_ttydisc.c



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