aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-04add sg_convert_errno() and sg_if_can2stderr(); work on NVMe support for Win32...Douglas Gilbert
2018-01-29A recent STORAGE_BUS_TYPE enumerations for NVMe, SCM and UfsDouglas 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-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-09sg_lib: fix sg_memalign() code in the non posix_memalign() caseDouglas 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-11-04move some testing utilities out of the 'examples' and 'utils' directory into ...Douglas Gilbert
2017-11-03sg_opcode: check resid and trim response if necessary; sg_rep_zones: expand -...Douglas Gilbert
2017-10-31sg_lib: add sg_msense_calc_length(); sg_pt: add dummy pt_device_is_nvme()Douglas Gilbert
2017-10-26sg_modes: add Out of band management control mpageDouglas Gilbert
2017-10-24sg_write_atomic: windows doesn't like %zd (for type ssize_t)Douglas Gilbert
2017-10-24sg_write_atomic: header <sys/sysmacros.h> in Linux only, so removeDouglas Gilbert
2017-10-24sg_write_atomic: change lseek64() to lseek() for FreeBSD; document SG_LIB_WIL...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-10switch Makefile.am from clang++ but to normal C (gcc)Douglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert
2017-10-03add last n Inquiry/Mode_page data changed log pages; add rescan-scsi-bus.sh t...Douglas Gilbert
2017-09-25sg_write_atomic: new utility; sg_opcode: support CDLP (command duration limit...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-09-14sg_format: add --quick option; add write scattered (16+32) cdb namesDouglas Gilbert
2016-06-12sg_lib: add sg_get_llnum_nomult(); sg_ses: multiple option fixesDouglas Gilbert
2016-06-07sg_ses: allow multiple --clear=, --get= and --set= options; allow individual ...Douglas Gilbert
2016-06-01sg_logs: add --vendor=VP; sg_vpd: improve handling of unknown pages; other fixesDouglas Gilbert
2016-05-28cdb naming clean upDouglas Gilbert
2016-05-25gcc-6: -Wmisleading-indentation cleanupsDouglas Gilbert
2016-05-22sg_vpd: fix struct misalignment inroduce by --forceDouglas Gilbert
2016-05-20add sg_bg_ctl; small cleanupsDouglas Gilbert
2016-05-17sg_cmds_extra: expand sg_ll_ata_pt() with ATA_PT(32); sg_sat_identify: expand...Douglas Gilbert
2016-05-13sg_lib: add Microcode activation sense descriptor; sg_logs: add min+max 'moun...Douglas Gilbert
2016-05-10sg_luns: resync with drafts (sam6r02+spc5r10); version descriptor sync to 201...Douglas Gilbert
2016-05-04sg_ses: fix uninitialized struct th_es_t instance in process_status_page()Douglas Gilbert
2016-05-04sg_vpd: use sg_get_designation_descriptor_str() from sg_lib rather than own codeDouglas Gilbert
2016-05-03sg_lib: implement 'format' argument in dStrHexStr(); sg_vpd: 3 party copy VPD...Douglas Gilbert
2016-04-30sg_rdac: add sanity checks for -f=lun valueDouglas Gilbert
2016-04-28sg_inq+sg_vpd: add --force option to bypass checking supported vpd pages page...Douglas Gilbert