Commit graph

21 commits

Author SHA1 Message Date
is
2e366d259b Fix fencepost error when the filename length is N*13 characters.
Contributed by Michael Eriksson in PR 25439; reviewed by Joerg
Sonnenberger.
2006-10-13 13:04:31 +00:00
joerg
938a6f963c Fix errno. 2006-03-25 19:50:20 +00:00
adam
da4d2d0d49 Changes 3.9.10:
* Support for multiple drives in floppyd
* Updated .spec file
* Fixed some long name directory entry freeing bugs
* Fixed duplicate FAT writing error. Fixed segfault on short images.
* Mformat creates images of correct size.
* CYGWIN compatibility (O_BINARY flag).
* Cygwin patch for plain_io.c (no locking)
* Fix a couple of memory leaks in config file parsing. Fix llong.h
  (redefined same symbol twice)
* Fix a variable initialization problem in plain_io.c
* New mclasserase command to erase memory cards
  C99 "compatibility" (cf http://www.mtools.linux.lu/download.html)
* Fix rootskip and rate of XDF disks
* Fix inverted IS_MFORMAT_ONLY conditon in plain_io.c
* Moved putc after variable description (anybody knows about a -W
  flag so that gcc warns about these?)
* Fixed mattrib -p (missing slash)
* Added -m option to mformat to specify a non-standard mediabyte
* Added -d options to mformat to specify number of FAT copies. Can
  also be set using the MTOOLS_NFATS environmental variable.
2005-04-04 08:56:18 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
adam
3e0c259805 Fix from PR/18771: mtools privileges 2003-12-11 17:14:22 +00:00
adam
3534be8a8a Changes 3.9.9:
* Large disk fixes, especially for Solaris
* Floppyd robustness
* Zip 250 support in mzip
* Protect against division by zero when reading BSD disks
* Fixed parsing of Unix filenames ending with slash
* Fixes for floppyd to work with current protocol version of floppyd
* Warn for invalid partition numbers
* Support for geometry-less Atari disks
* Support for byte-swapping disks
* Fixed max numbers of sectors for FAT12 and FAT16
See ChangeLog for details
2003-12-11 16:05:40 +00:00
seb
81f8de84f9 Convert to USE_NEW_TEXINFO. 2003-08-05 20:21:42 +00:00
salo
414cf8210d PKGREVISION++
- fix device handling on NetBSD ELF (from Pavel Arnost via PR pkg/21530)
- fix floppyd handling in better and simpler way
- don't hardcode -R, use RPATH_FLAG instead
- remove unused cruft, style nits
2003-05-22 16:16:03 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
is
14f857f11c Forgot to remove them. 2001-02-14 14:48:41 +00:00
is
27d5071d5e Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen. 2001-02-14 14:28:58 +00:00
is
eb51065b12 Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1. 2000-12-07 14:11:36 +00:00
hubertf
2ea620655c ELF lib fix for floppyd, which is only built on systems that actually
have X installed, so a USE_X11=yes would be overkill, as it prevents
using mtools on systems that don't have X installed.
2000-09-26 02:46:37 +00:00
bouyer
e081e66072 works on solaris 2000-01-04 17:49:41 +00:00
tron
f7fc6006b8 Adapt this patch to version 3.9.5. 1999-06-03 14:22:09 +00:00
tron
a983d514e3 Enhance "floppyd" to get UID of "nobody" from the password database.
Patch supplied by Antti Kantee.
1999-06-01 21:15:02 +00:00
tron
de8324698d - Enhance "configure" target so that "floppyd" will be built on systems
with X11 installed.
- Fix compliation problems in "floppyd.cpp" with the patch supplied by
  Antti Kantee in PR pkg/7670.
- Remove "floppyd" manual page if the binary isn't built and installed.
1999-05-31 22:22:08 +00:00
kim
3021038ffd Fix a bug in configure. 1998-08-17 00:11:34 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
hubertf
11d693a053 update to V3.8 1998-02-16 07:41:31 +00:00
is
5c59742be6 Initial import of the mtools package, as adapted by me.
Can probably be refined a bit (e.g. patching in correct pathnames into
documentation).
1998-01-22 15:44:44 +00:00