aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_cmds_mmc.c
AgeCommit message (Expand)Author
2021-08-30improve transport error handling. To fix report of a BAD_TARGET transport err...Douglas Gilbert
2021-08-01sg_ses: fix crash when 'm LEN' < 252Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-03sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --ve...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-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific se...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
2018-01-09FreeBSD port now works with NVMe SNTL and sg3_ses pass-through (NVME-MI); man...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-05-28cdb naming clean upDouglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas Gilbert
2016-04-05more clang clean ups; allow clang to check printf() style argumentsDouglas Gilbert
2016-04-05clang --analyze static checker clean upsDouglas Gilbert
2016-03-06sg_logs: fix volume statistics lpage, decode mount history log parameter; sg_...Douglas Gilbert
2015-12-01sg_timestamp: new, to report or set timestampDouglas Gilbert
2015-05-12sg_lib: Linux: ENXIO errno --> SG_LIB_CAT_NOT_READY; asc/ascq codes --> T10 2...Douglas Gilbert
2013-07-30sg_lib: add dStrHexErr() and dStrHexStr(); sg_xcopy work (and in sg_cmds_extr...Douglas Gilbert
2013-05-18sg_write_same: add --ndob; sg_sync: add --16; sg_vpd: add FUAB bitDouglas 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-22rest of '%#x' changes; incorporate debian SID patchDouglas Gilbert
2009-04-21fix sg_set_binary_mode(), lack of config.h made it a nopDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-03-28audit of 'uchar uc=0x80; ulong ul; ul = uc << 24;' class of problemsDouglas Gilbert
2008-02-24sg_ll_set_streaming can yield NOT READYDouglas Gilbert
2008-02-19add sg_ll_set_streaming() function for sdparmDouglas Gilbert
2008-02-18split sg_cmds_mmc out of sg_cmds_extra; add PDT_* definesDouglas Gilbert