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 signal.cc sigproc.cc ChangeLog i ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-05-05 00:31:22

Modified files:
	cygwin         : signal.cc sigproc.cc ChangeLog 
	cygwin/include/sys: cygwin.h 

Log message:
	* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or is
	in PID_EXITED state.  Report pid 0 when pid does not exist rather than pid -1.
	Make debug output reflect actual function call.
	* sigproc.cc (stopped_or_terminated): Set process state to reaped when we've
	finished waiting for it.
	* include/sys/cygwin.h (PID_REAPED): New enum.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.331&r2=1.332
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5312&r2=1.5313
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=uberbaum&r1=1.93&r2=1.94


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