aboutsummaryrefslogtreecommitdiff
path: root/src/sg_luns.c
AgeCommit message (Expand)Author
2021-08-04sg_ses: guard against small '--maxlen=' valuesDouglas 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
2020-07-13sg_lib: asc/ascq match asc-num.txt @t10 20200708 [spc6r02]; work on testing/s...Douglas Gilbert
2020-01-25sbc4r18+spc6r01 partial catch-up; sg_format: add FORMAT WITH PRESET supportDouglas 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-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-03-30sg_lib: add SG_LIB_LBA_OUT_OF_RANGE; sg_format: add --dry-run; sg_unmap: add ...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...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-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2016-05-10sg_luns: resync with drafts (sam6r02+spc5r10); version descriptor sync to 201...Douglas Gilbert
2016-04-24sg_decode sense: add --cdb option; add stdint.h to some headersDouglas 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-26sg_lib_data: sync asc/ascq codes with T10 20141224; sg_inq: update version de...Douglas Gilbert
2014-06-08sg_luns: add --lu_cong option to simulate the LU_CONG bitDouglas Gilbert
2014-06-06sg_luns: add decoding for conglomerate LUNS; change struct sg_simple_inquiry_...Douglas Gilbert
2014-05-15add 'sense' categories for reservation conflict, data protect and protection ...Douglas Gilbert
2014-05-12change SG_PERSIST_O_RDONLY to SG_PERSIST_IN_RDONLY; more --readonly options; ...Douglas Gilbert
2014-05-09sg_ses, sg_persist, sg_logs, sg_readcap, sg_read_buffer, sg_luns: add --reado...Douglas Gilbert
2013-10-29sg_luns: guard against garbage response; sg_tst_excl* workDouglas Gilbert
2013-07-30sg_lib: add dStrHexErr() and dStrHexStr(); sg_xcopy work (and in sg_cmds_extr...Douglas Gilbert
2013-05-31sg_luns: increase max number of LUNs, use heap; general cleanupDouglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2013-03-15sg_luns: make --linux Linux only; in --test make trailing B a W (for wrong LU...Douglas Gilbert
2013-03-06sg_luns: add --linux option and other workDouglas Gilbert
2013-02-27sg_luns: map between T10 and Linux LUN representationsDouglas Gilbert
2013-02-25sg_luns: add --test=LUNHEX for 64 bit lun supportDouglas Gilbert
2012-03-17sync with spc4r35; start on sat fixed senseDouglas Gilbert
2011-08-28spc4r32 sync; sg_write_buffer --specific optionDouglas Gilbert
2010-03-12follow google's RE2 lead and add BSD_LICENSE files and refer to them from sourceDouglas Gilbert
2009-09-20more sg_get_lba_status work, major() macro linux problems, include <linux/kde...Douglas 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-06-18sg_luns: reduce maxlen default to 8192Douglas Gilbert
2009-06-15add sg_read_block_limits; sg_reset: option for target resetDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-05-14sg_set_binary_mode() added for MinGW to stop LF to CR-LF conversionDouglas Gilbert
2008-04-20add --maxlen= argument to sg_lunsDouglas Gilbert
2007-12-19change 'long long' to int64_t to stress only need 64 bit integers (similar ch...Douglas Gilbert
2007-09-19sg_stpg work, device_name simplification, restore sg_read_buffer to buildDouglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert