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 DevNotes cygheap.cc cy ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-08-09 19:58:53

Modified files:
	cygwin         : ChangeLog DevNotes cygheap.cc cygheap.h 
	                 cygtls.cc cygtls.h dcrt0.cc exceptions.cc 
	cygwin/release : 1.7.17 

Log message:
	* DevNotes: Add entry cgf-000014.
	* cygheap.cc (tls_sentry): Move here, rename from 'sentry' in cygtls.cc
	(tls_sentry::lock): Ditto.
	(nthreads): Move from cygtls.cc
	(THREADLIST_CHUNK): Ditto.
	(cygheap_init): Call init_tls_list().
	(init_cygheap::init_tls_list): Define new function.
	(init_cygheap::add_tls): Ditto.
	(init_cygheap::remove_tls): Ditto.
	(init_cygheap::find_tls): Ditto.  Semi-resurrect from _cygtls::find_tls.
	* cygheap.h (init_cygheap::init_tls_list): Declare new function.
	(init_cygheap::add_tls): Ditto.
	(init_cygheap::remove_tls): Ditto.
	(init_cygheap::find_tls): Ditto.
	* cygtls.cc (sentry): Delete.
	(sentry::lock): Ditto.
	(nthreads): Ditto.
	(THREADLIST_CHUNK): Ditto.
	(_cygtls::init): Delete definition.
	(_cygtls::init_thread): Call cygheap->add_tls() to add thread to global list.
	(_cygtls::remove): cygheap->remove_tls() to remove thread from global list.
	* cygtls.h (_cygtls::init): Delete declaration.
	* dcrt0.cc (dll_crt0_0): Delete call to _cygtls::init().
	* exceptions.cc (sigpacket::process): When no thread is specified, try to find
	one via cygheap->find_tls.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5938&r2=1.5939
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.170&r2=1.171
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.160&r2=1.161
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.433&r2=1.434
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.390&r2=1.391
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/release/1.7.17.diff?cvsroot=uberbaum&r1=1.2&r2=1.3


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