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]
Other format: [Raw text]

winsup/cygwin ChangeLog fhandler.h select.cc s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2010-04-02 22:36:44

Modified files:
	cygwin         : ChangeLog fhandler.h select.cc select.h 
	                 syscalls.cc 

Log message:
	* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
	* select.cc (peek_pipe): Reorganize slightly.  Don't attempt to check a handle
	if it has ongoing I/O.
	(select_pipe_info::select_pipe_info): Delete definition.
	(select_pipe_info::~select_pipe_info): Delete definition.
	(thread_pipe): Get rid of WFMO call.  Reorganize loop.
	(pipe_cleanup): Remove dependence on destructor.
	(thread_serial): Reorganize loop.
	* select.h (select_pipe_info): Empty this class since it no longer has any
	special requirements (for now).
	* syscalls.cc (readv): Remove an unneeded debug printf.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4895&r2=1.4896
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.397&r2=1.398
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.159&r2=1.160
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.h.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.558&r2=1.559


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