CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     c...@sourceware.org     2012-06-03 18:02:45

Modified files:
        cygwin         : ChangeLog DevNotes cygheap.h dtable.cc dtable.h 
                         fhandler.h syscalls.cc 

Log message:
        * DevNotes: Add entry cgf-000011.
        * fhandler.h (fhandler_base::refcnt): Delete.
        (fhandler_base::inc_refcnt): New function.
        (fhandler_base::dec_refcnt): New function.
        * cygheap.h (cygheap_fdnew::~cygheap_fdnew): Accommodate split of 
refcnt to
        inc_refcnt/dec_refcnt.
        (cygheap_fdget::cygheap_fdget): Ditto.
        (cygheap_fdget::~cygheap_fdget::cygheap_fdget): Ditto.
        * dtable.cc (dtable::release): Ditto.
        (cygwin_attach_handle_to_fd): Ditto.
        (dtable::init_std_file_from_handle): Ditto.
        (dtable::dup3): On success, return with fdtab locked.
        * dtable.h (dtable): Add dup_finish as a friend.
        * syscalls.cc (dup_finish): Define new function.  Increment refcnt 
while fdtab
        is locked.
        (dup2): Use common dup_finish() to perform dup operation.
        (dup3): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5861&r2=1.5862
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.159&r2=1.160
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.261&r2=1.262
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.470&r2=1.471
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.632&r2=1.633

Reply via email to