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 dcrt0.cc dtable.cc dta ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-10-01 18:58:06

Modified files:
	cygwin         : ChangeLog dcrt0.cc dtable.cc dtable.h path.h 
	                 syscalls.cc 

Log message:
	* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.
	(dtable::init_std_file_from_handle): Eliminate name parameter.
	* dtable.cc (stdio_init): Don't pass bogus name to init_std_file_from_handle.
	The function will figure out the name itself.
	(dtable::init_std_file_from_handle): Eliminate name parameter.  Assume that
	we're always called with an appropriate fd.  Pass name as NULL if we can't
	simply figure it out from context.
	(cygwin_attach_handle_to_fd): Pass path_conv argument to build_fhandler.
	(dtable::build_fhandler): Make path_conv argument mandatory.  Eliminate
	specific call to get_device_number.  With unknown device names, set name from
	handle context for parsing by path_conv.
	(dtable::build_fhandler): Pass path_conv argument to build_fhandler.
	* path.h (path_conv::set_isdisk): Set disk device type.
	(path_conv::is_device): Don't consider FH_DISK a "device".
	* syscalls.cc (_open): Pass path_conv argument by reference.
	(stat_worker): Ditto.
	(_rename): Use path_conv operators.  Add bounds to DeleteFile/MoveFile for
	loop.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.930&r2=1.931
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.113&r2=1.114
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.150&r2=1.151


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