into cantab.net:/home/src/ntfsprogs-devel
2004/03/10 15:17:29+00:00 cantab.net!aia21
Try the SuSE patch for fixing the constant bswap absence on some arch problem.
BKrev: 404f319fX7YIicfmWB5TDur9Pd5WFg
2004/03/10 15:17:28+00:00 cantab.net!aia21
Remove the bswap constant detection from configure.ac again to try out
the SuSE patch for fixing the problem.
(Logical change 1.315)
into cantab.net:/home/src/ntfsprogs-devel
2004/03/10 10:21:36+00:00 cantab.net!aia21
Use AC_CHECK_DECLS in configure.ac to determine if the constant bswap
functions are defined/declared and define them to the non-constant ones
in endians.h if not.
BKrev: 404eec4bHP7cgSgBv1XkbN3OUz3fGQ
2004/03/10 10:21:35+00:00 cantab.net!aia21
Use AC_CHECK_DECLS in configure.ac to determine if the constant bswap
functions are defined/declared and define them to the non-constant ones
in endians.h if not.
(Logical change 1.314)
2004/03/10 10:21:34+00:00 cantab.net!aia21
Use AC_CHECK_DECLS in configure.ac to determine if the constant bswap
functions are defined/declared and define them to the non-constant ones
in endians.h if not.
(Logical change 1.314)
2004/03/10 10:13:38+02:00 omakaista.fi!szaka
- Added warnings about not modifying text messages external tools use
- Options -i -s together aren't supported anymore, if needed use -n -v -s instead
- Usage() cleanup
- Some endianness fixes
- Suggest chkdsk /f if mount fails with EIO (Paul A. Steckler)
- Removed BETA and STABLE hints, now there is only one STABLE
- The --info option estimates the theoretically smallest shrunken size thus the message changed from "You ccould resize ..." to "You might resize ...".
(Logical change 1.312)
into cantab.net:/home/src/ntfsprogs-devel
2004/03/10 11:08:29+02:00 omakaista.fi!szaka
hand merged
2004/03/10 10:20:07+02:00 omakaista.fi!szaka
- Added warnings about not modifying text messages external tools use
- Options -i -s together aren't supported, if needed use -n -v -s instead
- Usage() cleanup
- Some endianness fixes
- Suggests chkdsk /f if mount fails with EIO (Paul A. Steckler)
- Removed BETA and STABLE hints, now there is only one STABLE
- The --info option estimates the theoretically smallest shrunken size thus the message changed from "You ccould resize ..." to "You might resize ...".
- Manual update
BKrev: 404edfcc7Y3OUv1fPIlkj_nB4-MkBQ
into cantab.net:/home/src/ntfsprogs-devel
2004/03/10 09:20:51+00:00 cantab.net!aia21
Use AC_GNU_SOURCE instead of doing it manually.
BKrev: 404ede31HIgRE3BpmQv_DLWjL-aQzg
2004/03/09 14:38:52+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
BKrev: 404dd906ZnIHBbTe4bIWl40WThcnkA
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:51+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:49+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
into cantab.net:/home/src/ntfsprogs-devel
2004/03/09 12:38:19+00:00 cantab.net!aia21
- Start using the default INSTALL and COPYING so our changes don't keep
getting lost when anyone does autoreconf -f or autoupdate. The
Linux-NTFS specific content has been moved to the README file.
- Several typo fixes in the documentation/text files.
BKrev: 404dbadbYldROfH6sHtUQhqEmoHu_w
into cantab.net:/home/src/ntfsprogs-devel
2004/03/09 10:52:14+00:00 cantab.net!aia21
Make the device fd in unix_io.c be stored in malloc()ed space pointed
to by the d_private pointer instead of inside the d_private pointer
itself. Makes the warnings on 64 bit architectures go away.
BKrev: 404da54egDOFADYrwrjwiUnZsoj6Jw