aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-08add SG_LIB_OK_TRUE(0) and SG_LIB_OK_FALSE(36) non-error code defines for exit...Douglas Gilbert
2018-07-06sg_pr2serr.h: add sg_scnpr() [like lk scnprintf()]; rescan-scsi-bus.sh code_m...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-06-03sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --ve...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-11sg_lib: enhance exit status values and associated stringsDouglas Gilbert
2018-05-02sg_lib: add sg_ll_inquiry_pt(), sg_ll_test_unit_ready_progress_pt(), sg_ll_re...Douglas Gilbert
2018-04-15sg_wr_mode: add --rtd option for RTD bit; sg_lib: add sg_ll_mode_select6_v2()...Douglas Gilbert
2018-04-05sg_lib: add sg_get_big_endian(), sg_set_big_endian()Douglas Gilbert
2018-04-05sg_unaligned.h: add specializations for little and big endianDouglas Gilbert
2018-03-30sg_lib: add SG_LIB_LBA_OUT_OF_RANGE; sg_format: add --dry-run; sg_unmap: add ...Douglas Gilbert
2018-03-21sg_turs: add --low option; testing/sg_tst_async.cpp + tst_sg_lib.c additionsDouglas Gilbert
2018-03-16Add little/big endian specializations to sg_unaligned.hDouglas Gilbert
2018-03-09Add mode sense(10) and mode select(10) to SNTLDouglas Gilbert
2018-03-05sg_ses: --data=@FN with --status now decodes dpage(s) in FN; add --quiet opti...Douglas Gilbert
2018-02-28sg_write_x: add --quiet option; fix sg_if_can2stdxxx problem when es=0; other...Douglas Gilbert
2018-02-24sg_lib: add sg_exit2str; consolidate exit status stringsDouglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...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-11fix compile error in sg_pt_win32.c when NVME_IGNORE; sg_raw: add --cmdfile=CF...Douglas Gilbert
2018-02-08struggling with Windows NVMe pass-throughDouglas Gilbert
2018-02-05Info section added to end of ./configure; sg_persist: add --maxlen=LEN option...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-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-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-31sg_unaligned: fix argument type of sg_get_unaligned_be24(); other minor cleanupsDouglas 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-09Clean C++ and clang errors and warnings; fix FreeBSD problem; sg_write_x: bit...Douglas 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-10-31sg_lib: add sg_msense_calc_length(); sg_pt: add dummy pt_device_is_nvme()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
2017-09-22block limits and block limit extension VPD pages: add extra info about corner...Douglas Gilbert
2017-09-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2017-09-13sync up to spc5r16 and sbc4r14Douglas Gilbert
2016-06-12sg_lib: add sg_get_llnum_nomult(); sg_ses: multiple option fixesDouglas Gilbert
2016-05-17sg_cmds_extra: expand sg_ll_ata_pt() with ATA_PT(32); sg_sat_identify: expand...Douglas Gilbert
2016-05-03sg_lib: implement 'format' argument in dStrHexStr(); sg_vpd: 3 party copy VPD...Douglas Gilbert
2016-04-27sg_lib: add sg_decode_transportid_str(); sg_inq: update version descriptor li...Douglas Gilbert