Corinna Vinschen
5fd12fb0cc
* fhandler.cc (fhandler_base::is_nonblocking): New method.
(fhandler_base::set_nonblocking): Ditto.
* fhandler.h (fhandler_base): Declare new methods `is_nonblocking' and
`set_nonblocking'.
* fhandler_socket.cc (fhandler_socket::ioctl): Use `set_nonblocking'.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output):
Use `is_nonblocking'.
(fhandler_tty_slave::read): Ditto.
(fhandler_tty_slave::ioctl): Use `set_nonblocking'.
(fhandler_pty_master::ioctl): Ditto.
* net.cc (cygwin_sendto): Fallback to winsock 1 functionality
in case of nonblocking IO.
(cygwin_recvfrom): Ditto.
(cygwin_recv): Ditto.
(cygwin_send): Ditto.
* syscalls.cc (_read): Use `is_nonblocking'.
2001-08-15 07:49:15 +00:00
..
2001-04-19 03:55:02 +00:00
2001-08-15 07:49:15 +00:00
2001-07-06 00:57:52 +00:00
2001-08-05 12:52:43 +00:00
2001-05-20 04:25:02 +00:00
2001-05-21 09:03:38 +00:00
2001-08-15 03:24:18 +00:00
2001-08-10 11:52:35 +00:00
2001-05-15 05:11:55 +00:00
2001-05-05 04:18:16 +00:00
2001-05-05 04:18:16 +00:00
2000-02-17 19:38:33 +00:00
2000-08-10 23:51:25 +00:00
2001-05-15 05:11:55 +00:00
2000-10-02 02:05:23 +00:00