Next | Query returned 52 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-08-08 10:46:27 by Ignatios Souvatzis | Files touched by this commit (2)
Log message:
mtools-(at least)4.0.17 tries hard to configure and conditionally set types
to use 64bit file offsets where available for seek()ing etc. However, the
easy case (sizeof(off_t)>4) is handled incorrectly: mt_size_t is set to
size_t - maybe a copy and paste from the fall-back-to-32bit case.

This type is used at least in init.c, when detecting media size and comparing
to the FAT geometry, consequently failing and erroring out with the message
"Big disks not supported on this architecture."

The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
the case where a off64_t is available (and the other 64bit off_t-equivalent
cases); namely using off_t as mt_size_t.

Thanks to riastradh@ for pointing out where the bug in llong.h was.
   2012-03-18 13:41:54 by Sergey Svishchev | Files touched by this commit (3)
Log message:
Update to 4.0.17 and delint.  Notable changes:

Added missing -i option to mshortname
Make it clear that label is limited to 11 characters
mbadblocks now takes a list of bad blocks
mbadblocks now is able to do write scanning for bad blocks
mshowfat can show cluster of specific offset
Fixed encoding of all-lowercase names
Consider every directory entry after an ENDMARK (0x00) to be deleted
   2011-10-09 16:57:24 by Zafer Aydogan | Files touched by this commit (1) | Package updated
Log message:
update MASTER_SITES. Saves one redirect.
   2011-03-09 21:25:09 by Aleksej Saushev | Files touched by this commit (4)
Log message:
Update to mtools 4.0.14

Changes in 4.0.14:

	Fix floppyd for disks bigger than 2 Gig
	Remove obsolete -z flag
	Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
	Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
	Mformat now correctly writes backup boot sector
	Fixed signedness of serial number in mlabel
	Fixed buffer size problem in mlabel
	Make mlabel write backup boot sector if FAT32
	Catch situation where both clear and new label are given to mlabel
	Quote filename parameters to scripts
	Mformat: Close file descriptor for boot sector
	Added lzip support to scripts/uz
	Added Tot_sectors option to mformat
	Fixed hidden sector handling in mformat
	Minfo generates mformat command lines containing new -T option
	Mlabel prints error if label too long
   2010-08-30 04:22:32 by OBATA Akio | Files touched by this commit (1)
Log message:
* set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.
   2010-05-03 12:17:05 by Ignatios Souvatzis | Files touched by this commit (3)
Log message:
Forgotten patches. Sorry for the inconvenience caused.
   2010-04-19 15:58:43 by Ignatios Souvatzis | Files touched by this commit (1)
Log message:
Seems to work on LP64.
   2010-04-19 15:50:19 by Ignatios Souvatzis | Files touched by this commit (1)
Log message:
mtools 4.0.13, 2nd part.
   2010-04-19 15:44:48 by Ignatios Souvatzis | Files touched by this commit (2)
Log message:
Upgrade to 4.0.13.
   2010-01-07 08:36:54 by Thomas Klausner | Files touched by this commit (10)
Log message:
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.

Next | Query returned 52 messages, browsing 21 to 30 | Previous