CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-12-06 00:29:42

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

Log message:
        * fork.cc (fork_parent): Reinstate "childhProc" protection.  Don't close
        hProcess handle here since it is used to ensure that a new process isn't
        created with the old pid after the old pid exits.
        * spawn.cc (spawn_guts): Ditto.
        * pinfo.cc (proc_waiter): Don't send any signals if we've execed since 
this
        process doesn't officially exist.
        * pinfo.h (pinfo::pid_handle): Eliminate.  Just use hProc.
        * sigproc.cc (sig_send): Don't send any signals if our sendsig doesn't 
exist.
        That's a sign that we are execing.
        (remove_proc): Eliminate pid_handle close.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2609&r2=1.2610
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.140&r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.126&r2=1.127
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.205&r2=1.206
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.156&r2=1.157

Reply via email to