aboutsummaryrefslogtreecommitdiff
path: root/src/sg_raw.c
AgeCommit message (Expand)Author
2022-05-24sg_get_elem_status: change '--maxlen=' option default to 1056 (was 32), other...Douglas Gilbert
2022-05-02sg_rep_zones: add experimental --json[=JO] option and generationDouglas Gilbert
2022-01-19round of coverity identified issue fixes (and non-issues)Douglas Gilbert
2021-06-07sg_vpd: fix do_hex type on some recent pages; sg_dd: don't close negative fil...Douglas Gilbert
2021-05-02major rework of lib/sg_pt_freebsd.c; sg_raw: fix prints of NVMe NVM command n...Douglas Gilbert
2021-04-15change links to http://sg.danny/cz/sg/* to httpsDouglas Gilbert
2021-01-04sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode...Douglas Gilbert
2020-08-03sg_raw: fix --cmdfile= handling; add --nvm option; sg_pt: add do_nvm_pt(); sg...Douglas Gilbert
2020-07-31sg_raw: increase maximum data-in/out size from 64 KB to 1 MB; testing sgh_dd ...Douglas Gilbert
2019-12-27sg_lib: add sg_get_command_str() and sg_print_command_len(); sg_verify+sg_wri...Douglas Gilbert
2019-05-18sg_lib: add sg_f2hex_arr()Douglas Gilbert
2019-01-31linux: add nanosecond durations when SG3_UTILS_LINUX_NANO environment variabl...Douglas Gilbert
2018-12-21sg_raw: fix --send bug when using stdin; work on sgs_ddDouglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-05-24add SG_LIB_LOGIC_ERROR and SG_LIB_CONTRADICT; implement across many utilities...Douglas Gilbert
2018-05-20sg_sanitize: add --dry-run option; sg_format: extend --wait timeout to 40 hou...Douglas Gilbert
2018-05-02sg_lib: add sg_ll_inquiry_pt(), sg_ll_test_unit_ready_progress_pt(), sg_ll_re...Douglas Gilbert
2018-03-05sg_ses: --data=@FN with --status now decodes dpage(s) in FN; add --quiet opti...Douglas Gilbert
2018-02-28sg_write_x: add --quiet option; fix sg_if_can2stdxxx problem when es=0; other...Douglas Gilbert
2018-02-19sg_raw: add --raw option (for CF in binary); sg_lib: add sg_get_nvme_opcode_n...Douglas Gilbert
2018-02-11fix compile error in sg_pt_win32.c when NVME_IGNORE; sg_raw: add --cmdfile=CF...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2017-12-30minor cleanup (compile warnings) for WindowsDouglas Gilbert
2017-12-07add include/sg_pt_linux.h lib/sg_pt_linux_nvme.c and .gitignore; sg_write_x: ...Douglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert
2016-04-24automake: upgrade to version 1.15Douglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas Gilbert
2016-04-02sg_raw: add '--enumerate' optionDouglas Gilbert
2015-12-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2015-11-28sg_lib_data: sync asc/ascq codes with T10 20151126; sg_unaligned.h: add 48 bi...Douglas Gilbert
2015-05-12sg_lib: Linux: ENXIO errno --> SG_LIB_CAT_NOT_READY; asc/ascq codes --> T10 2...Douglas Gilbert
2014-12-30introduce uintptr_t in place of unsigned long, w7 64 bit requirementDouglas Gilbert
2014-10-19sg_raw: do not output/print data-in if error; sg_inq: fix --cmddt output if n...Douglas Gilbert
2014-08-29sg_raw: with -vvv decode T10 CDB name; sg_lib: clean up service action string...Douglas Gilbert
2014-05-15add 'sense' categories for reservation conflict, data protect and protection ...Douglas Gilbert
2013-12-20sg_vpd: decode Third Party Copy (tpc) page; sg_ses: add --maxlen= optionDouglas Gilbert
2013-11-26sg_ses: error and warning message cleanup; sg_raw: fix compiler warningDouglas Gilbert
2013-10-14avoid getpagesize() with sysconf() and use posix_memalign()Douglas Gilbert
2013-07-30sg_lib: add dStrHexErr() and dStrHexStr(); sg_xcopy work (and in sg_cmds_extr...Douglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-03-28cope with DID_TARGET_FAILURE plus sense data (Linux quirk)Douglas Gilbert
2012-02-23sg_inq --export, sg_sanitize --ause --fail --test=, partial spc4r34+sbc3r30 syncDouglas Gilbert
2011-02-26sg_raw: exit status correctionsDouglas Gilbert
2010-09-15sg_raw: remove restriction on bidi commandsDouglas Gilbert
2010-04-30sg_raw: add '-readonly' optionDouglas Gilbert
2009-08-19rework sg_pt_win32.c to have extendable non-direct SPT; change default back t...Douglas Gilbert
2009-08-15sg_raw binary reads on Windows; move sas_disk_blink to sdparmDouglas Gilbert
2008-07-19sg_raw: output cdb when verbose option givenDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert