summaryrefslogtreecommitdiff
path: root/src/dd.c
Commit message (Expand)AuthorAgeFilesLines
* all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady2023-01-061-1/+1
* numfmt: add support for new SI prefixesPaul Eggert2023-01-051-1/+1
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: prefer static_assert to verifyPaul Eggert2022-09-151-10/+10
* dd: counts ending in "B" now count bytesPaul Eggert2022-02-221-58/+56
* dd: support iseek= and oseek=Paul Eggert2022-02-221-4/+4
* dd: do not access uninitializedPaul Eggert2022-01-311-3/+5
* dd: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-7/+1
* dd: synchronize output after write errorsPaul Eggert2022-01-281-21/+55
* dd: output final progress before syncingPaul Eggert2022-01-271-0/+12
* maint: simplify memory alignmentPaul Eggert2022-01-271-41/+19
* dd: simplify conv=swab codePaul Eggert2022-01-271-54/+33
* dd: improve integer overflow checkingPaul Eggert2022-01-271-135/+163
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-3/+6
* maint: switch to C11-style _NoreturnPaul Eggert2021-10-021-1/+1
* doc: modernize usage of “disk” and “core”Paul Eggert2021-07-281-4/+4
* maint: fix white spacePaul Eggert2021-07-261-1/+1
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-3/+3
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* dd: drop old workaround for lseek() bug in Linux kernelKamil Dudka2020-10-261-56/+3
* dd: omit unnecessary vars when !lintPaul Eggert2020-05-201-13/+18
* maint: avoid warnings from GCC's -fanalyzerPádraig Brady2020-05-111-6/+15
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* dd: be more careful about signal handlingPaul Eggert2019-05-301-23/+90
* doc: clarify dd sparse detection is by *output* blockKevin Locke2019-05-261-1/+1
* all: detect --help and --version more consistentlyBernhard Voelker2019-02-241-11/+2
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* doc: improve documentation of binary prefixesWodry2018-07-221-2/+3
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* build: avoid build failure without sys/mtio.hPádraig Brady2017-12-101-1/+1
* all: use consistent diagnostics for unknown long optionsBernhard Voelker2017-11-291-1/+6
* dd: support iflag=direct with arbitrary sized filesPádraig Brady2017-11-241-4/+11
* dd: fix nocache regions passed to posix_fadvise()Pádraig Brady2017-10-241-46/+71
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-20/+9
* dd: simplify translator’s jobsPaul Eggert2017-04-271-28/+20
* dd: status=progress outputs "6 s", not "6.00001 s"Paul Eggert2017-04-241-14/+33
* doc: clarify in dd man page that bs= overrides [io]bs=Chris Davies2017-03-291-1/+2
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* dd: warn about counts specified with confusing 0x prefixPádraig Brady2016-11-041-0/+6
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-40/+39
* doc: fix ambiguous multiplier info in dd man pagePádraig Brady2016-08-181-1/+1
* doc: suggest dd "sync" flag to maximize "nocache" effectivenessPádraig Brady2016-01-131-1/+2
* maint: avoid a sc_long_lines failure in recent commitPádraig Brady2016-01-011-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* dd: append spaces to shorter status=progress linePaul Eggert2015-12-311-44/+47
* dd: summarize in --human-readable format tooPaul Eggert2015-12-311-27/+43
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-30/+32