CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2012-10-12 01:19:05

Modified files:
        cygwin         : ChangeLog fhandler_termios.cc fhandler_tty.cc 
                         tty.h 

Log message:
        * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate
        output_mutex on CTRL-S/CTRL-Q to avoid a deadlock.
        * fhandler_tty.cc (fhandler_pty_slave::write): Loop when output_stopped 
is
        detected before acquiring output_mutex.  Acquire output_mutex in the 
loop for
        each write.
        * tty.h: Remove some obsolete defines.
        (tty_min::output_stopped): Make 'bool'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5966&r2=1.5967
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=uberbaum&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.270&r2=1.271
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.h.diff?cvsroot=uberbaum&r1=1.34&r2=1.35

Reply via email to