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 cygthread.h exceptions ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-12-13 04:11:48

Modified files:
	cygwin         : ChangeLog cygthread.h exceptions.cc fhandler.cc 
	                 fhandler.h fhandler_console.cc 
	                 fhandler_serial.cc fhandler_tty.cc ioctl.cc 
	                 sigproc.h 

Log message:
	* cygthread.h (cygthread::name): Very minor formatting tweak.
	* exceptions.cc (_cygtls::call_signal_handler): Add paranoid debugging output.
	* sigproc.h (cygwait): Call signal handler when signal is detected and loop as
	appropriate.
	* fhandler.h (fhandler_base_overlapped::wait_return): Remove overlapped_signal.
	* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove restartable
	signal accommodations in light of cygwait improvements.
	(fhandler_base_overlapped::raw_read): Remove now-obsolete signal loop behavior.
	(fhandler_base_overlapped::raw_write): Ditto.
	* fhandler_console.cc (fhandler_console::read): Ditto.
	* fhandler_serial.cc (fhandler_serial::raw_read): Ditto.
	(fhandler_serial::raw_write): Ditto.
	* fhandler_tty.cc (fhandler_pty_slave::read): Ditto.
	* ioctl.cc (ioctl): Add standard syscall introducer and leaver debug output.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5617&r2=1.5618
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.368&r2=1.369
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.414&r2=1.415
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.446&r2=1.447
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.257&r2=1.258
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=uberbaum&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ioctl.cc.diff?cvsroot=uberbaum&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.101&r2=1.102


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