Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
001-bug728142_many_slots.patch | Add support for large autochangers For large autochangers, the buffer needed for the ReadElementStatus call can be too large. This patch works around this by doing multiple smaller calls. The maximum value of 10000 seems to be OK for this. Based on tests, the maximum value seems to be between 24000 and 25000, but this might depend on the autochanger. . This patch is based on the changes by Wayne Keseberg <wayne.keseberg@emc.com> in http://bugs.debian.org/728142 =================================================================== |
Ivo De Decker <ivodd@debian.org> | no | debian | ||
002-fix-configure-for-autoreconf | Fix configure.in for autoreconf autoreconf complains about AC_DEFINE with only one argument, fix those. | Carsten Leonhardt <leo@debian.org> | no | 2019-02-28 | ||
003-fix-spelling | Fix spelling errors found by lintian | Carsten Leonhardt <leo@debian.org> | no | 2019-02-28 | ||
004-fix-destdir | add support for DESTDIR This patch is taken from Fedora: https://src.fedoraproject.org/rpms/mtx/tree/master |
Dan Hork <dan@danny.cz> | no | 2009-01-24 | ||
005-remove-argc-output | remove the weird debugging-like info The loaderinfo and tapeinfo utilities print a debugging-like information about the number of arguments on command line when started with wrong number of arguments. . This patch is taken from Fedora: https://src.fedoraproject.org/rpms/mtx/tree/master |
Dan Hork <dan@danny.cz> | no | 2009-11-19 | ||
006-fix-quotation-in-manpage | Fix manpage quotation found by lintian An apostrophe at the beginning of the line is a command for (g)roff, so it must be either escaped or moved away from the beginning of the line to have a real apostrophe. The sequence \' doesn't stand for an apostrophe, however, but an acute accent. There are escaped sequences for an apostrophe, but they don't seem to be portable. Therefore, the easiest solution is to move the apostrophe away from the beginning of the line. |
Carsten Leonhardt <leo@debian.org> | no | 2020-10-31 | ||
007-man-Document-mtx-eject-and-previous-operations | [PATCH] man: Document mtx eject and previous operations | David Sommerseth <davids@redhat.com> | no | 2016-05-06 | ||
008-fix-scsitape-usage-message | Fix scsitape usage message Add the "erase" operation to the usage message of scsitape. (Hint found at Rosa Linux) |
Carsten Leonhardt <leo@debian.org> | no | 2020-11-01 | ||
009-fix-memory-leak | commit 4d2ca760bb6fa13aeac2234d5d36525f3c34bfe6 Fix memory leak - Thanks to tcawley |
Robert Nelson <robertn@the-nelsons.org> | no | 2007-05-30 | ||
010-update-documentation | [PATCH] Update Linux device node naming and troubleshooting. 1. Suggest "lscsi" instead of "cat /proc/scsi/scsi" for Linux, because the latter has been a legacy feature since about 2011. 2. Update Linux device file naming to match usual names with udev. 3. Mention some more modern tape hardware on which the tools have been tested. |
James Youngman <james@youngman.org> | no | 2021-05-29 |