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 exceptions.cc gendef g ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-07-29 21:43:29

Modified files:
	cygwin         : ChangeLog exceptions.cc gendef gentls_offsets 
	                 tlsoffsets.h 

Log message:
	* cygtls.cc (_cygtls::reset_signal_arrived): New function.
	(set_signal_arrived::~set_signal_arrived): Use reset_signal_arrived to reset
	state.
	* exceptions.cc (sig_handle_tty_stop): Use WAIT_SIGNALED rather than assume we
	know the return from cancelable_wait.
	(_cygtls::interrupt_setup): Modify to allow calling when executing in
	non-cygwin code via sigdelayed.  Always reset signal_arrived.
	* gendef: Throughout use start_offset rather than the completely wrong
	sizeof__cygtls.
	(_sigdelayed): Rewrite to avoid duplication when calling the signal handler.
	(sigreturn): Delete.
	* gentls_offsets: Define start_offset rather than sizeof__cygtls.
	* tlsoffsets.h: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5925&r2=1.5926
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.387&r2=1.388
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/gendef.diff?cvsroot=uberbaum&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/gentls_offsets.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaum&r1=1.50&r2=1.51


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