This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-08-14 00:41:46

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

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

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.817&r2=1.818
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.74&r2=1.75
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.70&r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.61&r2=1.62


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]