aboutsummaryrefslogtreecommitdiff
path: root/include/sg_lib.h
AgeCommit message (Expand)Author
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...Douglas Gilbert
2017-10-22sg_lib: add sg_ll_log_sense_v2(), sg_ll_mode_sense10_v2() and sg_ll_receive_d...Douglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert
2017-09-22block limits and block limit extension VPD pages: add extra info about corner...Douglas Gilbert
2017-09-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2017-09-13sync up to spc5r16 and sbc4r14Douglas Gilbert
2016-06-12sg_lib: add sg_get_llnum_nomult(); sg_ses: multiple option fixesDouglas Gilbert
2016-05-03sg_lib: implement 'format' argument in dStrHexStr(); sg_vpd: 3 party copy VPD...Douglas Gilbert
2016-04-27sg_lib: add sg_decode_transportid_str(); sg_inq: update version descriptor li...Douglas Gilbert
2016-03-25sg_ses: handle 2 bit EIIOE field in aes dpage, expand join handling of SAS co...Douglas Gilbert
2016-03-14sg_logs: fix volume statistics; add Requested recovery, TapeAlert response, a...Douglas 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-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2014-12-14sg_logs: add --enumerate and acronyms; sg_lib interface: add sg_lib_pdt_decay...Douglas Gilbert
2014-05-15add 'sense' categories for reservation conflict, data protect and protection ...Douglas Gilbert
2014-03-22sg_lib: extensions to sg_get_num() and sg_get_llnum(); sg_inq compile fixDouglas Gilbert
2014-02-04sg_persist: add --transport-id= for SOP; sg_lib.h: add PDT_ZBC define and pdt...Douglas Gilbert
2013-08-28remove externs from global function decls; rescan-scsi-bus.sh work; O_EXCL fo...Douglas Gilbert
2013-08-25SG_LIB_CAT_MISCOMPARE; changes to sg_verify and sg_compare_and_writeDouglas Gilbert
2013-08-11sg_ses: add --nickname and --nickid optionsDouglas Gilbert
2013-07-30sg_lib: add dStrHexErr() and dStrHexStr(); sg_xcopy work (and in sg_cmds_extr...Douglas Gilbert
2013-03-12sg_inq: add --vendor option, take resid into account; more sg_lib.c sense buf...Douglas Gilbert
2012-02-23sg_inq --export, sg_sanitize --ause --fail --test=, partial spc4r34+sbc3r30 syncDouglas Gilbert
2012-02-20sync asc/ascq codes with t10 dated 20111222; sg_verify fixesDouglas Gilbert
2011-06-15sg_ses: minor output tweak; sg_lib documentationDouglas Gilbert
2011-06-08sg_cmd_basic: sg_cmds_process_resp() handle status good with a sense key othe...Douglas Gilbert
2010-03-12follow google's RE2 lead and add BSD_LICENSE files and refer to them from sourceDouglas Gilbert
2009-02-03add scsi_pt_version() to sg_pt.h interfaceDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-05-14sg_set_binary_mode() added for MinGW to stop LF to CR-LF conversionDouglas Gilbert
2008-02-18split sg_cmds_mmc out of sg_cmds_extra; add PDT_* definesDouglas Gilbert
2008-01-29add sg_get_sense_filemark_eom_ili() to sg_lib interfaceDouglas Gilbert
2008-01-16start to sync various apps with spc4r12Douglas Gilbert
2008-01-11small update in asc/ascq tablesDouglas Gilbert
2007-12-19sg_lib.h needs to include stdio.h due to FILE *Douglas Gilbert
2007-12-19change 'long long' to int64_t to stress only need 64 bit integers (similar ch...Douglas Gilbert
2007-10-05add TPROTO_* to sg_lib.h; protocol-specific lu info VPD pageDouglas Gilbert
2007-09-24add sg_get_num_nomult() and reuse itDouglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert