aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
AgeCommit message (Expand)Author
2022-10-21build cleanups for 'make distcheck'Douglas Gilbert
2022-09-18sg_inq+sg_vpd: ongoing JSON updatesDouglas Gilbert
2022-08-18sg_inq+sg_vpd: more updates but not finishedDouglas Gilbert
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2022-08-07sg_inq+sg_vpd: more JSON work (tpc)Douglas Gilbert
2022-07-11sg_inq+sg_vpd: merge VPD page processingDouglas Gilbert
2022-06-25sg_rem_rest_elem: new utility for removing or restoring elements; bug fixesDouglas Gilbert
2022-04-24autoconf: 2.71; automake: 1.16.5; libtool: 2.4.6; updates from Ubuntu 22.04Douglas Gilbert
2022-01-21sg_rep_density: new utility for decoding the response of Report density suppo...Douglas Gilbert
2021-11-20sg_z_act_query: new utility for sending either a Zone activate or Zone query ...Douglas Gilbert
2021-11-05sgp_dd: add check for stdatomic.h presence in configure.ac; scripts: 55-scsi-...Douglas Gilbert
2021-09-26sg_vpd: zoned block dev char vpd: add zone alignment mode and zone starting L...Douglas Gilbert
2021-06-23Haiku OS support, add pt function list in sg_pt_dummy.c; add slices to sg_mrq_ddDouglas Gilbert
2021-06-11sg_read_buffer: fix --length= problem; pt: new configure option --enable-pt_d...Douglas Gilbert
2021-01-04sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode...Douglas Gilbert
2020-06-05sg_rep_pip: new utility; testing/sg_tst_ioctl.c workDouglas Gilbert
2019-08-29add sg_get_elem_status utility; inhex folder; some NVMe 1.4; some zbc realmsDouglas Gilbert
2019-05-15automake: upgrade to version 1.16.1; autoconf: upgrade to version 2.69 [Fed30]Douglas Gilbert
2019-02-11sg_pt: add sg_get_opcode_translation() to replace global pointer to array; ut...Douglas Gilbert
2018-09-11sg_vpd: decode some WDC/Hitachi vendor VPD pages; sg_modes: accept acronym fo...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...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-24sg_lib: add sg_exit2str; consolidate exit status stringsDouglas Gilbert
2018-02-22turn off -Werror=misleading-indentation in src/Makefile.amDouglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...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-01-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific se...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2018-01-03sg_inq: add --only option, further sanity checks on --inhex so CDROM std inq ...Douglas Gilbert
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...Douglas 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-09-25sg_write_atomic: new utility; sg_opcode: support CDLP (command duration limit...Douglas Gilbert
2016-05-20add sg_bg_ctl; small cleanupsDouglas Gilbert
2016-05-03sg_lib: implement 'format' argument in dStrHexStr(); sg_vpd: 3 party copy VPD...Douglas Gilbert
2016-04-24automake: upgrade to version 1.15Douglas 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-02-08sg_read_attr: new, supported by tape drivesDouglas Gilbert
2015-12-01run autogen.sh on U15.10Douglas Gilbert
2015-12-01sg_timestamp: new, to report or set timestampDouglas Gilbert
2015-02-16Makefile cleanup, from Jan EngelhardtDouglas Gilbert
2014-12-16sg_zone: new utility for open, close and finish zone commands; sg_ses: fix wa...Douglas Gilbert
2014-11-11sg_sat_read_gplog: new utility; sync asc/ascq codes with T10 20140924Douglas Gilbert
2014-10-19sg_raw: do not output/print data-in if error; sg_inq: fix --cmddt output if n...Douglas Gilbert
2014-09-29sg_ses_microcode: new utilityDouglas Gilbert
2014-09-13Use '-iquote ../include' in Makefiles to prefer local headersDouglas Gilbert
2014-09-02win32,cygwin: try to clean up warningsDouglas Gilbert
2014-07-22sg_write_verify: new utility for WRITE AND VERIFYDouglas Gilbert