CVSROOT:        /cvs/src
Module name:    src
Changes by:     c...@sourceware.org     2013-12-18 03:58:11

Modified files:
        winsup/cygwin  : ChangeLog external.cc fork.cc pinfo.cc 
                         sigproc.cc 
        winsup/cygwin/include/sys: cygwin.h 

Log message:
        * external.cc (fillout_pinfo): Remove nonsensical loop.
        * fork.cc (frok::parent): When initializing pinfo for child new PID_NEW 
flag +
        actual defined constant rather than raw number.  Don't set start_time 
here.
        * pinfo.cc (pinfo::thisproc): Use PID_NEW when initializing pinfo.  
Avoid
        checking h for NULL multiple times.  Don't set start_time here.
        (pinfo_init): Aways set ppid last.  Tweak strace output.
        (pinfo::init): Handle new PID_NEW flag.  Wait for shared memory to 
contain
        useful information.  Set start_time if PID_NEW.
        (_onreturn:h): Define as HANDLE rather than HANDLE *.
        (_onreturn::~onreturn): Accommodate h definition change.
        (_onreturn::no_close_handle): Rename from no_close_p_handle.  Take a 
pinfo arg
        and set hProcess to h before zeroing.
        (winpids::add): Don't open a handle to our own process.  Change logic
        associated with when a handle gets closed.  Accommodate no_close_handle
        changes.
        (winpids::enum_processes): Simplify process enumeration loop.
        (winpids::set): Eliminate ill-considered malloc locking.
        * sigproc.cc (proc_subproc): Always set ppid last.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6287&r2=1.6288
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/external.cc.diff?cvsroot=src&r1=1.133&r2=1.134
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.244&r2=1.245
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.325&r2=1.326
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.419&r2=1.420
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=src&r1=1.103&r2=1.104

Reply via email to