CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2012-12-21 18:52:00

Modified files:
        cygwin         : ChangeLog DevNotes cygtls.cc miscfuncs.cc 
                         pinfo.cc sigproc.cc sigproc.h sync.cc sync.h 
                         thread.cc 

Log message:
        * DevNotes: Add entry cgf-000017.
        * _cygtls.cc (_cygtls::call2): Use new exit_thread function in place of
        ExitThread.
        * miscfuncs.cc (thread_wrapper): Ditto.
        * thread.cc (pthread::exit): Ditto.
        (pthread_mutex::unlock): Set tid to NULL rather than 0.
        (pthread_spinlock::unlock): Ditto.
        * pinfo.cc (commune_process): Actually call lock_process constructor.
        * sigproc.cc (exit_thread): New function.
        (wait_sig): Handle __SIGTHREADEXIT case.  Don't just block rather than
        returning from this function.
        * sigproc.h (__SIGTHREADEXIT): New enum.
        (exit_thread): Declare.
        * sync.cc (muto::release): Accept a tls command-line argument.
        * sync.h (muto::release): Accept a tls command-line parameter.  Default 
to
        &_my_tls.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.6012&r2=1.6013
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.86&r2=1.87
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.316&r2=1.317
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.393&r2=1.394
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.116&r2=1.117
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.cc.diff?cvsroot=uberbaum&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.273&r2=1.274

Reply via email to