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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-12-23 01:24:14

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

Log message:
	* fork.cc (fork): Honor error return from sig_send.  Don't continue with fork
	if we couldn't suspend signals.
	* sigproc.cc (sig_send): Set sigCONT event when we see __SIGNOHOLD.
	(wait_sig): Remove holding_signals.  Create pipe with a buffer which will
	theoretically cause blocking if there is nothing reading on the pipe.  Wait for
	sigCONT at end of loop when we have a __SIGHOLD.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3288&r2=1.3289
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.173&r2=1.174
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.266&r2=1.267


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