summaryrefslogtreecommitdiff
path: root/bin/dd
AgeCommit message (Expand)Author
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-14use .At where appropriate; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-12tweak previous;Jason McIntyre
2014-02-12Add an operand to /bin/dd that suppresses the status lines printedAlexander Bluhm
2014-02-02expand STANDARDS; ok sobradoJason McIntyre
2013-11-11unused prototypeTheo de Raadt
2013-06-01fiddle with the NO_CONV code to allow notrunc and noerror to still work.Ted Unangst
2013-06-01consolidate ifdef blocks by moving a variableTed Unangst
2013-04-16handle larger tv_sec typesTheo de Raadt
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-07-12Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whetherTodd C. Miller
2011-10-18Support K and M as well as k and m for sizes. From Thomas Pfaff.Nicholas Marriott
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-12The conversions ascii, ebcdic and ibm are XPG4, not POSIX.Ingo Schwarze
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-10-05the ellipsis allow more than one operand being specified.Igor Sobrado
2007-11-10remove "unused variable" warning appearing when building releaseCharles Longeau
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2006-11-07It is better to use isatty() to see if a dev is seekable, becauseOtto Moerbeek
2006-11-07fix skipping when reading from a tty; reported by Karel KulhavyOtto Moerbeek
2006-11-01Fix range checking for in.dbsz and out.dbsz.Ray Lai
2006-06-01add another exmaple; stolen from a nick holland email...Jason McIntyre
2006-05-31- use .ExJason McIntyre
2006-03-22change %u to %zu to correctly print size_tDavid Hill
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-04-08Correct comment about using m in blocksize (multiplies by 1048576 not 512).Jonathan Gray
2004-03-18typo from Jared Yanovich;Jason McIntyre
2003-07-28sync floppy dd example with the real worldTodd T. Fries
2003-06-25fix protosTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-12more .LiTheo de Raadt
2002-10-28Seeking on a character device works fine.Todd C. Miller
2002-05-29Add a cast to keep time from overflowing. Checked by millert.Hugh Graham
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
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
2001-06-25had not noticed the atexit() handler; pointed out by dima@unixfreak.org; als...Theo de Raadt
2001-06-22do not exit() from signal handlerTheo de Raadt
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-09-23Some formatting tweaks. Shuffle the option descriptions into a more logicalAaron Campbell