CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2012-05-07 15:05:56

Modified files:
        cygwin         : ChangeLog DevNotes cygheap.h dcrt0.cc pinfo.cc 
                         spawn.cc 
        cygwin/release : 1.7.15 

Log message:
        * DevNotes: Add entry cgf-000003.
        * cygheap.h (init_cygheap::pid_handle): Delete.
        * dcrt0.cc (child_info_spawn::handle_spawn): Keep parent open if we have
        execed.
        * pinfo.cc (pinfo::thisproc): Remove pid_handle manipulations.
        (pinfo::init): Don't consider a reaped process to be available.
        * spawn.cc (child_info_spawn::worker): Remove pid_handle manipulations. 
 Make
        wr_proc_pipe and parent noninheritable when starting a program which 
doesn't
        use the Cygwin DLL.  Conditionally reset wr_proc_pipe to inheritable if
        CreateProcess fails.  Inject wr_proc_pipe handle into non-Cygwin 
process.
        Consider a non-cygwin process to be 'synced'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5823&r2=1.5824
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.158&r2=1.159
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.426&r2=1.427
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.305&r2=1.306
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.330&r2=1.331
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/release/1.7.15.diff?cvsroot=uberbaum&r1=1.1&r2=1.2

Reply via email to