aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-01-19update BSD license from 3 to 2 clause aka FreeBSD license (without reference ...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2017-11-05moved from testing/sg_persist_tst.sh back to examplesDouglas Gilbert
2017-11-04move some testing utilities out of the 'examples' and 'utils' directory into ...Douglas Gilbert
2016-05-28cdb naming clean upDouglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas Gilbert
2016-02-02sg_unaligned.h: gets for variable length unsigned integers; sg_inq: version d...Douglas Gilbert
2016-01-27sg_logs: LPS misalignment lpage; sg_format: add ffmt option; sg_lib: big sens...Douglas Gilbert
2015-12-10unaligned cleanups for C++; misc workDouglas Gilbert
2015-02-27sg_lib: sg_get_category_sense_str() SG_LIB_CAT_OTHER fix; sg_xcopy cleanupDouglas Gilbert
2015-02-16examples/sg_tst_async: cleanup; sg_write_same: cleanup, mainly man pageDouglas Gilbert
2015-02-07sg_simple_aio.c: remove; sg_iovec_tst.c: improveDouglas Gilbert
2014-10-31sg_vpd: add zoned block device characteristics page; sg_ses: sync with ses3r07Douglas Gilbert
2014-09-13Use '-iquote ../include' in Makefiles to prefer local headersDouglas Gilbert
2014-08-29sg_raw: with -vvv decode T10 CDB name; sg_lib: clean up service action string...Douglas Gilbert
2014-08-28sg_unaligned.h: add header for building parameters; sg_scan.c.win32 cleanupDouglas Gilbert
2014-08-21sg_vpd: fix '-I - -a -r' (it should not try to guess first VPD page); more ex...Douglas Gilbert
2014-08-19examples/sg_tst_async.cpp: allow multiple devices; -M <maxq_p_thr>Douglas Gilbert
2014-07-13examples/sg_tst_async: error handling, random numbers and queuesDouglas Gilbert
2014-07-11examples/sg_tst_async: add uniform distribution of pseudo random LBAsDouglas Gilbert
2014-07-10sg_format: make '-FFF' bypass mode sense/select, add --mode=MP; trim trailing...Douglas Gilbert
2014-06-26bump to version 1.40; sg_copy_results: response lengthsDouglas Gilbert
2014-06-12examples/sg_persist_tst.sh: add --exclusive optionDouglas Gilbert
2014-05-22sg_vpd: Supported block lengths and protection types + Block device character...Douglas Gilbert
2014-05-16other half of the sg_get_category_sense_str() changesDouglas Gilbert
2014-05-09sg_ses, sg_persist, sg_logs, sg_readcap, sg_read_buffer, sg_luns: add --reado...Douglas Gilbert
2014-04-11sg_write_buffer: add --bpw=CS option to call write buffer multiple times for ...Douglas Gilbert
2013-11-20sg_tst_context: add '-R' option for ready_afterDouglas Gilbert
2013-11-19sync asc/ascq codes with T10 dated 20131110; add sg_tst_contextDouglas Gilbert
2013-11-11fiddle with sg_tst_excl2 and sg_tst_excl3Douglas Gilbert
2013-11-11examples/sg_tst_excl: add -xx option; work on other sg_tst_excl*Douglas Gilbert
2013-10-31upgrade automake to version 1.13.3 (in ubuntu 13.10)Douglas Gilbert
2013-10-30examples/sg_tst_excl: only accept char devices to stop sg write/read hurting ...Douglas Gilbert
2013-10-29sg_luns: guard against garbage response; sg_tst_excl* workDouglas Gilbert
2013-10-26examples/sg_tst_excl[23] cleanupDouglas Gilbert
2013-10-21sg_inq: add --block=0|1; sg_lib_data: ascq codes T10 20131008; add examples/s...Douglas Gilbert
2013-09-07sg_ses: AES page EIIOE field addition; sg_tst_excl* tweaksDouglas Gilbert
2013-08-08sg_compare_and_write: solaris fix; and -b to sg_tst_excl+sg_tst_excl2Douglas Gilbert
2013-08-05improve 3 party copy library support; add new examples sg_tst_excl and sg_tst...Douglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2013-03-12sg_inq: add --vendor option, take resid into account; more sg_lib.c sense buf...Douglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-12-10sg_compare_and_write: first cutDouglas Gilbert
2012-03-19ata pt fixed sense + corresponding log pageDouglas Gilbert
2012-03-17sync with spc4r35; start on sat fixed senseDouglas Gilbert
2012-02-10doco: improve sg_format.8 examples; other cleanupsDouglas Gilbert
2011-02-10cleanup sg_decode_sense, add exampleDouglas Gilbert
2011-02-08add scsi_pt_win32_spt_state() for windows; add sg_ll_verify16(); decode user ...Douglas Gilbert
2010-03-26add examples bsg_queue_tst, wire Q_AT_HEAD flagDouglas Gilbert
2010-03-21add examples/sg_queue_tst for SG_FLAG_Q_AT_TAILDouglas Gilbert