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 dir.cc errno.cc fh ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-05-11 00:10:11

Modified files:
	winsup/cygwin  : ChangeLog dir.cc errno.cc fhandler.h 
	                 fhandler_disk_file.cc fhandler_socket.cc 
	                 path.cc syscalls.cc winsup.h 
	winsup/cygwin/include/cygwin: stat.h types.h 

Log message:
	* dir.cc (readdir): Fill out new old_d_ino field.
	* fhandler.h (fhandler_base::namehash): Define as ino_t.
	(fhandler_base::get_namehash): Ditto.
	* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64
	bit st_ino.
	* fhandler_socket.cc (fhandler_socket::fstat): Ditto.
	* path.cc (hash_path_name): Return ino_t.
	* syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit.
	* winsup.h (hash_path_name): Declare as returning ino_t.
	* include/cygwin/stat.h (__stat32): Use 32 bit st_ino.
	(__stat64): Use 64 bit st_ino.
	* include/cygwin/types.h (__ino64_t): Define.
	(__ino32_t): Ditto.
	(ino_t): Define appropriately.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1888&r2=1.1889
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/errno.cc.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.159&r2=1.160
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.90&r2=1.91
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.249&r2=1.250
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.266&r2=1.267
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.112&r2=1.113
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/stat.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/types.h.diff?cvsroot=src&r1=1.18&r2=1.19


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