diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b86eb882e..0ddebd52d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2007-07-27 Corinna Vinschen <corinna@vinschen.de> + * autoload.cc (CreateHardLinkA): Remove. + * fhandler_disk_file.cc (fhandler_disk_file::link): Drop GetBinaryType + test. Just check exe suffix instead. Tune creating new file name. + Implement creating hard link using native NT functions which works + on all platforms. + * ntdll.h (STATUS_INVALID_DEVICE_REQUEST): Define. + (struct _FILE_LINK_INFORMATION): Define. + +2007-07-27 Corinna Vinschen <corinna@vinschen.de> + * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Use NtQueryInformationFile instead of GetFileSize, NtFsControlFile instead of DeviceIoControl. |