aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2022-10-07sg3_utils: freestanding sg_pr2serr.c pr_s 25+26Douglas Gilbert
In order to use the new JSON code in pr2serr.[hc] in the lsscsi package, changes were made to remove dependencies on the rest of the sg_lib library. https://github.com/doug-gilbert/sg3_utils/pull/25 and .../pull/26 applied with minor change. More pull requests await the next revision. git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@974 6180dd3e-e324-4e3e-922d-17de1ae2f315
2022-08-07sg_inq+sg_vpd: more JSON work (tpc)Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@964 6180dd3e-e324-4e3e-922d-17de1ae2f315
2022-01-21sg_rep_density: new utility for decoding the response of Report density ↵Douglas Gilbert
support command [ssc (tape)] git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@932 6180dd3e-e324-4e3e-922d-17de1ae2f315
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ↵Douglas Gilbert
command; sg_rep_zones: add Report zone starting LBA granularity field in REPORT ZONES response [zbc2r12]; sg_decode_sense: add --nodecode option; initialize all sense buffers to 0; rework main README file git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@923 6180dd3e-e324-4e3e-922d-17de1ae2f315
2020-07-02asc/ascq match asc-num.txt @t10 20200624; testing/sg_mrq_testing: new, for ↵Douglas Gilbert
blocking mrq usage git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@853 6180dd3e-e324-4e3e-922d-17de1ae2f315
2020-06-05sg_rep_pip: new utility; testing/sg_tst_ioctl.c workDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@852 6180dd3e-e324-4e3e-922d-17de1ae2f315
2019-08-29add sg_get_elem_status utility; inhex folder; some NVMe 1.4; some zbc realmsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@830 6180dd3e-e324-4e3e-922d-17de1ae2f315
2018-01-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific ↵Douglas Gilbert
sense; documentation cleanup git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@747 6180dd3e-e324-4e3e-922d-17de1ae2f315
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for ↵Douglas Gilbert
Linux+FreeBSD git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@731 6180dd3e-e324-4e3e-922d-17de1ae2f315
2017-09-25sg_write_atomic: new utility; sg_opcode: support CDLP (command duration ↵Douglas Gilbert
limit page) git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@717 6180dd3e-e324-4e3e-922d-17de1ae2f315
2016-05-20add sg_bg_ctl; small cleanupsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@706 6180dd3e-e324-4e3e-922d-17de1ae2f315
2016-02-17add sg_read_attr.8 to doc/Makefile.amDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@663 6180dd3e-e324-4e3e-922d-17de1ae2f315
2015-12-01sg_timestamp: new, to report or set timestampDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@650 6180dd3e-e324-4e3e-922d-17de1ae2f315
2015-02-16Makefile cleanup, from Jan EngelhardtDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@635 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-12-16sg_zone: new utility for open, close and finish zone commands; sg_ses: fix ↵Douglas Gilbert
warning indication output git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@622 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-11-11sg_sat_read_gplog: new utility; sync asc/ascq codes with T10 20140924Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@620 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-09-29sg_ses_microcode: new utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@610 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-07-22sg_write_verify: new utility for WRITE AND VERIFYDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@594 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-06-06sg_luns: add decoding for conglomerate LUNS; change struct ↵Douglas Gilbert
sg_simple_inquiry_resp::rmb to byte_1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@586 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-05-27new utils: sg_rep_zones+sg_reset_wp; new Linux udev scripts; sg_inq --export ↵Douglas Gilbert
work; sg_logs lto5+6 work git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@584 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-01-28sg_unmap cleanup; manpages: add rescan-scsi-bus.sh.8 and other cleanupsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@548 6180dd3e-e324-4e3e-922d-17de1ae2f315
2012-12-10sg_compare_and_write: first cutDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@469 6180dd3e-e324-4e3e-922d-17de1ae2f315
2012-09-08manpages for sg_xcopy and sg_copy_results; sg_dd cleanupDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@452 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-12-06sg_ses: identify vendor specific element types; manpages: scsi_satl, ↵Douglas Gilbert
scsi_logging_level, scsi_temperature, scsi_mandat git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@429 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-06-22add sg_sanitize, initial cutDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@407 6180dd3e-e324-4e3e-922d-17de1ae2f315
2010-12-06add forwarded sense descriptor; new sg_decode_sense utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@365 6180dd3e-e324-4e3e-922d-17de1ae2f315
2010-09-13add sg_referrals man page +Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@354 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-10-02autogen.sh debian 4.0 shuffle, part 1Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@310 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-09-19testing sg_get_lba_statusDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@301 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-06-15add sg_read_block_limits; sg_reset: option for target resetDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@276 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-06-11add sg_unmapDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@273 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-03-04initial work on sg_write_sameDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@224 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-02-16try separating some linux and win32 code and docoDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@214 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-12-01move sg_sat_phy_event to src directory (main collection) and enhance; leave ↵Douglas Gilbert
original in examples directory renamed to sg__sat_phy_event git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@120 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-09-29add sg_safte utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@108 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-09-19sg_stpg work, device_name simplification, restore sg_read_buffer to buildDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@103 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@100 6180dd3e-e324-4e3e-922d-17de1ae2f315