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 dir.cc fhandler.h fhan ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-08-19 16:18:43

Modified files:
	cygwin         : ChangeLog dir.cc fhandler.h 
	                 fhandler_disk_file.cc fhandler_process.cc 
	                 fhandler_virtual.cc 

Log message:
	* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
	dirent_saw_dev.
	* dir.cc (opendir): Don't zero __flags here.  Push that responsibility to
	opendir methods.
	(seekdir): Preserve dirent_isrrot in __flags.
	(rewinddir): Ditto.
	* fhandler_disk_file.cc (fhandler_disk_file::opendir): Set dirent_isroot
	appropriately.
	(fhandler_disk_file::readdir): Fill in "cygdrive" and "dev" if it is the root
	dir and they are missing.
	* fhandler_process.cc (fhandler_process::opendir): Set __flags here.
	* fhandler_virtual.cc (fhandler_virtual::opendir): Set __flags here.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3037&r2=1.3038
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dir.cc.diff?cvsroot=uberbaum&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.261&r2=1.262
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=uberbaum&r1=1.34&r2=1.35


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