src/winsup/cygwin ChangeLog fhandler.cc fhandl ...

corinna@sourceware.cygnus.com corinna@sourceware.cygnus.com
Wed Aug 15 00:49:00 GMT 2001


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-08-15 00:49:15

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

Log message:
	* 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'.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.820&r2=1.821
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.71&r2=1.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.134&r2=1.135



More information about the Cygwin-cvs mailing list