Package: scsitools / 0.12-2.2

Metadata

Package Version Patches format
scsitools 0.12-2.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
scsiinfo.patch | (download)

scsiinfo/Makefile | 21 13 + 8 - 0 !
scsiinfo/man8/scsiformat.8 | 10 5 + 5 - 0 !
scsiinfo/man8/scsiinfo.8 | 5 4 + 1 - 0 !
scsiinfo/scsi-config | 24 14 + 10 - 0 !
scsiinfo/scsiformat.c | 106 82 + 24 - 0 !
scsiinfo/scsiinfo.c | 192 142 + 50 - 0 !
scsiinfo/tk/generic | 20 10 + 10 - 0 !
scsiinfo/tk/inquiry | 6 3 + 3 - 0 !
scsiinfo/tk/peripheral | 20 10 + 10 - 0 !
scsiinfo/tk/save-changes | 2 1 + 1 - 0 !
scsiinfo/tk/save-file | 4 2 + 2 - 0 !
scsiinfo/tk_scsiformat | 30 17 + 13 - 0 !
scsiinfo/tworands.c | 2 1 + 1 - 0 !
13 files changed, 304 insertions(+), 138 deletions(-)

 updated code to work on modern linux systems:
 - TK-8.x compliant
 - Removed GCC warnings
 - send SCSI commands using SG_IO
 - Debian FHS compliant.
sraw.patch | (download)

sraw/sraw.8 | 82 82 + 0 - 0 !
sraw/srawread.c | 190 129 + 61 - 0 !
2 files changed, 211 insertions(+), 61 deletions(-)

 updated code to work on modern linux systems:
 - Removed GCC warnings
 - send SCSI commands using SG_IO
 - Debian FHS compliant.
rescan scsi bus.patch | (download)

rescan-scsi-bus/rescan-scsi-bus.8 | 85 85 + 0 - 0 !
1 file changed, 85 insertions(+)

 added manpage.
scsidev.patch | (download)

scsidev/scsidev.8 | 15 8 + 7 - 0 !
scsidev/scsidev.c | 30 18 + 12 - 0 !
2 files changed, 26 insertions(+), 19 deletions(-)

 select sg_io or scsi_ioctl_send_command at runtime instead
 of compile time (allow to deal with sg devices as well as sd/sr/...).
rescan scsi bus_sleep.patch | (download)

rescan-scsi-bus/rescan-scsi-bus.sh | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 s/usleep/sleep/g
 there is no usleep in Debian