winsup/cygwin ChangeLog errno.cc fhandler.cc f ...

cgf@cygwin.com cgf@cygwin.com
Sun Jun 14 23:42:00 GMT 2009


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2009-06-14 23:42:09

Modified files:
	cygwin         : ChangeLog errno.cc fhandler.cc fhandler.h 
	                 fhandler_tty.cc 

Log message:
	* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
	* fhandler.cc (fhandler_base::fcntl): Fix comment.
	(fhandler_base::wait_overlapped): Accept an optional len parameter.  Use the
	len parameter when WriteFile fails with ERROR_IO_PENDING.  Make debug output
	less alarming.
	(fhandler_base::write_overlapped): Pass len to wait_overlapped.
	* fhandler.h (fhandler_base::wait_overlapped): Add an optional argument
	denoting the number of characters intended to be written.
	* fhandler_tty.cc (fhandler_pty_master::close): Don't close archetype handles
	when cygwin is still initializing since the handles aren't actually opened at
	that point.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4527&r2=1.4528
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/errno.cc.diff?cvsroot=uberbaum&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.343&r2=1.344
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.364&r2=1.365
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.187&r2=1.188



More information about the Cygwin-cvs mailing list