CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-10-23 23:47:45

Modified files:
        cygwin         : ChangeLog cygheap.h cygtls.cc dcrt0.cc 
                         dtable.cc dtable.h sigproc.cc sync.h times.cc 

Log message:
        * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or 
suffer
        deadlocks.
        (class locked_process): Move to another header.
        * sync.h (lock_process): Define here.
        * cygtls.cc (_cygtls::fixup_after_fork): Reset spinning state as well as
        stacklock state.
        * dcrt0.cc (lock_process::locker): Define.
        (dtable::lock_cs): Delete.
        * dtable.cc (dtable_init): Eliminate call to init_lock().
        (dtable::fixup_after_fork): Ditto.
        (dtable::init_lock): Delete definition.
        * dtable.h (dtable::init_lock): Delete declaration.
        (dtable::lock): Use process lock rather than dtable-specific lock.
        (dtable::unlock): Ditto.
        * sigproc.cc (sigproc_init): Minor change to debugging output.
        * times.cc (utime_worker): Use build_fh_pc rather than reinterpreting 
the posix
        path name again.  Return any error from path_conv immediately.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3172&r2=1.3173
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.270&r2=1.271
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.160&r2=1.161
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.261&r2=1.262
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.69&r2=1.70

Reply via email to