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]

winsup/cygwin ChangeLog child_info.h cygheap.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-07-16 20:41:54

Modified files:
	cygwin         : ChangeLog child_info.h cygheap.cc cygheap.h 
	                 dcrt0.cc fork.cc shared.cc sigproc.cc spawn.cc 

Log message:
	* child_info.h: Bump magic number.
	(class child_info): Add an element.
	* cygheap.cc (init_cheap): Allocate cygwin heap in shared memory area.
	(cygheap_fixup_in_child): Map cygwin heap, passed from parent via shared memory
	into correct address.
	(cygheap_setup_for_child): New function.
	* cygheap.h: Declare new functions.
	* dcrt0.cc (dll_crt0_1): Accomodate new cygheap_fixup_in_child arguments.
	Avoid protecting subproc_ready unless it is spawn/nowait.
	* fork.cc (fork_parent): Use new cygheap_setup_for_child function to setup
	cygwin heap info.  Close passed cygheap shared memory handle.
	* spawn.cc (spawn_guts): Ditto.  Also, reorganize to avoid synchronization
	between parent and child in non-P_OVERLAY case.
	* sigproc.cc (wait_sig): Only signal subproc_ready when execing.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.789&r2=1.790
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.85&r2=1.86
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81


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