CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-07-25 15:19:36

Modified files:
        winsup/cygwin  : ChangeLog fhandler_console.cc fhandler_tty.cc 

Log message:
        * fhandler_console.cc (fhandler_console::ioctl): Fetch console events
        using PeekConsoleInput and return only key down events in buf.
        * fhandler_tty.cc (fhandler_pty_slave::ioctl): Always return EINVAL
        if PeekNamedPipe fails.
        (fhandler_pty_master::ioctl): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5452&r2=1.5453
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.246&r2=1.247
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.238&r2=1.239

Reply via email to