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 DevNotes cygtls.cc cyg ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-08-17 17:29:22

Modified files:
	cygwin         : ChangeLog DevNotes cygtls.cc cygtls.h 
	                 exceptions.cc sigproc.h 

Log message:
	* DevNotes: Add entry cgf-000016.
	* cygtls.h (_cygtls::push): Inline.
	(_cygtls::interrupt_now): Change signal number argument to siginfo_t argument.
	(_cygtls::interrupt_setup): Ditto.
	(_cygtls::set_siginfo): Delete declaration.
	(_cygtls::reset_signal_arrived): Don't reset signal_arrived signal.  Just reset
	flag.
	* exceptions.cc (_cygtls::interrupt_now): Reflect argument changes.  Pass si to
	interrupt_setup.
	(_cygtls::interrupt_setup): Reflect argument changes.  Fill out tls infodata
	here using passed-in si.  Use si.si_signo instead of sig.
	(sigpacket::setup_handler): Move this function into sigpacket class.  Use si
	field from the class as appropriate.
	(sigpacket::process): Don't call tls->set_siginfo here since setup_handler
	could fail.  Eliminate now-unneeded sig argument.
	* sigproc.h (sigpacket::setup_handler): Move setup_handler to this class.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5956&r2=1.5957
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.396&r2=1.397
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.113&r2=1.114


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