CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-05-04 13:06:10

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_console.cc 
                         fhandler_serial.cc fhandler_tty.cc pipe.cc 
                         select.cc syscalls.cc 

Log message:
        * fhandler.h (class fhandler_base): Remove uninterruptible_io status
        flag.
        (fhandler_base::ready_for_read): Remove declaration.
        (fhandler_socket::ready_for_read): Ditto.
        (fhandler_pipe::ready_for_read): Ditto.
        (fhandler_tty_master::is_slow): Remove.
        * fhandler_console.cc (fhandler_console::open): Drop setting
        uninterruptible_io.
        * fhandler_serial.cc (fhandler_serial::open): Ditto.
        * fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Ditto.
        (fhandler_tty_master::init_console): Ditto.
        * pipe.cc (fhandler_pipe::fhandler_pipe): Ditto.
        (fhandler_pipe::open): Ditto.
        (_pipe): Ditto.
        * select.cc (fhandler_pipe::ready_for_read): Remove.
        (fhandler_base::ready_for_read): Remove.
        * syscalls.cc (readv): Drop unneeded wait variable.  Remove entire test
        which might lead to calling ready_for_read.  Remove now unused label
        out.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5308&r2=1.5309
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.419&r2=1.420
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.227&r2=1.228
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=src&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.222&r2=1.223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pipe.cc.diff?cvsroot=src&r1=1.126&r2=1.127
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.170&r2=1.171
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.581&r2=1.582

Reply via email to