summaryrefslogtreecommitdiffstats
path: root/tests/dd
AgeCommit message (Expand)AuthorLines
4 daysdd: always diagnose partial writes on write failurePádraig Brady-0/+37
2026-02-18maint: tests: avoid EPERM specific handlingPádraig Brady-8/+3
2026-01-24tests: dd: avoid EPERM false failure on SolarisPádraig Brady-2/+5
2026-01-19tests: dd: avoid a false test failure on Solaris 11.4Collin Funk-1/+4
2026-01-01maint: run 'make update-copyright'Collin Funk-21/+21
2025-12-25dd: don't continue copying when ftruncate fails using seek= and of=Collin Funk-0/+76
2025-12-08tests: fix non-portable use of printf '\x..'Pádraig Brady-2/+2
2025-11-14tests: dd: add tests for conv=lcase and conv=ucaseCollin Funk-0/+57
2025-09-20tests: dd: avoid false failure on Solaris 10Pádraig Brady-1/+1
2025-03-10tests: dd: ensure posix_fadvise errors are handledPádraig Brady-0/+56
2025-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2024-11-20dd: port big-offset test to macOS 12.6Paul Eggert-3/+3
2024-11-19tests: fix inconsistent use of getlimits_Pádraig Brady-1/+1
2024-05-16dd: skip some alloc tests on ZFSPaul Eggert-1/+4
2024-01-17tests: make ulimit -v interact better with ASANPádraig Brady-1/+1
2024-01-01maint: update all copyright year number rangesPádraig Brady-18/+18
2023-06-11dd: fix parsing of numbers with more than two multipliersPádraig Brady-0/+12
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