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]

src/winsup/cygwin ChangeLog fhandler.cc fhandl ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2004-12-26 02:10:31

Modified files:
	winsup/cygwin  : ChangeLog fhandler.cc fhandler_disk_file.cc 
	                 path.cc pinfo.cc 

Log message:
	* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
	disk" device or fifo.
	(fhandler_base::fchown): Ditto for changing ownership.
	* fhandler_disk_file.cc (fhandler_base::fstat_helper): Accommodate device files
	on ntfs partitions.
	* path.cc (path_conv::check): Use isfs function to figure out if a path exists
	on a filesystem to make sure that device files are caught.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2638&r2=1.2639
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.211&r2=1.212
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.93&r2=1.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.335&r2=1.336
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.132&r2=1.133


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