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 fork.cc si ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-05-28 20:09:06

Modified files:
	cygwin         : ChangeLog dll_init.cc fork.cc sigproc.cc 

Log message:
	* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.
	* fork.cc (frok::errmsg): Rename from 'error'.
	(frok::error): New function.  Handle conditional printing of error messages.
	(frok::parent): Record hchild handle for use by error function.  Use
	throughout.  Use error function rather than setting error pointer directly.
	(fork): Clear is_forkee here.  Accommodate rename of 'error' to 'errmsg'.
	* sigproc.cc (child_info::proc_retry): Detect EXITCODE_FORK_FAILED.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5378&r2=1.5379
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.219&r2=1.220
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.335&r2=1.336


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