2003/10/31 18:10:18+00:00 flatcap.org!ntfs
big reorganisation
extra options
will move any attributes now, including dirs
(prevented it touching metadata)
2003/10/29 18:13:30+00:00 flatcap.org!ntfs
move dump_mem to utils
2003/10/28 15:48:10+00:00 flatcap.org!ntfs
(Logical change 1.299)
2004/02/27 17:36:16+00:00 cantab.net!aia21
Auto merged
2004/02/17 18:14:14+00:00 cantab.net!aia21
Manual merge
2004/02/17 06:22:34+02:00 omakaista.fi!szaka
BLKGETSIZE ioctl uses unsigned long, not long for the size parameter.
Thus the maximum supported device is 2 TB on 32 bit platforms now
instead of only 1 TB.
(Logical change 1.299)
2004/02/25 14:43:31+00:00 cantab.net!aia21
Auto merged
2003/11/19 16:05:20+00:00 cantab.net!aia21
Auto merged
2003/11/02 23:22:27+00:00 flatcap.org!ntfs
add cluster to the build
2003/10/28 15:48:10+00:00 flatcap.org!ntfs
add ntfsmove to the build
(Logical change 1.299)
2004/02/20 14:44:47+00:00 cantab.net!aia21
Auto merged
2004/01/15 16:58:19+00:00 cantab.net!aia21
Auto merged
2004/01/07 15:48:41+00:00 cantab.net!aia21
Auto merged
2004/01/05 12:39:36+00:00 cantab.net!aia21
Auto merged
2003/12/05 18:09:00+00:00 cantab.net!aia21
Auto merged
2003/12/03 12:41:54+00:00 cantab.net!aia21
Auto merged
2003/11/04 13:06:21+00:00 cantab.net!aia21
Auto merged
2003/10/28 15:55:31+00:00 flatcap.org!ntfs
a few tweaks to help folding
(Logical change 1.299)
2004/02/17 18:14:43+00:00 cantab.net!aia21
Manual merge
2004/02/17 06:22:34+02:00 omakaista.fi!szaka
BLKGETSIZE ioctl uses unsigned long, not long for the size parameter.
Thus the maximum supported device is 2 TB on 32 bit platforms now
instead of only 1 TB.
(Logical change 1.299)
2004/01/07 15:48:41+00:00 cantab.net!aia21
Auto merged
2004/01/06 14:43:22+00:00 cantab.net!aia21
Auto merged
2003/11/19 00:40:18+00:00 flatcap.org!ntfs
Auto merged
2003/10/29 18:13:30+00:00 flatcap.org!ntfs
add dump_mem
remove junk that wasn't being used
(Logical change 1.299)
manual provision of CC=gcc, AR=ar, and LD=ld if they are not set and
the target is *-*-*djgpp. (Requested by Christophe Grenier)
BKrev: 40490afdVA7BUL7-q11Cv7hRLr9Sxg
manual provision of CC=gcc, AR=ar, and LD=ld if they are not set and
the target is *-*-*djgpp. (Requested by Christophe Grenier)
(Logical change 1.298)
zero when calling ntfs_lookup() for type checking correctness. (Yuval
Fledel)
In attribute lookup code in libntfs/attrib.c, check type against
AT_UNUSED and not zero.
BKrev: 40486771LHDy46YxgQ1hvUUpK2k5ow
autoupdate && autoreconf --force and fixup the fallout damage; rename
INCLUDES to AM_CPPFLAGS; add $srcdir to getgccver invocation.
BKrev: 40485ec8_gVMUo34wsOoiNQoLmoq4g
and unions (much like I did earlier in the kernel driver) so that
the -fms-extensions switch is no longer required. Also, removed
the -fms-extensions switch and associated autodetection from
./configure.ac. (Yuval Fledel with small fixes from me)
BKrev: 40484c2asRC1SlQMVfhDhHkULzq0Ew
and unions (much like I did earlier in the kernel driver) so that
the -fms-extensions switch is no longer required. Also, removed
the -fms-extensions switch and associated autodetection from
./configure.ac. (Yuval Fledel with small fixes from me)
(Logical change 1.293)
exceed the maximum of 32 bits and mkntfs would segfault. Now we
increase the cluster size until the number of clusters no longer
exceeds 32 bits or the maximum cluster size is reached. We then
exit with an appropriate error message. (Thanks to Szaka for the
bug report.)
Also fix some compiler warnings in mkntfs with --enable-maintainer-mode.
(Logical change 1.291)
exceed the maximum of 32 bits and mkntfs would segfault. Now we
increase the cluster size until the number of clusters no longer
exceeds 32 bits or the maximum cluster size is reached. We then
exit with an appropriate error message. (Thanks to Szaka for the
bug report.)
- Also fix some compiler warnings in mkntfs with --enable-maintainer-mode.
BKrev: 4047608erW-8wtmrh6ySSD3kjzZB4Q