cantab.net!aia21
0260c6db9c
Update
...
(Logical change 1.297)
2004-03-05 11:41:37 +00:00
cantab.net!aia21
88609677fd
Make ntfs_attrs_walk() use AT_UNUSED and CASE_SENSITIVE instead of
...
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
2004-03-05 11:41:37 +00:00
cantab.net!aia21
4de7c6fde0
Make ntfs_attrs_walk() use AT_UNUSED and CASE_SENSITIVE instead of
...
zero when calling ntfs_lookup() for type checking correctness. (Yuval
Fledel)
(Logical change 1.297)
2004-03-05 11:41:37 +00:00
cantab.net!aia21
3c69e66ff8
In attribute lookup code in libntfs/attrib.c, check type against
...
AT_UNUSED and not zero.
(Logical change 1.297)
2004-03-05 11:41:37 +00:00
cantab.net!aia21
c5543c6049
Update
...
(Logical change 1.296)
2004-03-05 11:27:01 +00:00
cantab.net!aia21
5729164fad
Rename 'opt' struct member stdout to std_out in ntfsclone.c because
...
stdout is a macro on Cygwin and compilation fails. (Yuval Fledel)
BKrev: 40486405bIKlyf0vdHiK_Tpx867NxA
2004-03-05 11:27:01 +00:00
cantab.net!aia21
654f3b7721
Rename 'opt' struct member stdout to std_out because stdout is a
...
macro on Cygwin and compilation fails. (Yuval Fledel)
(Logical change 1.296)
2004-03-05 11:27:01 +00:00
cantab.net!aia21
9d70153483
Update.
...
(Logical change 1.295)
2004-03-05 11:23:42 +00:00
cantab.net!aia21
0905db9495
Rename private to priv_data in ntfs_device_alloc() to avoid name
...
space clashes with C++. (Yuval Fledel, modified fix by me)
BKrev: 4048633eFq7vztAr7U8Kibj34d15Uw
2004-03-05 11:23:42 +00:00
cantab.net!aia21
607036db7d
Rename private to priv_data in ntfs_device_alloc() to avoid name
...
space clashes with C++. (Yuval Fledel, modified fix by me)
(Logical change 1.295)
2004-03-05 11:23:42 +00:00
cantab.net!aia21
61115edf14
Update/modernise build system: autogen.sh now uses autoreconf; run
...
autoupdate && autoreconf --force and fixup the fallout damage; rename
INCLUDES to AM_CPPFLAGS; add $srcdir to getgccver invocation.
BKrev: 40485ec8_gVMUo34wsOoiNQoLmoq4g
2004-03-05 11:04:40 +00:00
cantab.net!aia21
a2a03c63b3
Update.
...
(Logical change 1.294)
2004-03-05 11:04:40 +00:00
cantab.net!aia21
73fdc0ebd9
Update to use autoreconf.
...
(Logical change 1.294)
2004-03-05 11:04:40 +00:00
cantab.net!aia21
589f5ec22f
Update so getggcver is always found (make distcheck used to fail because
...
of this for example).
(Logical change 1.294)
2004-03-05 11:04:40 +00:00
cantab.net!aia21
a2e4ff7cb6
Rename INCLUDES to AM_CPPFLAGS.
...
(Logical change 1.294)
2004-03-05 11:04:40 +00:00
cantab.net!aia21
7bd2f3f8d5
Update.
...
(Logical change 1.293)
2004-03-05 09:45:14 +00:00
cantab.net!aia21
a7e6f2acb5
Modify layout.h and logfile.h expanding/naming annonymous structs
...
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
2004-03-05 09:45:14 +00:00
cantab.net!aia21
260305c102
Modify layout.h and logfile.h expanding/naming annonymous structs
...
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)
2004-03-05 09:45:14 +00:00
cantab.net!aia21
e749fdc229
Add Yuval Fledel.
...
(Logical change 1.293)
2004-03-05 09:45:14 +00:00
cantab.net!aia21
b87932368a
Minor update.
...
(Logical change 1.292)
2004-03-04 17:03:27 +00:00
cantab.net!aia21
32ee437ae4
Minor update and fix another compiler warning.
...
BKrev: 4047615fP5BnfzxqixCA3rxSshEqjQ
2004-03-04 17:03:27 +00:00
cantab.net!aia21
a6629ede03
And another compiler warning.
...
(Logical change 1.292)
2004-03-04 17:03:27 +00:00
cantab.net!aia21
6b66bce89d
update
...
(Logical change 1.291)
2004-03-04 16:59:58 +00:00
cantab.net!aia21
852af74c58
Fix mkntfs for large volumes where the number of clusters would
...
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)
2004-03-04 16:59:58 +00:00
cantab.net!aia21
743f2c3632
Fix compiler warning with --enable-maintainer-mode.
...
(Logical change 1.291)
2004-03-04 16:59:58 +00:00
cantab.net!aia21
863a98f704
- Fix mkntfs for large volumes where the number of clusters would
...
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
2004-03-04 16:59:58 +00:00
cantab.net!aia21
b99d045075
Update doc/CodingStyle
...
(Logical change 1.290)
2004-03-01 12:47:17 +00:00
cantab.net!aia21
42d06b623c
Update CodingStyle as suggested by Szaka.
...
BKrev: 404330d5HTRnMqOaDr6XDbTFv6IVwA
2004-03-01 12:47:17 +00:00
cantab.net!aia21
4460ccc41a
Update ChangeLog
...
(Logical change 1.290)
2004-03-01 12:47:17 +00:00
cantab.net!aia21
5f2ae1a245
Update to 1.8.6-WIP.
...
BKrev: 4041f513kMym4zqrJcnjdh3JzFrbMg
2004-02-29 14:20:03 +00:00
cantab.net!aia21
ddc702a582
Update to 1.8.6-WIP.
...
(Logical change 1.289)
2004-02-29 14:20:03 +00:00
cantab.net!aia21
989f4ad69f
Update.
...
(Logical change 1.288)
2004-02-29 14:09:45 +00:00
cantab.net!aia21
089a45c625
Guard config.h inclusiong with ifdef HAVE_CONFIG_H. Suggested by Christophe Grenier.
...
BKrev: 4041f2a9ad7n_rWxn-oYtMdMPYYHHA
2004-02-29 14:09:45 +00:00
cantab.net!aia21
f64410dbb7
Guard config.h inclusiong with ifdef HAVE_CONFIG_H
...
(Logical change 1.288)
2004-02-29 14:09:45 +00:00
cantab.net!aia21
40261dcd62
Update.
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
9c38c54864
Update for 1.8.5 relelase.
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
a619085383
Update for 1.8.5 release.
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
acbe4ec1e7
Update
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
3f12891c07
Remove compiler warning by rearranging code a bit in ntfs_mount().
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
7239c1f42b
Adapt BLKGETSIZE64 definition to the one found in 2.6 kernels.
...
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21
25766b3757
- Update for 1.8.5 relelase.
...
- Adapt BLKGETSIZE64 definition to the one found in 2.6 kernels.
- Remove compiler warning by rearranging code a bit in ntfs_mount().
BKrev: 403f73daa9iktClfg6W-4WlIYJmjhA
2004-02-27 16:44:10 +00:00
cantab.net!aia21
f5090dc763
Fix typo in Andra's email address.
...
BKrev: 403e0a3fQB-9CgbOXwJCCW7SZqwdfw
2004-02-26 15:01:19 +00:00
cantab.net!aia21
1002bad82c
Fix typo in Andra's email address.
...
(Logical change 1.286)
2004-02-26 15:01:19 +00:00
cantab.net!aia21
dfa5c497f7
- Fix a duplicated free() in mkntfs. (Andras Erdei)
...
- Fix option display in mkntfs. (Andras Erdei)
BKrev: 403df9200bFP9MajDeL2uvp59lrN2Q
2004-02-26 13:48:16 +00:00
cantab.net!aia21
6eb9812220
- Fix a duplicated free() in mkntfs. (Andras Erdei)
...
- Fix option display in mkntfs. (Andras Erdei)
(Logical change 1.285)
2004-02-26 13:48:16 +00:00
cantab.net!aia21
a16c548e71
Fix the fix. (-:
...
BKrev: 403de1b7iPcmIN33bXzNithwVtCgAA
2004-02-26 12:08:23 +00:00
cantab.net!aia21
42e3faba21
Fix the fix. (-:
...
(Logical change 1.284)
2004-02-26 12:08:23 +00:00
cantab.net!aia21
3949cb41a6
Update.
...
(Logical change 1.283)
2004-02-26 11:41:48 +00:00
cantab.net!aia21
f0ad8c7ed0
Update
...
(Logical change 1.283)
2004-02-26 11:41:48 +00:00
cantab.net!aia21
6cecd0e726
Detect NO_NTFS_DEVICE_DEFAULT_IO_OPS and #error appropriately.
...
(Logical change 1.283)
2004-02-26 11:41:48 +00:00