This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog fhandler_termios.cc fh ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]