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]

src/winsup/cygwin ChangeLog child_info.h cyghe ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2004-09-12 03:47:57

Modified files:
	winsup/cygwin  : ChangeLog child_info.h cygheap.h dcrt0.cc 
	                 exceptions.cc fhandler.cc fhandler_dsp.cc 
	                 fhandler_proc.cc fork.cc init.cc mmap.cc 
	                 path.cc pinfo.cc pipe.cc security.cc select.cc 
	                 sigproc.cc sigproc.h spawn.cc syscalls.cc 
	                 uname.cc 

Log message:
	* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
	starting.
	* child_info.h (init_child_info): Remove pid argument from declaration.
	* cygheap.h (init_cygheap::pid): New element.
	* dcrt0.cc (dll_crt0_0): Eliminate handling of now-noexistent cygpid parameter
	in child_info struct.  Set forkee to 'true' rather than cygpid since the pid
	value was never used.
	(dll_crt0_1): Ditto.
	(_dll_crt0): Ditto.
	* fork.cc (fork_child): Don't wait for sigthread.  This is handled in the fork
	call now.
	(fork_parent): Remove obsolete pid argument from init_child_info call.  Don't
	do anything special with cygpid when DEBUGGING.
	(fork): Delay all signals during fork.
	(fork_init): Don't do anything special when DEBUGGING.
	* pinfo.cc (set_myself): Remove pid parameter.  Use new pid field in cygheap.
	(pinfo_init): Don't pass pid argument to set_myself.
	* sigproc.cc (sig_send): Wait for dwProcessId to be non-zero as well as
	sendsig.
	(init_child_info): Eliminate handling of pid.
	(wait_sig): Implement method to temporarily hold off sending signals.
	* sigproc.h (__SIGHOLD): New enum.
	(__SIGNOHOLD): Ditto.
	* spawn.cc (spawn_guts): Remove obsolete pid argument from init_child_info
	call.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2556&r2=1.2557
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.86&r2=1.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.220&r2=1.221
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.217&r2=1.218
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.205&r2=1.206
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.99&r2=1.100
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.319&r2=1.320
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.119&r2=1.120
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pipe.cc.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.175&r2=1.176
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.95&r2=1.96
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.198&r2=1.199
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.151&r2=1.152
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.346&r2=1.347
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uname.cc.diff?cvsroot=src&r1=1.22&r2=1.23


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