diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ca68bb8bd..e8574d5dd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,14 @@ 2007-07-27 Corinna Vinschen <corinna@vinschen.de> + * 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. + +2007-07-27 Corinna Vinschen <corinna@vinschen.de> + * fhandler_disk_file.cc (is_volume_mountpoint): New static inline function. (path_conv::ndisk_links): Call is_volume_mountpoint. |