aboutsummaryrefslogtreecommitdiff
path: root/src/sg_read_buffer.c
AgeCommit message (Expand)Author
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2022-05-12sg_lib: document internal json interface in include/sg_pr2serr.h; codespell f...Douglas Gilbert
2022-02-18sg_read_buffer: add --eh_code= and --no_output options; sg_inq, sg_vpd: Devic...Douglas Gilbert
2022-01-19round of coverity identified issue fixes (and non-issues)Douglas Gilbert
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ...Douglas Gilbert
2021-08-30improve transport error handling. To fix report of a BAD_TARGET transport err...Douglas Gilbert
2021-06-11sg_read_buffer: fix --length= problem; pt: new configure option --enable-pt_d...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-05-15sg_read_buffer: decode read microcode status page, add --inhex=FN optionDouglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2019-01-11spc5r20 updates; fixes for FreeBSD 12.0 releaseDouglas 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-15cleanup of error messages around sg_cmds_open_device(); add flock error msg f...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2018-02-11fix compile error in sg_pt_win32.c when NVME_IGNORE; sg_raw: add --cmdfile=CF...Douglas Gilbert
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-03sg_opcode: check resid and trim response if necessary; sg_rep_zones: expand -...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-06-01sg_logs: add --vendor=VP; sg_vpd: improve handling of unknown pages; other fixesDouglas Gilbert
2016-05-13sg_lib: add Microcode activation sense descriptor; sg_logs: add min+max 'moun...Douglas Gilbert
2016-04-05clang --analyze static checker clean upsDouglas Gilbert
2016-02-02sg_unaligned.h: gets for variable length unsigned integers; sg_inq: version d...Douglas Gilbert
2015-12-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2015-01-07sg_read_buffer: add READ BUFFER(16) support (spc5r02); sync asc/ascq codes wi...Douglas Gilbert
2014-09-22sg_ll_unmap_v2(): fix group number; sg_ses: add --warn++; sg_senddiag: add --...Douglas Gilbert
2014-05-15add 'sense' categories for reservation conflict, data protect and protection ...Douglas Gilbert
2014-05-09sg_ses, sg_persist, sg_logs, sg_readcap, sg_read_buffer, sg_luns: add --reado...Douglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-02-24more sync with spc4r34 and sbc3r30Douglas Gilbert
2011-02-16sg_read_buffer and sg_write_buffer code need sg_pt.hDouglas Gilbert
2011-02-12sg_test_rwbuf.8 typos and relatedDouglas Gilbert
2011-02-11sg_read_buffer+sg_write_buffer (win32) set SPT direct interface modeDouglas Gilbert
2010-03-12follow google's RE2 lead and add BSD_LICENSE files and refer to them from sourceDouglas Gilbert
2009-07-24reverse out printf(%#) change, broken for %#02x when value is 0Douglas Gilbert
2009-07-22change many printf(0x%x) format strings to %#xDouglas Gilbert
2008-05-14sg_set_binary_mode() added for MinGW to stop LF to CR-LF conversionDouglas Gilbert
2008-01-16start to sync various apps with spc4r12Douglas Gilbert
2007-10-01add '--hex' and '--raw' to sg_safteDouglas Gilbert
2007-09-19sg_stpg work, device_name simplification, restore sg_read_buffer to buildDouglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert