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 cygthread.cc cygthread ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-10-22 13:16:31

Modified files:
	cygwin         : ChangeLog cygthread.cc cygthread.h dcrt0.cc 
	                 fork.cc 

Log message:
	* cygthread.cc (cygthread::exiting): New variable.
	(cygthread::initialized): Delete.
	(cygthread::stub): Use exiting variable to determine when to exit.
	(cygthread::runner): Delete.
	(cygthread_protect): New variable.
	(cygthread::init): Don't start runner thread.  Initialize muto for list
	protection.
	(cygthread::freerange): Return pointer to cygthread.
	(cygthread::operator new): Change logic to start threads on an as-needed basis.
	(cygthread::detach): Don't zero id.
	(cygthread::terminate): Don't kill any executing threads.  Just set exiting
	flag.
	* cygthread.h (cygthread): Reflect above changes.
	* dcrt0.cc (dll_crt0_1): Move cygthread initialization later.
	* fork.cc (fork_child): Do fdtab fixup after dll fixup or (apparently) winsock
	may allocate memory in dll load address.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1551&r2=1.1552
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.162&r2=1.163
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.103&r2=1.104


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