summaryrefslogtreecommitdiff
path: root/bin/dd/args.c
AgeCommit message (Expand)Author
2019-02-16Implement the conv=fsync feature which does an fsync(2) after theAlexander Bluhm
2018-07-25Free operand copies after parsing.cheloha
2018-01-03Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"Ingo Schwarze
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-14replace strtoq with strtoll. ok openbsdTed Unangst
2014-09-14Error out when negative values are given for sizes on the command line.Ingo Schwarze
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-03-27The "old" conversions are not mandated by any standard and areTed Unangst
2014-03-24support gigabytes. also update some comments and make goto label nicer.Ted Unangst
2014-02-12Add an operand to /bin/dd that suppresses the status lines printedAlexander Bluhm
2013-11-11unused prototypeTheo de Raadt
2013-06-01fiddle with the NO_CONV code to allow notrunc and noerror to still work.Ted Unangst
2011-10-18Support K and M as well as k and m for sizes. From Thomas Pfaff.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-11-01Fix range checking for in.dbsz and out.dbsz.Ray Lai
2006-03-22change %u to %zu to correctly print size_tDavid Hill
2005-04-08Correct comment about using m in blocksize (multiplies by 1048576 not 512).Jonathan Gray
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
2001-08-07Modify timekeeping in an effort to produce a sane bandwidth measureHugh Graham
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
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
1996-03-03From NetBSD: Use const qualifier with conversion, args and clist tablesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt