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 dll_init.cc exceptions ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-12-08 06:17:50

Modified files:
	cygwin         : ChangeLog dll_init.cc exceptions.cc sigproc.cc 
	                 strace.cc 

Log message:
	* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
	dynamically loaded since fork() doesn't work in that scenario anyway.
	(dll_dllcrt0_1): Don't accommodate dynamically loaded dlls.
	* exceptions.cc (ctrl_c_handler): Don't lock the process; there's too much risk
	of deadlock.
	* sigproc.cc (_cygtls::remove_wq): Don't try to remove anything from the waitq
	if there is obviously nothing there.
	* strace.cc (strace::activate): Allow stracing dynamically loaded cygwin1.dll.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5596&r2=1.5597
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.366&r2=1.367
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.369&r2=1.370
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.75&r2=1.76


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