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]

winsup/cygwin ChangeLog dtable.cc fhandler.h f ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-09-24 14:50:45

Modified files:
	cygwin         : ChangeLog dtable.cc fhandler.h fhandler_tty.cc 
	                 how-vfork-works.txt pipe.cc select.cc 
	                 syscalls.cc 

Log message:
	* fhandler.h (fhandler_pipe::hit_eof): New method.
	(writepipe_exists): New class element.
	(orig_pid): Ditto.
	(id): Ditto.
	(is_slow): Eliminate.
	* pipe.cc (fhandler_pipe::set_close_on_exec): Set inheritance on
	writepipe_exists, if it exists.
	(fhandler_pipe::hit_eof): New method, modelled after tty.
	(fhandler_pipe::dup): Duplicate writepipe_exists, if it exists.
	(make_pipe): Set up a dummy event for pipes on windows 9x.  The nonexistence
	of this event means that the write side of the pipe has closed.
	(_dup): Move to syscalls.cc
	(_dup2): Ditto.
	
	* dtable.cc (dtable::build_fhandler): Fill out set_names here, if appropriate.
	* syscalls.cc (_open): Call set_names in build_fhandler.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.913&r2=1.914
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.82&r2=1.83
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/how-vfork-works.txt.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.148&r2=1.149


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