Age | Commit message (Expand) | Author |
2019-08-15 | dd: fix skip= with short reads. | Elliott Hughes |
2019-07-10 | dd: iflags, oflags, fix ^C, fix the fundamental loop. | Elliott Hughes |
2019-07-09 | dd: fix seek= on stdout. | Elliott Hughes |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2017-07-09 | dd cleanup: binary search is overkill, eliminate struct pair, | Rob Landley |
2017-07-07 | Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). | Rob Landley |
2016-08-21 | A round of dd cleanup. | Rob Landley |
2016-08-06 | Inline setup_inout(), test ftruncate() return value, move gettimeofday() before | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-07-08 | dd improvements. | Elliott Hughes |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes |
2015-03-23 | add missing space in dd output | Elliott Hughes |
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d... | Rob Landley |
2013-11-10 | du from Ashwini Sharma. | Rob Landley |