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 Makefile.in autolo ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cgf-deleteme
Changes by:	cgf@sourceware.org	2004-01-12 05:15:19

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in autoload.cc cygheap.cc 
	                 cygthread.cc cygtls.cc cygtls.h dcrt0.cc 
	                 dtable.h exceptions.cc init.cc select.h 
	                 sigproc.cc tlsoffsets.h 

Log message:
	* Makefile.in (DLL_IMPORTS): Link advapi32 to ensure proper DLL initialization.
	* autoload.cc (RegCloseKey): Arbitrarily choose this function as a "seed" to
	pull the advapi32 link library in.  So, comment out the autoloading.
	* cygtls.cc (_threadinfo::init_thread): Just clear CYGTLS_PADSIZE.
	(_threadinfo::remove): Add debugging.
	(_threadinfo::find_tls): Ditto.
	* cygtls.h (_threadinfo::padding): Make zero length (for now?).
	* dcrt0.cc (dll_crt0_0): Move more initialization here from dll_crt0_1.
	(dll_crt0_1): See above.
	* dtable.h (dtable::lock): Remove commented out critical section locking.
	* dtable.h (dtable::init_lock): Remove commented out critical section locking.
	* dtable.h (dtable::unlock): Remove commented out critical section locking.
	* exceptions.cc (interruptible): bool'ize.
	* init.cc (threadfunc_fe): Revert to storing threadfunc at stack bottom.
	(munge_threadfunc): Ditto.  Avoid adding overhead to calibration_thread.
	(prime_threads): Don't initialize tls stuff.
	(dll_entry): Make minor change to initialization order.
	* tlsoffsets.h: Regenerate.
	* sigproc.cc (wait_sig): Add sanity check for end of process thread exit.
	* select.h: Make minor formatting change.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.2260.2.1&r2=1.2260.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.150.2.1&r2=1.150.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.75&r2=1.75.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.90.2.1&r2=1.90.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.40.2.1&r2=1.40.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.9.2.1&r2=1.9.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.202.2.1&r2=1.202.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.h.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.25.2.1&r2=1.25.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.192.2.1&r2=1.192.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.26.2.1&r2=1.26.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.h.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.3&r2=1.3.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.174.2.1&r2=1.174.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tlsoffsets.h.diff?cvsroot=src&only_with_tag=cgf-deleteme&r1=1.3.2.1&r2=1.3.2.2


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