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 dcrt0.cc fhandler_ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-26 04:40:52

Modified files:
	winsup/cygwin  : ChangeLog dcrt0.cc fhandler_process.cc init.cc 
	                 perthread.h sigproc.cc 

Log message:
	* dcrt0.cc (reent_data): Reluctantly resurrect.
	(__cygwin_user_data::impure_ptr): Ditto.
	(_dll_crt0): Reluctantly initialize _impure_ptr here.
	(initialize_main_tls): Eliminate local_clib initialization since it now happens
	in init_thread.
	* init.cc (dll_entry): Reluctantly remove code which set _impure_ptr to the
	main thread's local_clib.
	* perthread.h (reent_data): Remove obsolete declaration.
	* sigproc.cc (proc_subproc): Add more debugging output.
	(get_proc_lock): Ditto.
	*dcrt0.cc (dll_crt0_1): Allocate argv[0] via malloc since main thread could
	exit.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2246&r2=1.2247
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.199&r2=1.200
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/perthread.h.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.172&r2=1.173


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