cvs commit: src/sys/kern tty_ttydisc.c src/sys/sys ttydisc.h

Ed Schouten ed at FreeBSD.org
Fri Aug 29 15:04:23 UTC 2008


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


More information about the cvs-all mailing list