CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-04-30 16:34:49

Modified files:
        winsup/cygwin  : ChangeLog fcntl.cc fhandler_socket.cc flock.cc 
                         mmap.cc posix_ipc.cc select.cc syscalls.cc 
                         termios.cc thread.cc 

Log message:
        * fcntl.cc (fcntl64): Call pthread_testcancel.
        * fhandler_socket.cc (fhandler_socket::connect): Ditto.
        (fhandler_socket::accept4): Ditto.
        (fhandler_socket::recvfrom): Ditto.
        (fhandler_socket::recvmsg): Ditto.
        (fhandler_socket::sendto): Ditto.
        (fhandler_socket::sendmsg): Ditto.
        * flock.cc (lf_setlock): Allow to cancel thread running blocking
        file lock.  Try to make code more readable.
        (lockf): Call pthread_testcancel.
        * mmap.cc (msync): Ditto.
        * posix_ipc.cc (ipc_cond_timedwait): Call pthread::static_cancel_self
        rather than pthread_testcancel.
        * select.cc (cygwin_select): Call pthread_testcancel.
        * syscalls.cc (pread): Ditto.
        (pwrite): Ditto.
        (readv): Ditto.
        (writev): Ditto.
        (open): Ditto.
        (close): Ditto.
        (fsync): Ditto.
        * termios.cc (tcdrain): Ditto.
        * thread.cc: Align list of cancellation points with above changes.
        Mark not-implemented functions, too.
        (cancelable_wait): Don't set unused object indices to WAIT_FAILED
        since that could result in wrong behaviour.  Set them to the invalid
        value WAIT_TIMEOUT + 1 instead.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5283&r2=1.5284
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fcntl.cc.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.272&r2=1.273
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/flock.cc.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix_ipc.cc.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.166&r2=1.167
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.580&r2=1.581
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/termios.cc.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.232&r2=1.233

Reply via email to