aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Expand)Author
2022-10-21build cleanups for 'make distcheck'Douglas 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-05-12sg_lib: document internal json interface in include/sg_pr2serr.h; codespell f...Douglas Gilbert
2022-04-24autoconf: 2.71; automake: 1.16.5; libtool: 2.4.6; updates from Ubuntu 22.04Douglas Gilbert
2022-04-21sg_opcodes: add --inhex=FN to process earlier -HHH, add experimental --json[=...Douglas Gilbert
2022-04-17sg_lib: add hex2fp(); sg_rtpg: https://github.com/hreinecke/sg3_utils/pull/79...Douglas Gilbert
2022-03-09sg_logs: add --exclude and --undefined options, improve 'last_n' log pages; a...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-02-09sg_dd: add command timeout after comma in time= operand; testing/sg_mrq_dd+sg...Douglas Gilbert
2021-01-04sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode...Douglas Gilbert
2020-07-17testing: remove master-slave terminology for sgv4; remove space from end of s...Douglas Gilbert
2019-05-15automake: upgrade to version 1.16.1; autoconf: upgrade to version 2.69 [Fed30]Douglas Gilbert
2019-03-27library: add to '.so' name; rescan-scsi-bus: multiple patches to sync with SuseDouglas 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-03-16Add little/big endian specializations to sg_unaligned.hDouglas 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-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-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-12-07add include/sg_pt_linux.h lib/sg_pt_linux_nvme.c and .gitignore; sg_write_x: ...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
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-02-16Makefile cleanup, from Jan EngelhardtDouglas Gilbert
2014-10-19sg_raw: do not output/print data-in if error; sg_inq: fix --cmddt output if n...Douglas Gilbert
2014-09-13Use '-iquote ../include' in Makefiles to prefer local headersDouglas Gilbert
2013-12-20sg_vpd: decode Third Party Copy (tpc) page; sg_ses: add --maxlen= optionDouglas Gilbert
2013-12-16add build rule for AM_CFLAGS with '-std=c++11'Douglas Gilbert
2013-09-19sg_pt_freebsd: sanity check on sense_resid; sg_ses: tweak for FreeBSDDouglas Gilbert
2013-06-13sg_inq: fix referrals VPD page; start Makefile.am cleanupDouglas Gilbert
2013-06-04sg_compare_and_write: fix wrprotect bugDouglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2012-11-21refer to C11, check compiles; cleanup manpage summariesDouglas Gilbert
2012-03-12./configure: change --enable-no-linux-bsg to --disable-linuxbsg, add --disabl...Douglas Gilbert
2009-06-15add sg_read_block_limits; sg_reset: option for target resetDouglas Gilbert
2009-02-03add scsi_pt_version() to sg_pt.h interfaceDouglas Gilbert
2008-06-25further libsgutils2 tweaksDouglas Gilbert
2008-06-25change static library name from libsgutils.la to libsgutils2.la to avoid clashDouglas Gilbert
2008-06-02switch shared library version to 2:0:0Douglas Gilbert
2008-02-18split sg_cmds_mmc out of sg_cmds_extra; add PDT_* definesDouglas Gilbert
2008-02-18move sg_io_linux.c from the src/ to the lib/ directoryDouglas Gilbert