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]

src/winsup/cygwin ChangeLog cygthread.cc pinfo ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2004-12-28 01:27:27

Modified files:
	winsup/cygwin  : ChangeLog cygthread.cc pinfo.cc spawn.cc 
	                 wincap.cc wincap.h 

Log message:
	* cygthread.cc (cygthread::stub): Add better debug output.
	(cygthread::cygthread): Ditto.
	(cygthread::terminate_thread): Ditto.  Move inuse test earlier or suffer
	infinite loop.
	* pinfo.cc (_pinfo::dup_proc_pipe): Close handle if DuplicateHandle fails and
	process no longer exists.
	* spawn.cc (spawn_guts): Create process in suspended state if OS demands it.
	* wincap.cc: Add "start_proc_suspended" throughout.
	* wincap.h (wincaps): Ditto.
	(wincapc): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2642&r2=1.2643
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.136&r2=1.137
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.160&r2=1.161
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.h.diff?cvsroot=src&r1=1.23&r2=1.24


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