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 cygmagic ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-12-26 13:35:17

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

Log message:
	* cygmagic: Add define name to warning.
	* dcrt0.cc (_dll_crt0): Check for changes in child_info size.
	(multiple_cygwin_problem): Avoid "proc" errors when testing.  Just assume new
	cygwin proc.
	* shared_info.h (mount_info): Add 'cb' element for sanity checks.
	(shared_info): Ditto.
	* child_info.h (child_info): Add fhandler_union_size element for sanity
	checking.
	* shared.cc (open_shared): Detect shared region size mismatch between parent
	and child.
	(shared_info::initialize): Detect shared region size mismatch with expectation.
	(memory_Init): Ditto.
	* sigproc.cc (init_child_info): Correctly set cb in passed structure.
	* shared.cc (open_shared):

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1063&r2=1.1064
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmagic.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.120&r2=1.121
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.100&r2=1.101


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