Age | Commit message (Expand) | Author |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | after dd has opened it's files and done the tape positioning ioctl, we | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-05 | use the correct read count when determining how swabbing is necessary. | Ted Unangst |
2014-12-11 | use a local swapbytes function instead of relying on undefined | Ted Unangst |
2014-09-14 | Error out when negative values are given for sizes on the command line. | Ingo Schwarze |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-03-27 | The "old" conversions are not mandated by any standard and are | Ted Unangst |
2014-03-24 | support gigabytes. also update some comments and make goto label nicer. | Ted Unangst |
2014-02-14 | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-12 | tweak previous; | Jason McIntyre |
2014-02-12 | Add an operand to /bin/dd that suppresses the status lines printed | Alexander Bluhm |
2014-02-02 | expand STANDARDS; ok sobrado | Jason McIntyre |
2013-11-11 | unused prototype | Theo de Raadt |
2013-06-01 | fiddle with the NO_CONV code to allow notrunc and noerror to still work. | Ted Unangst |
2013-06-01 | consolidate ifdef blocks by moving a variable | Ted Unangst |
2013-04-16 | handle larger tv_sec types | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-07-12 | Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether | Todd C. Miller |
2011-10-18 | Support K and M as well as k and m for sizes. From Thomas Pfaff. | Nicholas Marriott |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado |
2007-11-10 | remove "unused variable" warning appearing when building release | Charles Longeau |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek |
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek |
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai |
2006-06-01 | add another exmaple; stolen from a nick holland email... | Jason McIntyre |
2006-05-31 | - use .Ex | Jason McIntyre |
2006-03-22 | change %u to %zu to correctly print size_t | David Hill |
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller |
2005-04-08 | Correct comment about using m in blocksize (multiplies by 1048576 not 512). | Jonathan Gray |
2004-03-18 | typo from Jared Yanovich; | Jason McIntyre |
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries |
2003-06-25 | fix protos | Theo de Raadt |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-12 | more .Li | Theo de Raadt |
2002-10-28 | Seeking on a character device works fine. | Todd C. Miller |
2002-05-29 | Add a cast to keep time from overflowing. Checked by millert. | Hugh Graham |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
2001-10-06 | Fix ``echo foo |dd'' which was broken by the last commit. | Todd C. Miller |
2001-10-04 | Move check for count=0 into dd's main. We want to do normal setup | Todd C. Miller |
2001-08-07 | Modify timekeeping in an effort to produce a sane bandwidth measure | Hugh Graham |