summaryrefslogtreecommitdiffstats
path: root/src/dd.c
AgeCommit message (Expand)AuthorLines
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-4/+4
2021-07-26maint: fix white spacePaul Eggert-1/+1
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-3/+3
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-10-26dd: drop old workaround for lseek() bug in Linux kernelKamil Dudka-56/+3
2020-05-20dd: omit unnecessary vars when !lintPaul Eggert-13/+18
2020-05-11maint: avoid warnings from GCC's -fanalyzerPádraig Brady-6/+15
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-05-30dd: be more careful about signal handlingPaul Eggert-23/+90
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke-1/+1
2019-02-24all: detect --help and --version more consistentlyBernhard Voelker-11/+2
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-22doc: improve documentation of binary prefixesWodry-2/+3
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-12-10build: avoid build failure without sys/mtio.hPádraig Brady-1/+1
2017-11-29all: use consistent diagnostics for unknown long optionsBernhard Voelker-1/+6
2017-11-24dd: support iflag=direct with arbitrary sized filesPádraig Brady-4/+11
2017-10-24dd: fix nocache regions passed to posix_fadvise()Pádraig Brady-46/+71
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-20/+9
2017-04-27dd: simplify translator’s jobsPaul Eggert-28/+20
2017-04-24dd: status=progress outputs "6 s", not "6.00001 s"Paul Eggert-14/+33
2017-03-29doc: clarify in dd man page that bs= overrides [io]bs=Chris Davies-1/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady-0/+6
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-40/+39
2016-08-18doc: fix ambiguous multiplier info in dd man pagePádraig Brady-1/+1
2016-01-13doc: suggest dd "sync" flag to maximize "nocache" effectivenessPádraig Brady-1/+2
2016-01-01maint: avoid a sc_long_lines failure in recent commitPádraig Brady-1/+2
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-31dd: append spaces to shorter status=progress linePaul Eggert-44/+47
2015-12-31dd: summarize in --human-readable format tooPaul Eggert-27/+43
2015-11-04all: avoid quoting file names when possiblePádraig Brady-30/+32
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady-6/+0
2015-10-27all: quote string arguments in error messagesPádraig Brady-3/+4
2015-05-30maint: avoid new coverity warningsPádraig Brady-1/+1
2015-04-27maint: fix printf format for signed integersPádraig Brady-1/+1
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady-1/+1
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-1/+1
2014-12-16dd: fix typo in previous changePaul Eggert-1/+1
2014-12-15dd: diagnose too-large numbers betterPaul Eggert-12/+25
2014-11-28build: fix missing casts from recent changePádraig Brady-2/+2
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady-2/+3
2014-10-02maint: avoid double semicolon syntax check failureBernhard Voelker-1/+1
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli-42/+109
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady-20/+49
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1