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

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_socket.cc 

Log message:
        * fhandler.h (class fhandler_socket): Add "owner" status flag.
        * fhandler_socket.cc (wait): Take flag parameter to take FD_OOB into
        account.  Don't wait infinitely.
        (fhandler_socket::recvfrom): Also wait for FD_OOB if socket owner.
        (fhandler_socket::recvmsg): Ditto.
        (fhandler_socket::sendto): Ditto.
        (fhandler_socket::sendmsg): Ditto.
        (fhandler_socket::fcntl): Set owner status flag if F_SETOWN with own
        pid is called.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2467&r2=1.2468
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.207&r2=1.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.132&r2=1.133

Reply via email to