CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-06-03 14:05:17

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc net.cc 

Log message:
        * fhandler_socket.cc (connect_thread): Remove.
        (accept_thread): Remove.
        (fhandler_socket::connect): Remove all special blocking handling.
        (fhandler_socket::accept): Ditto.
        * net.cc (cygwin_connect): Make blocking sockets temporarily
        non-blocking and call cygwin_select on them to be interruptible.
        (cygwin_accept):  Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1922&r2=1.1923
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.102&r2=1.103
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.143&r2=1.144

Reply via email to