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 child_info.h cygheap.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-08-26 21:10:55

Modified files:
	cygwin         : ChangeLog child_info.h cygheap.cc cygheap.h 
	                 cygmagic dcrt0.cc shared_info.h 

Log message:
	* child_info.h: Add _PROC_WHOOPS enum value.
	(CURR_CHILD_INFO_MAGIC): Update.
	(child_info::magic): Make 'long'.
	* cygheap.h: Export _cygheap_start.
	* cygheap.cc: Don't declare _cygheap_start.
	* cygmagic: Use cksum to produce checksums.  Append 'U' to end of checksum.
	* dcrt0.cc (initial_env): Calculate sleep ms before reusing buffer.
	(_dll_crt0): Detect cygheap mismatch as indicative of different cygwin version.
	Set child_proc_info to NULL when _PROC_WHOOPS.
	(multiple_cygwin_problem): If child_info specific problem, then set
	child_proc_info type to _PROC_WHOOPS.
	* shared_info.h (CURR_MOUNT_MAGIC): Update.
	(CURR_SHARED_MAGIC): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1452&r2=1.1453
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmagic.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.146&r2=1.147
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.21&r2=1.22


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