CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-07-27 10:10:57

Modified files:
        winsup/cygwin  : ChangeLog fhandler_disk_file.cc ntdll.h 

Log message:
        * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
        RtlSplitUnicodePath.
        (fhandler_disk_file::fstat): Rename oret to opened.  Open file using NT
        functions right here.  Try to open parent dir instead of root directory
        to avoid call to rootdir.  Use NtFsControlFile.
        * ntdll.h (RtlSplitUnicodePath): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3861&r2=1.3862
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.228&r2=1.229
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.52&r2=1.53

Reply via email to