aboutsummaryrefslogtreecommitdiff
path: root/src/sg_rbuf.c
AgeCommit message (Expand)Author
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2022-05-02sg_rep_zones: add experimental --json[=JO] option and generationDouglas Gilbert
2020-05-03sg_ses: use fan speed factor field for calculation [ses4r04]; sg_lib: reprint...Douglas Gilbert
2019-12-27sg_lib: add sg_get_command_str() and sg_print_command_len(); sg_verify+sg_wri...Douglas Gilbert
2019-09-17sync with fixes from Redhat, via github; remove testing/Makefile.cplus and te...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-05-24add SG_LIB_LOGIC_ERROR and SG_LIB_CONTRADICT; implement across many utilities...Douglas Gilbert
2018-03-05sg_ses: --data=@FN with --status now decodes dpage(s) in FN; add --quiet opti...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2017-12-09sg_lib: fix sg_memalign() code in the non posix_memalign() caseDouglas 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
2016-05-28cdb naming clean upDouglas Gilbert
2016-02-25shellcheck cleanup on scripts; add release tags; sg_timeout: show data-in wit...Douglas Gilbert
2016-02-19sg_senddiag: add --timeout=SEC optionDouglas Gilbert
2016-01-27sg_logs: LPS misalignment lpage; sg_format: add ffmt option; sg_lib: big sens...Douglas Gilbert
2015-12-20rescan-scsi-bus.sh: updates from Suse; sg_lib: add 'sense' categories for SCS...Douglas Gilbert
2015-12-10unaligned cleanups for C++; misc workDouglas Gilbert
2014-12-30introduce uintptr_t in place of unsigned long, w7 64 bit requirementDouglas Gilbert
2014-04-26sg_opcodes: add --mask option; sg_rbuf: add --echo option; sg_lib: fix output...Douglas Gilbert
2013-10-14avoid getpagesize() with sysconf() and use posix_memalign()Douglas 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
2011-02-12sg_test_rwbuf.8 typos and relatedDouglas Gilbert
2009-09-18start work on thin provisioning sbc3r20 additionsDouglas Gilbert
2009-07-24reverse out printf(%#) change, broken for %#02x when value is 0Douglas Gilbert
2009-07-22change many printf(0x%x) format strings to %#xDouglas Gilbert
2009-03-20increase old scanning utilities to handle 8192 sg nodesDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2007-12-27replace %lld and friends with PRI macros, remove archive/pre_configureDouglas Gilbert
2007-12-19change 'long long' to int64_t to stress only need 64 bit integers (similar ch...Douglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert