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.cc fhandler_f ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-04-16 05:20:01

Modified files:
	cygwin         : ChangeLog fhandler.cc fhandler_fifo.cc pipe.cc 
	cygwin/include/cygwin: version.h 

Log message:
	* fhandler.cc (fhandler::dup): Duplicate flags, too.
	* fhandler.h (fhandler_fifo::owner): Eliminate.
	* fhandler_disk_file.cc (fhandler_base::fstat_fs): Handle on-disk devices
	better.
	(fhandler_base::fstat_helper): Ditto.
	* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Don't initialize obsolete
	"owner".
	(fhandler_fifo::open_not_mine): Add some debugging.  Duplicate correct handle
	when we own it.
	(fhandler_fifo::open): Set flags from input, not from first pipe.  Flag that
	fork fixup is needed.
	(fhandler_fifo::dup): Set errno correctly when DuplicateHandle fails.
	* pinfo.cc (commune_send): Add debugging for fifo.
	* cygwin/version.h: Bump API minor version to 127 to reflect exporting of
	sigrelese.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2840&r2=1.2841
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.230&r2=1.231
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaum&r1=1.185&r2=1.186


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