summaryrefslogtreecommitdiff
path: root/tests/dd
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-0118-18/+18
* dd: counts ending in "B" now count bytesPaul Eggert2022-02-222-31/+38
* dd: support iseek= and oseek=Paul Eggert2022-02-221-0/+10
* dd: improve integer overflow checkingPaul Eggert2022-01-272-4/+14
* maint: update all copyright year number rangesPádraig Brady2022-01-0218-18/+18
* maint: update all copyright year number rangesPádraig Brady2021-01-0118-18/+18
* tests: simplify since expr now works on bignumsPaul Eggert2020-07-081-2/+1
* tests: avoid spurious testsuite failureAndreas Schwab2020-06-301-1/+1
* tests: avoid false failures on darwin 19.2.0Pádraig Brady2020-02-291-1/+10
* maint: update all copyright year number rangesPádraig Brady2020-01-0118-18/+18
* doc: clarify dd sparse detection is by *output* blockKevin Locke2019-05-261-4/+4
* maint: update all copyright year number rangesAssaf Gordon2019-01-0118-18/+18
* maint: update all copyright year number rangesPádraig Brady2018-01-0118-18/+18
* tests: fix false failure in new dd/nocache_eof testPádraig Brady2017-12-101-3/+3
* dd: support iflag=direct with arbitrary sized filesPádraig Brady2017-11-241-2/+2
* tests: avoid false failure when O_DIRECT isn't supportedPádraig Brady2017-10-242-11/+10
* dd: fix nocache regions passed to posix_fadvise()Pádraig Brady2017-10-241-0/+98
* all: prefer HTTPS in URLsPaul Eggert2017-09-1917-17/+17
* tests: don't fail tests when failing to write filesPádraig Brady2017-08-292-3/+3
* maint: update all copyright year number rangesPádraig Brady2017-01-0117-17/+17
* dd: warn about counts specified with confusing 0x prefixPádraig Brady2016-11-041-0/+10
* tests: avoid potential overflows with `expr`Pádraig Brady2016-04-211-1/+2
* tests: adjust delays to avoid false positivesPádraig Brady2016-01-181-1/+1
* tests: fix races wrt output files of background processesBernhard Voelker2016-01-101-0/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-0117-17/+17
* dd: summarize in --human-readable format tooPaul Eggert2015-12-312-5/+5
* tests: ensure programs are built before testingPádraig Brady2015-11-101-1/+1
* tests: cleanup trapping of signal namesPádraig Brady2015-11-101-1/+2
* tests: adjust recent changes to virtual memory limitsPádraig Brady2015-10-081-4/+4
* maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker2015-09-221-5/+11
* tests: fix false failure on slower systemsPádraig Brady2015-07-011-3/+3
* tests: fix async allocation race on BTRFSPádraig Brady2015-05-141-1/+8
* tests: cleanup background processes upon interruptionPádraig Brady2015-05-111-1/+9
* tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker2015-01-141-1/+1
* tests: add extra protection against unexpected exitsPádraig Brady2015-01-143-9/+9
* maint: update all copyright year number rangesPádraig Brady2015-01-0117-17/+17
* tests: fix portability issue in dd/ascii testPádraig Brady2014-11-261-35/+36
* dd: new status=progress level to print stats periodicallyFederico Simoncelli2014-09-302-3/+14
* dd: use more robust SIGUSR1 handlingPádraig Brady2014-09-301-0/+57
* tests: fix portability issue in new dd/ascii testPádraig Brady2014-07-141-1/+1
* maint: simplify parsing df's output in shell scriptsBernhard Voelker2014-07-041-1/+1
* tests: improve new ascii test of ddBernhard Voelker2014-05-071-10/+12
* dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert2014-05-061-0/+71
* tests: improve diagnostics when asserting empty filesPádraig Brady2014-05-071-3/+3
* tests: fix false dd conv=sparse failure on newer XFSPádraig Brady2014-04-111-1/+8
* maint: update all copyright year number rangesBernhard Voelker2014-01-0215-15/+15
* tests: avoid unlikely deadlock in dd/no-allocate on some shellsPádraig Brady2013-12-131-18/+35
* dd: make status=none suppress all diagnosticsPádraig Brady2013-07-191-2/+4
* tests: fix usage of require_ulimit_Pádraig Brady2013-04-251-1/+1
* dd: avoid buffer allocations unless neededOndrej Oprala2013-04-141-0/+53