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 pinfo.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-11-26 02:35:49

Modified files:
	cygwin         : ChangeLog exceptions.cc pinfo.cc sigproc.cc 
	                 sync.cc sync.h 

Log message:
	* exceptions.cc (sigpacket::process): Move signal_exit processing into...
	(_cygtls::signal_exit): ...here.  Close my_readsig and comment on why.
	* pinfo.cc (pinfo::exit): Move sigproc_terminate earlier.  Set exiting flag in
	lock_process.
	* sigproc.cc (my_readsig): Make global.
	* sync.cc (muto::exiting_thread): Delete.
	(muto::acquire): Delete #if 0'ed code.
	* sync.h (muto::exiting_thread): Delete.
	(set_exiting_thread): Ditto.
	(lock_process::lock_process): Don't worry about setting the exiting thread
	since it had no meaning.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5568&r2=1.5569
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.362&r2=1.363
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.288&r2=1.289
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.362&r2=1.363
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.cc.diff?cvsroot=uberbaum&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.39&r2=1.40


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