acadia-newlib/winsup
Corinna Vinschen 6a574f1ad6 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.
* fhandler.h: Move definitions of O_NOSYMLINK, O_DIROPEN and
        OLD_O_NDELAY from winsup.h to here. Add O_NONBLOCK_MASK define.
        * fhandler_socket.cc (fhandler_socket::close): Add hack to allow
        a graceful shutdown even if shutdown() hasn't been called by the
        application. Add debug output.
        (fhandler_socket::ioctl): Set fhandler's NONBLOCK flag according
        to FIONBIO setting.
        (fhandler_socket::fcntl): Use new O_NONBLOCK_MASK define. Actually
        set `request' before using it.
        * fhandler_tty.cc: Use new O_NONBLOCK_MASK define throughout.
        (fhandler_tty_slave::ioctl): Set fhandler's NONBLOCK flag according
        to FIONBIO setting.
        (fhandler_pty_master::ioctl): Ditto.
        * net.cc (wsock_event::prepare): Compare WSACreateEvent return code
        with `WSA_INVALID_EVENT' according to MSDN.
        * syscalls.cc (_read): Use new O_NONBLOCK_MASK define.
2001-08-14 07:41:45 +00:00
..
bz2lib
cygwin * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define. 2001-08-14 07:41:45 +00:00
doc
mingw * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__. 2001-08-05 12:52:43 +00:00
subauth
testsuite
utils
w32api * lib/kernels.c: New file. 2001-08-10 11:52:35 +00:00
CYGWIN_LICENSE
ChangeLog
MAINTAINERS
Makefile.common
Makefile.in
configure
configure.in