aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq.c
AgeCommit message (Expand)Author
2022-02-18sg_read_buffer: add --eh_code= and --no_output options; sg_inq, sg_vpd: Devic...Douglas Gilbert
2022-01-28cleanup masks for PDT [0x1f] and group_number [0x3f]Douglas Gilbert
2022-01-09Zoned block device characteristics VPD page, zbd extension field tweakDouglas Gilbert
2021-08-04sg_ses: guard against small '--maxlen=' valuesDouglas Gilbert
2021-06-11sg_read_buffer: fix --length= problem; pt: new configure option --enable-pt_d...Douglas Gilbert
2021-05-28sg_lib: add sg_get_zone_type_str()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-03-29sg_vpd: fix vendor struct opts_t alignment; 3rd attempt to release 1.46Douglas Gilbert
2021-03-28sg_dd: setup conditional auto rule for getrandom()Douglas Gilbert
2020-11-17sg_vpd: add Format presets and Concurrent positioning ranges pages; sg_inq+sg...Douglas Gilbert
2020-04-24sg_get_elem_status: add ralwd bit sbc4r20a, sg_rep_zones: print invalid write...Douglas Gilbert
2020-03-01Rename VPD_ZBC_DEV_CHARS from zbdc to zbdch, to distinguish it from zbdct for...Douglas Gilbert
2020-01-25sbc4r18+spc6r01 partial catch-up; sg_format: add FORMAT WITH PRESET supportDouglas Gilbert
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2019-08-29add sg_get_elem_status utility; inhex folder; some NVMe 1.4; some zbc realmsDouglas Gilbert
2019-05-18sg_lib: add sg_f2hex_arr()Douglas Gilbert
2019-03-26sg_inq: update version descriptors to spc5r21; scripts/scsi-sg3_id: update ru...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-08-31sg_format: FFMT tweaks: default CMPLST to false, shorten pollDouglas Gilbert
2018-08-13apply most patches from sg3_utils-1.42-6.fc29.src*; sg_get_lba_status fixes; ...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-05-30define SG_NVME_VPD_NICR sg3_utils (vendor) specific VPD page; work with SG_LI...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-04-05sg_unaligned.h: add specializations for little and big endianDouglas Gilbert
2018-03-22sg_inq+sg_vpd: return sg_convert_errno(EDOM) when VPD page noy in supported listDouglas Gilbert
2018-03-09Add mode sense(10) and mode select(10) to SNTLDouglas Gilbert
2018-03-05sg_inq: fix compile error when --disable-scsistrings activeDouglas 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-04add sg_convert_errno() and sg_if_can2stderr(); work on NVMe support for Win32...Douglas Gilbert
2018-01-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific se...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2018-01-13sg_ses_microcode: add --dry-run and --ealsd; sg_write_buffer: add --dry-runDouglas Gilbert
2018-01-09FreeBSD port now works with NVMe SNTL and sg3_ses pass-through (NVME-MI); man...Douglas Gilbert
2018-01-03sg_inq: add --only option, further sanity checks on --inhex so CDROM std inq ...Douglas Gilbert
2017-12-30minor cleanup (compile warnings) for WindowsDouglas Gilbert
2017-12-29sg_ses: further NVMe support work; decode array status dpage (obsolete); buil...Douglas Gilbert
2017-12-20sg_write_x: almost finished; lots of nvme infrastructureDouglas Gilbert
2017-12-08sg_ses: first cut of NVMe support, lib/sg_linux_nvme.c has small SNTL and cod...Douglas Gilbert
2017-12-07add include/sg_pt_linux.h lib/sg_pt_linux_nvme.c and .gitignore; sg_write_x: ...Douglas Gilbert
2017-11-27sg_lib: add SG_LIB_OS_BASE_ERR; sg_write_x: continue workDouglas Gilbert
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...Douglas Gilbert
2017-11-04move some testing utilities out of the 'examples' and 'utils' directory into ...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-13further two valued ints converted to boolDouglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert