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 dcrt0.cc shared.cc sha ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-07-27 22:31:48

Modified files:
	cygwin         : ChangeLog dcrt0.cc shared.cc shared_info.h 
	                 syscalls.cc 

Log message:
	* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
	user_shared_initialize_1 from here.
	(dll_crt0_1): Remove dynamically_loaded check.  Just call malloc_init and
	user_shared_initialize unconditionally.
	* shared.cc (user_shared_create): Rename from user_shared_initialize.
	(user_shared_initialize): Rename from user_shared_initialize_1.  Move complete
	user_shared content initialization code here from user_shared_create.
	* syscalls.cc (seteuid32): Remove call to user_shared_initialize_1.  That is
	implied by the "true" argument to user_shared_create().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4234&r2=1.4235
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.342&r2=1.343
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.122&r2=1.123
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.499&r2=1.500


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