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 child_info.h dcrt0 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sources.redhat.com	2000-11-14 22:27:48

Modified files:
	winsup/cygwin  : ChangeLog child_info.h dcrt0.cc dtable.cc 
	                 environ.cc exceptions.cc fork.cc mmap.cc 
	                 pinfo.h sigproc.cc sigproc.h spawn.cc wait.cc 

Log message:
	Throughout use myself->ppid_handle rather than parent_alive.
	* child_info.h (child_info): Eliminate parent_alive.
	* dcrt0.cc (dll_crt0_1): Call fork_init for debugging pid creation.
	* fork.cc (fork_child): Reflect change to fixup_mmaps_after_fork arguments.
	(slow_pid_reuse): New function to grab last 'n' pids to prevent pid reuse.
	(fork_parent): Move last_fork_proc into slow_pid_reuse.  Handle fork_pids
	debugging.  Eliminate unnecessary call to set_child_mmap_ptr.
	(fork_init): New debugging function.
	* mmap.cc (fixup_mmaps_after_fork): Renamed from recreate_mmaps_after_fork.
	Rely on copied data after a fork.
	(set_child_mmap_ptr): Eliminate.
	* pinfo.h (_pinfo): Eliminate parent_alive, mmap_ptr and reflect above changes.
	* spawn.cc (spawn_guts): Eliminate vestiges of "old way" of sending new hProc
	to parent process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.425&r2=1.426
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wait.cc.diff?cvsroot=src&r1=1.7&r2=1.8


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