CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-01-22 19:03:19

Modified files:
        winsup/cygwin  : ChangeLog cygtls.cc exceptions.cc sigproc.cc 
                         sigproc.h 

Log message:
        * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
        * exceptions.cc (setup_handler): Improve debugging output.
        (call_signal_handler_now): Remove ill-advised debugger call.
        * sigproc.cc (sigcomplete_main): Delete.
        (sig_send): Honor FIXME and avoid using main thread's completion event for
        everything or suffer races.
        (pending_signals::add): Default stored mask to current process mask rather than
        mask at time of signal send.
        (wait_sig): Add debugging output.
        * sigproc.h (sigpacket::mask_storage): Delete.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2278&r2=1.2279
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.194&r2=1.195
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.178&r2=1.179
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&r1=1.64&r2=1.65

Reply via email to