aboutsummaryrefslogtreecommitdiff
path: root/include/sg_cmds_basic.h
AgeCommit message (Expand)Author
2020-07-24sg_turs: estimated time-to-ready, add --delay=MS option; sg_requests: cleanup...Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-09-11sg_vpd: decode some WDC/Hitachi vendor VPD pages; sg_modes: accept acronym fo...Douglas Gilbert
2018-07-13sg_turs: fix exit status when not ready in single case; sg_lib: add sg_ll_sta...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-05-02sg_lib: add sg_ll_inquiry_pt(), sg_ll_test_unit_ready_progress_pt(), sg_ll_re...Douglas Gilbert
2018-04-15sg_wr_mode: add --rtd option for RTD bit; sg_lib: add sg_ll_mode_select6_v2()...Douglas Gilbert
2018-03-05sg_ses: --data=@FN with --status now decodes dpage(s) in FN; add --quiet opti...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2017-12-07add include/sg_pt_linux.h lib/sg_pt_linux_nvme.c and .gitignore; sg_write_x: ...Douglas Gilbert
2017-10-31sg_lib: add sg_msense_calc_length(); sg_pt: add dummy pt_device_is_nvme()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-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas Gilbert
2014-06-12examples/sg_persist_tst.sh: add --exclusive optionDouglas Gilbert
2014-06-06sg_luns: add decoding for conglomerate LUNS; change struct sg_simple_inquiry_...Douglas Gilbert
2014-02-23sg_inq: improve unit serial number display (VPD page 0x80)Douglas Gilbert
2013-08-28remove externs from global function decls; rescan-scsi-bus.sh work; O_EXCL fo...Douglas Gilbert
2013-02-28more UA exposure via noisy argument; docoDouglas Gilbert
2011-06-08sg_cmd_basic: sg_cmds_process_resp() handle status good with a sense key othe...Douglas Gilbert
2010-12-23sg_cmd_basic: tweak resid so shown on medium errorsDouglas Gilbert
2010-03-12follow google's RE2 lead and add BSD_LICENSE files and refer to them from sourceDouglas Gilbert
2008-11-30add scsi_pt_open_flags() and related sg_cmd_open_flags() [for sgdd]Douglas Gilbert
2008-03-16add --mod=PC_MOD and --noflush to sg_start per 08-139r1Douglas Gilbert
2007-12-19change 'long long' to int64_t to stress only need 64 bit integers (similar ch...Douglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert