aboutsummaryrefslogtreecommitdiff
path: root/src/sg_vpd_vendor.c
AgeCommit message (Expand)Author
2022-06-27more JSON work: sense data and vpd device id, start on sg_vpdDouglas Gilbert
2022-06-25sg_rem_rest_elem: new utility for removing or restoring elements; bug fixesDouglas Gilbert
2022-02-18sg_read_buffer: add --eh_code= and --no_output options; sg_inq, sg_vpd: Devic...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
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2019-02-06sg_logs+sg_vpd: tweaks for WDC SSD; sgh_dd add oflag=swaitDouglas 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-05-30define SG_NVME_VPD_NICR sg3_utils (vendor) specific VPD page; work with SG_LI...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-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...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
2016-06-01sg_logs: add --vendor=VP; sg_vpd: improve handling of unknown pages; other fixesDouglas Gilbert
2016-05-22sg_vpd: fix struct misalignment inroduce by --forceDouglas Gilbert
2016-02-03sg_lib: read position service actions; sg_logs: --All, lto tape vendor; sg_vp...Douglas Gilbert
2015-12-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2015-04-10sg_inq: version descriptor list to 20150126; sg_lib_data: sync asc/ascq codes...Douglas Gilbert
2015-04-01rescan-scsi-bus.sh+sg_rdac+sg_inq+sg_vpd: updates from Sean Stewart, NetAppDouglas Gilbert
2014-08-12sg_vpd: add --all optionDouglas Gilbert
2014-05-21sg_vpd: split lto into lto5 and lto6Douglas Gilbert
2014-05-20sg_vpd fixes for vendor pagesDouglas Gilbert
2014-05-19sg_vpd: more work on vendor/product optionDouglas Gilbert
2014-05-19sg_lib_data: sync asc/ascq codes with T10 20140516, sync operation code with ...Douglas Gilbert
2014-02-17sg_vpd: add --inhex=FN to read response in from a file; other cleanupsDouglas Gilbert
2014-02-16more --inhex work on sg_inq + cleanup; similar preparatory work for sg_vpdDouglas Gilbert
2014-02-10sg_vpd: add LTO and DDS vendor pages; allow --page=num to restrict --enumerat...Douglas Gilbert
2013-08-17clang cleanup; sg_xcopy seek not bumped fixDouglas Gilbert
2013-01-18cleanup for FreeBSD and Win32 prior to 1.35Douglas Gilbert
2013-01-11expansion of vendor specific rdac vpd pages [H. Reinecke]Douglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-09-27sg_inq+sg_vpd: work on EMC upr VPD pageDouglas Gilbert
2011-10-14gcc 4.6 cleanupDouglas Gilbert
2011-09-26sg_vpd: change vendor VPD page name from 3par to hp3parDouglas Gilbert
2011-09-24sg_vpd: add hp/3par volume info vendor VPD pageDouglas Gilbert
2011-02-10gcc 4.5 doesn't like '%hhx' printf format, remove 'hh'Douglas Gilbert
2010-06-02sg_vpd: rdac vendor page [0xc8] parse corrections; add nocache flag to sg_dd ...Douglas 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
2009-04-22further SG_LIB_* workDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-02-08add '--maxlen=' option to sg_vpd and sg_inqDouglas Gilbert
2007-10-16vendor page order in sg_vpd and escape dashes in man pagesDouglas Gilbert
2007-10-13add more RDAC vendor pages to sg_vpdDouglas 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