(Logical change 1.491)
edge.strict_endians
cantab.net!aia21 2004-08-12 08:21:50 +00:00
parent aa85d7a8b1
commit d85cb21fed
1 changed files with 2 additions and 10 deletions

View File

@ -24,16 +24,8 @@ xx/xx/2004 - 1.9.3-WIP
- ntfswipe - wipe file tails and directory indexes (Yura)
- Bugfix in ntfs_rl_pread,pwrite for pos > 0. (Yura)
- Added special image format support in ntfsclone. (Per Olofsson)
- Major win32_io.c update implementing ->ioctl, ->sync, and ->stat.
Should compile on any machine with NT/2k/XP compatible include files.
That means EVERY cygwin/mingw32 compiler, possibly even
Intel/Microsoft. Will probably not work on djgpp. All external DLL
imports exist on any Windows 9x/NT+, so it should work on any Windows
PC. Tested only on Windows XP. The write code is trivial now, but I
would wait with it until I figure out how to find if a volume is
mounted or not in Windows. Also mkntfs still has no chance of
working as getting the head-count is NT specific and as such wasn't
implemented. (Yuval)
- Major win32_io.c update implementing ->ioctl, ->sync, ->stat, and
->write. NOTE: This might break djgpp compatibility. (Yuval)
- Added truncate option to ntfsundelete. (mabs)
- Bugfix in ntfs_attr_size_bounds_check that caused it always fail,
if no maximum limit for attribute size. (Yura)