summaryrefslogtreecommitdiff
path: root/bin/dd/args.c
AgeCommit message (Collapse)Author
2001-10-06Fix ``echo foo |dd'' which was broken by the last commit.Todd C. Miller
2001-10-04Move check for count=0 into dd's main. We want to do normal setupTodd C. Miller
in this case and just don't want to actually copy any data. Fixes a problem noted by aaron@ where the time portion of the summary would be wrong and also gives us sane behavior when seek is non-zero but count is 0.
2001-08-07Modify timekeeping in an effort to produce a sane bandwidth measureHugh Graham
for a short running dd process. Some floating point is used so that microsecond precision can be kept without shortening the off_t excessively. millert says ok.
1998-07-09why bother; msaitohTheo de Raadt
1997-11-15spellingTodd T. Fries
1997-02-14Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.Todd C. Miller
Closes OpenBSD PR system/107.
1996-12-14-Wall'ing.Michael Shalayeff
1996-06-23update rcsidTheo de Raadt
1996-05-03don't munge argv strings -- copy them first. avoids 'w' showing:Theo de Raadt
deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs
1996-03-03From NetBSD: Use const qualifier with conversion, args and clist tablesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt