summaryrefslogtreecommitdiffstats
path: root/tests/dd
AgeCommit message (Expand)AuthorLines
2023-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2022-02-22dd: counts ending in "B" now count bytesPaul Eggert-31/+38
2022-02-22dd: support iseek= and oseek=Paul Eggert-0/+10
2022-01-27dd: improve integer overflow checkingPaul Eggert-4/+14
2022-01-02maint: update all copyright year number rangesPádraig Brady-18/+18
2021-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2020-07-08tests: simplify since expr now works on bignumsPaul Eggert-2/+1
2020-06-30tests: avoid spurious testsuite failureAndreas Schwab-1/+1
2020-02-29tests: avoid false failures on darwin 19.2.0Pádraig Brady-1/+10
2020-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke-4/+4
2019-01-01maint: update all copyright year number rangesAssaf Gordon-18/+18
2018-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2017-12-10tests: fix false failure in new dd/nocache_eof testPádraig Brady-3/+3
2017-11-24dd: support iflag=direct with arbitrary sized filesPádraig Brady-2/+2
2017-10-24tests: avoid false failure when O_DIRECT isn't supportedPádraig Brady-11/+10
2017-10-24dd: fix nocache regions passed to posix_fadvise()Pádraig Brady-0/+98
2017-09-19all: prefer HTTPS in URLsPaul Eggert-17/+17
2017-08-29tests: don't fail tests when failing to write filesPádraig Brady-3/+3
2017-01-01maint: update all copyright year number rangesPádraig Brady-17/+17
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady-0/+10
2016-04-21tests: avoid potential overflows with `expr`Pádraig Brady-1/+2
2016-01-18tests: adjust delays to avoid false positivesPádraig Brady-1/+1
2016-01-10tests: fix races wrt output files of background processesBernhard Voelker-0/+2
2016-01-01maint: update all copyright year number rangesPádraig Brady-17/+17
2015-12-31dd: summarize in --human-readable format tooPaul Eggert-5/+5
2015-11-10tests: ensure programs are built before testingPádraig Brady-1/+1
2015-11-10tests: cleanup trapping of signal namesPádraig Brady-1/+2
2015-10-08tests: adjust recent changes to virtual memory limitsPádraig Brady-4/+4
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker-5/+11
2015-07-01tests: fix false failure on slower systemsPádraig Brady-3/+3
2015-05-14tests: fix async allocation race on BTRFSPádraig Brady-1/+8
2015-05-11tests: cleanup background processes upon interruptionPádraig Brady-1/+9
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker-1/+1
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady-9/+9
2015-01-01maint: update all copyright year number rangesPádraig Brady-17/+17
2014-11-26tests: fix portability issue in dd/ascii testPádraig Brady-35/+36
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli-3/+14
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady-0/+57
2014-07-14tests: fix portability issue in new dd/ascii testPádraig Brady-1/+1
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker-1/+1
2014-05-07tests: improve new ascii test of ddBernhard Voelker-10/+12
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert-0/+71
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady-3/+3
2014-04-11tests: fix false dd conv=sparse failure on newer XFSPádraig Brady-1/+8
2014-01-02maint: update all copyright year number rangesBernhard Voelker-15/+15
2013-12-13tests: avoid unlikely deadlock in dd/no-allocate on some shellsPádraig Brady-18/+35
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady-2/+4
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady-1/+1
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala-0/+53