Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2008 15:02:50 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_ttydisc.c src/sys/sys ttydisc.h
Message-ID:  <200808291504.m7TF4NaW037933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-08-29 15:02:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_ttydisc.c 
    sys/sys              ttydisc.h 
  Log:
  SVN rev 182444 on 2008-08-29 15:02:50Z by ed
  
  Backport two small fixes from the MPSAFE TTY branch in Perforce:
  
  - Implement IMAXBEL. It turned out the IMAXBEL termios switch was marked
    as supported, while it had not been implemented.
  
  - Don't go into the high watermark when in canonical mode, no data has
    been canonicalized and the input buffer is full. This caused the
    terminal to lock up. This prevented users from pressing
    backspace/^U/etc in such cases.
  
    This could easily be simulated by pasting a very big amount of data in
    a shell with sh(1) in canonical mode.
  
  Obtained from:  //depot/projects/mpsafetty/...
  
  Revision  Changes    Path
  1.2       +16 -4     src/sys/kern/tty_ttydisc.c
  1.2       +12 -3     src/sys/sys/ttydisc.h



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