diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-08-21 12:37:40 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-08-21 12:37:40 +0000 |
commit | 1b61bf152b3972c6afd3f938d7654c7738b1c2bc (patch) | |
tree | aef05189fb494912b59ec82f49bc69ed7a71bd0f /winsup/cygwin/ChangeLog | |
parent | 66e36b7987c8690029768d38b0caeb480a29fe42 (diff) | |
download | cygnal-1b61bf152b3972c6afd3f938d7654c7738b1c2bc.tar.gz cygnal-1b61bf152b3972c6afd3f938d7654c7738b1c2bc.tar.bz2 cygnal-1b61bf152b3972c6afd3f938d7654c7738b1c2bc.zip |
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
(NtQueryAttributesFile): Move to maintain alphabetical order of
declarations. Add comment to note that timestamp information returned
by NtQueryAttributesFile is unreliable.
* path.h (etc::changed_h): Move here.
(etc::fn): Change type to OBJECT_ATTRIBUTES.
(etc::last_modified): Change type to LARGE_INTEGER.
(etc::init): Take PUNICODE_STRING as second argument.
* path.cc: Accomodate above changes.
(etc::test_file_change): Use NT native functions.
(etc::dir_changed): Ditto.
* uinfo.cc (pwdgrp::load): Call etc::init with NT native path.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cb80c589c..7ed188da2 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,20 @@ 2007-08-21 Corinna Vinschen <corinna@vinschen.de> + * ntdll.h (NtNotifyChangeDirectoryFile): Declare. + (NtQueryAttributesFile): Move to maintain alphabetical order of + declarations. Add comment to note that timestamp information returned + by NtQueryAttributesFile is unreliable. + * path.h (etc::changed_h): Move here. + (etc::fn): Change type to OBJECT_ATTRIBUTES. + (etc::last_modified): Change type to LARGE_INTEGER. + (etc::init): Take PUNICODE_STRING as second argument. + * path.cc: Accomodate above changes. + (etc::test_file_change): Use NT native functions. + (etc::dir_changed): Ditto. + * uinfo.cc (pwdgrp::load): Call etc::init with NT native path. + +2007-08-21 Corinna Vinschen <corinna@vinschen.de> + * fhandler_disk_file.cc: Change debugging output througout to print the NT status consistently. Use UNICODE path information if available. |