This is the mail archive of the cygwin-cvs@sources.redhat.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]

src/winsup/cygwin ChangeLog cygheap.cc dcrt0.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	2000-10-13 22:52:38

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc dcrt0.cc exceptions.cc 
	                 fork.cc pinfo.cc pinfo.h sigproc.cc spawn.cc 

Log message:
	* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
	parent.
	* dcrt0.cc (do_exit): Don't cleanup pinfo on exit.  That happens automatically
	now.
	* exceptions.cc (signal_exit): Ditto.
	* fork.cc (fork_parent): Use stack_here value passed in from fork().
	(fork): Figure out top of stack here and pass it to fork_parent.
	* pinfo.cc (_pinfo::record_death): Eliminate.
	* pinfo.h (_pinfo): Ditto.
	* sigproc.cc (proc_exists): Simplify.
	(proc_terminate): Ditto.
	(remove_zombie): Don't cleanup pinfo stuff.
	(wait_sig): Send subproc_ready signal whether execed or spawned.
	* spawn.cc (spawn_guts): Always create subproc_ready event.  Use it for both
	exec and spawn.
	(_spawnve): Send proper mode to spawn_guts when mode != _P_OVERLAY.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.351&r2=1.352
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.46&r2=1.47


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