aboutsummaryrefslogtreecommitdiff
path: root/src/sg_dd.c
AgeCommit message (Expand)Author
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
2017-09-18https://github.com/hreinecke/sg3_utils branch sles15 synced 20170914; change ...Douglas Gilbert
2016-04-05clang --analyze static checker clean upsDouglas 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-02fix some unaligned gremlinsDouglas Gilbert
2015-02-16examples/sg_tst_async: cleanup; sg_write_same: cleanup, mainly man pageDouglas Gilbert
2015-01-29allow CR is hex ASCII input files; repeat IO after EAGAIN in sg*_ddDouglas Gilbert
2014-12-30introduce uintptr_t in place of unsigned long, w7 64 bit requirementDouglas Gilbert
2014-12-26sg_lib_data: sync asc/ascq codes with T10 20141224; sg_inq: update version de...Douglas Gilbert
2014-09-18sg_vpd: more TPC VPD page decoding; sg_ses: handle element descriptor names t...Douglas Gilbert
2014-05-16other half of the sg_get_category_sense_str() changesDouglas Gilbert
2013-10-14avoid getpagesize() with sysconf() and use posix_memalign()Douglas Gilbert
2013-08-17clang cleanup; sg_xcopy seek not bumped fixDouglas Gilbert
2013-06-04sg_compare_and_write: fix wrprotect bugDouglas Gilbert
2013-05-18sg_write_same: add --ndob; sg_sync: add --16; sg_vpd: add FUAB bitDouglas Gilbert
2013-05-08sg_xcopy: add --on_src and --on_dst options; C++ cleanupDouglas Gilbert
2013-02-28more UA exposure via noisy argument; docoDouglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2012-09-08manpages for sg_xcopy and sg_copy_results; sg_dd cleanupDouglas Gilbert
2012-06-12sg_ses: allow ident,locate on enclosure controllerDouglas Gilbert
2010-07-26sg_dd: default to sg_io for Linux bsg devicesDouglas Gilbert
2010-06-26sync with spc4r25, small sg_dd+sg_ses cleanupDouglas 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-02-05accept 'count=-1' and '-V' in sg_dd, sgm_dd and sgp_ddDouglas Gilbert
2008-11-16tweak posix_fadvise() againDouglas Gilbert
2008-11-16tweak posix_fadvise(), add associated 'nocache' flagDouglas Gilbert
2008-10-24sg_dd: first cut using posix_fadvise()Douglas Gilbert
2008-09-10sg_dd: add of2=OFILE2 and conv=sparseDouglas Gilbert
2008-07-24sg_dd: switch order of open sg device nodes on input, first try RW then RDONLYDouglas Gilbert
2008-07-15sg_dd: flock(LOCK_EX|LOCK_NB) optionDouglas Gilbert
2008-06-04remove trailing spaces from various source filesDouglas Gilbert
2008-06-02widen coe processing to medium and hard errors that don't report bad lbaDouglas Gilbert
2008-01-30sg_dd: improve MMC processingDouglas Gilbert
2008-01-15tweak a few utilitiesDouglas 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