aboutsummaryrefslogtreecommitdiff
path: root/src/sginfo.c
AgeCommit message (Expand)Author
2022-05-12sg_lib: document internal json interface in include/sg_pr2serr.h; codespell f...Douglas Gilbert
2022-05-02sg_rep_zones: add experimental --json[=JO] option and generationDouglas Gilbert
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ...Douglas Gilbert
2021-10-28sg_dd: 'iflag=00,ff' places the 32 bit block address (big endian) into each b...Douglas Gilbert
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-08-13apply most patches from sg3_utils-1.42-6.fc29.src*; sg_get_lba_status fixes; ...Douglas Gilbert
2018-07-25sg_format: when changing block size allow for Mode Select rejecting SP=1 (Sav...Douglas Gilbert
2018-05-02sg_lib: add sg_ll_inquiry_pt(), sg_ll_test_unit_ready_progress_pt(), sg_ll_re...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...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-22block limits and block limit extension VPD pages: add extra info about corner...Douglas Gilbert
2016-05-25gcc-6: -Wmisleading-indentation cleanupsDouglas Gilbert
2016-04-05clang --analyze static checker clean upsDouglas Gilbert
2016-01-27sg_logs: LPS misalignment lpage; sg_format: add ffmt option; sg_lib: big sens...Douglas Gilbert
2014-04-05sg_ses: add --eiioe=auto|force option, fix AES element indexing; sginfo: stri...Douglas Gilbert
2013-06-04sg_compare_and_write: fix wrprotect bugDouglas Gilbert
2013-05-18sg_write_same: add --ndob; sg_sync: add --16; sg_vpd: add FUAB bitDouglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2013-02-28more UA exposure via noisy argument; docoDouglas Gilbert
2013-01-07sginfo, sg_inq + llseek.c: H. Reinecke small patchesDouglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-02-29decode read_buffer and write_buffer modes as per service actionsDouglas 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-03-29change last misuses of EVPD to vpdDouglas Gilbert
2009-03-20increase old scanning utilities to handle 8192 sg nodesDouglas Gilbert
2009-03-17sginfo: bounds check tweakDouglas Gilbert
2009-03-16sg_persist code clean up, sginfo crash fixDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-01-16start to sync various apps with spc4r12Douglas Gilbert
2007-12-27replace %lld and friends with PRI macros, remove archive/pre_configureDouglas 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