CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-10-11 02:21:31

Modified files:
        winsup/cygwin  : ChangeLog cygtls.cc cygtls.h select.cc 
                         tlsoffsets.h 

Log message:
        * cygtls.h (exitsock): New element.
        (exitsock_sin): Ditto.
        * cygtls.cc (_cygtls::init_thread): Initialize exitsock to invalid handle.
        (_cygtls::call2): Close exitsock if it is valid.
        * select.cc (struct socketinf): Remove sin element.
        (start_thread_socket): Initialize one SOCK_DGRAM socket per thread instead of
        (apparently) expensive opening and closing of socket with each select call.
        (socket_cleanup): Send a byte to the exitsock socket as a way to potentially
        signal a waiting-for-socket thread to exit.
        * tlsoffsets.h: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2582&r2=1.2583
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tlsoffsets.h.diff?cvsroot=src&r1=1.14&r2=1.15

Reply via email to