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 child_info.h dcrt0.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-11-24 02:17:55

Modified files:
	cygwin         : ChangeLog child_info.h dcrt0.cc sigproc.cc 
	                 spawn.cc strace.cc 
	cygwin/include/sys: strace.h 

Log message:
	* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
	* dcrt0.cc (get_cygwin_startup_info): Signal readiness when stracing since
	strace::write_child relies on it.  Use strace.activate to notify strace
	process, passing in arg indicating whether we're forked.
	* sigproc.cc (wait_sig): Accommodate new strace::activate argument.
	* spawn.cc (child_info_spawn::worker): Oops.  Previous suspended test was
	actually correct.  Revert and document.
	* strace.cc (strace::activate): Send additional flag indicating whether this is
	an attempt to activate a forked process.
	(strace::hello): Report on windows pid.
	* include/sys/strace.h (strace::strace): Make a dummy.
	(strace::activate): Modify declaration to accept an argument.
	(strace::write_childpid): Set regparm.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5565&r2=1.5566
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.410&r2=1.411
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.360&r2=1.361
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.313&r2=1.314
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/strace.h.diff?cvsroot=uberbaum&r1=1.29&r2=1.30


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