~ubuntu-branches/ubuntu/intrepid/sg3-utils/intrepid

« back to all changes in this revision

Viewing changes to CREDITS

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2006-11-05 17:23:29 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061105172329-l4loha00sk36qz6k
* Non-maintainer upload.
* Fix FTBFS due to old syscall usage (Closes: #395512).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
The author of sg3_utils would like to thank the following people who
2
2
have made contributions:
3
3
 
 
4
 
4
5
Andries Brouwer <aebr at win dot tue dot nl> rewrite of isosize (original
5
 
        written by Joerg Schilling). isosize is now found in the util-linux
6
 
        package and in the archive directory of this package.
 
6
        written by Joerg Schilling). isosize is now found in the util-linux
 
7
        package and in the archive directory of this package.
 
8
 
 
9
Christophe Varoqui <christophe dot varoqui at free dot fr> original sg_rtpg
 
10
        [20041229]
7
11
 
8
12
Clayton Weaver <cgweav at email dot com> contributed safe_strerror().
9
13
 
 
14
Dave Johnson <ddj at ccv dot brown dot edu> improved disk defect list
 
15
      handling [20051218]
 
16
 
 
17
Dave Williams <dave at opensourcesolutions dot co dot uk> help with
 
18
        sgp_dd especially and "> 0x7fffffff" with sg*_dd [20060303]
 
19
 
10
20
Eric Schwartz <emschwar at debian dot org> who wrote these man pages:
11
 
        sg_readcap, sg_reset, sg_scan, sg_start, sg_test_rwbuf,
12
 
        sg_turs and sginfo
 
21
        sg_readcap, sg_reset, sg_scan, sg_start, sg_test_rwbuf,
 
22
        sg_turs and sginfo
13
23
 
14
24
Eric Youngdale <eric at andante dot org> author of scsi_info on which sginfo
15
 
        is based.
 
25
        is based.
16
26
 
17
27
F. Jansen: additions to sg_scan
18
28
 
 
29
Grant Grundler <grundler at parisc-linux dot org> co-author of blk512-linux
 
30
        that has become sg_format [20050201]
 
31
 
 
32
Hayashi Naoyuki <titan at culzean dot org>
 
33
        port to Tru64 [20060127]
 
34
 
19
35
Heiko Eissfeldt <heiko at colossus dot escape dot de> sg based example 
20
 
        programs for the original sg driver
 
36
        programs for the original sg driver
 
37
 
 
38
James Bottomley <jejb at parisc-linux dot org> co-author of blk512-linux
 
39
        that has become sg_format [20050201]
21
40
 
22
41
Kurt Garloff <garloff at suse dot de> original sg_start and sg_test_rwbuf.
23
 
        Additions to sginfo and sg_map.
 
42
        Additions to sginfo and sg_map.
 
43
 
 
44
Lars Marowsky-Brée <lmb at suse dot de> contributed Unit Path Report VPD
 
45
        page decoding in sg_inq (vendor specific: EMC) and sg_emc_trespass
 
46
        utility
24
47
 
25
48
Martin Schwenke <martin at meltin dot net> added the raw switch "-r" to sg_inq
26
49
 
 
50
Nate Dailey < Nate dot Dailey at stratus dot com > extended sg_map for sparse
 
51
        disk node names (e.g. /dev/sdaaa) [20050511]
 
52
 
27
53
Pat LaVarre <p.lavarre at ieee dot org> pointed out danger of negative bpt
28
54
        values in sg_dd (and friends); also problems when reading /dev/null
29
55
 
30
 
Peter Allworth <linsol at zeta dot org dot au> original dd clone design used by
31
 
        sg3_utils's dd variants (e.g. sg_dd).
 
56
Peter Allworth <linsol at zeta dot org dot au> original dd clone design used
 
57
        by sg3_utils's dd variants (e.g. sg_dd).
 
58
 
 
59
Remy Card has his copyright notice on llseek.c which is borrowed from the
 
60
        util-linux package.
32
61
 
33
62
Saeed Bishara contributed sg_write_long
34
63
 
 
64
Time Hunt <tim at timhunt dot net> increased number of (sd and sg) devices
 
65
        that sginfo could detect.
 
66
 
35
67
Tom Steudten <steudten at gmx dot ch> sginfo addition: add '-Fhead' option
36
 
        to sort defect list by head.
 
68
        to sort defect list by head.
37
69
 
38
70
Trent Piepho <xyzzy at speakeasy dot org> print out some "sense key specific" 
39
 
        data and "-6" switch for sg_modes
 
71
        data and "-6" switch for sg_modes
40
72
 
41
73
 
42
74
Doug Gilbert
43
 
10th July 2004
 
75
3rd March 2006