| Age | Commit message (Expand) | Author |
| 2019-10-04 | copy libc's swab.c into dd as dd_swab(), and remove the restrict. | mrg |
| 2019-03-23 | When buffers are at least page sized, explicitely request page alignment. | mlelstv |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2015-03-18 | Add iflag and oflag operands to dd(1) | manu |
| 2012-02-21 | Fix a very old bug. When allocating the buffer and doing just a bs= transfer, | matt |
| 2011-11-06 | Add a new command to dd(1): msgfmt. The command modifies the | jym |
| 2011-02-04 | Remove the rif/rof options and add rump.dd. This makes usage | pooka |
| 2010-12-23 | Fix speling ("deferred," not "defered") as reported in #netbsd-code on | riz |
| 2010-12-14 | remove some leftover development garbage | pooka |
| 2010-11-22 | Add two new operands: "rif" and "rof". They operate exactly like | pooka |
| 2009-02-14 | fix -Wsign-compare issues | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-26 | PR/38755: murray armfield: /bin posix programs missing setprogname and/or | christos |
| 2007-04-29 | fix typos | msaitoh |
| 2006-01-09 | In "dd progress=N", let the value of N control how often | apb |
| 2005-04-20 | Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined with | rillig |
| 2004-01-17 | minor nit, set out.dbp correctly when constructing final null block | dbj |
| 2004-01-17 | add support for conv=sparse | dbj |
| 2003-11-15 | Optimise previous change, using fcntl(F_DUPFD) to locate a free descriptor | dsainty |
| 2003-11-15 | Avoid corrupting the dd(1) IO streams. This would happen by accidentally | dsainty |
| 2003-09-14 | Following private discussion with kleink@ and hubertf@ and public discussion | jschauma |
| 2003-08-20 | Fix memory leak noted by Hubert Feyrer in private email. | jschauma |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | As discusses a little while back on tech-userlevel: | jschauma |
| 2002-09-04 | Add comment about my rev. 1.27 change. | enami |
| 2002-09-03 | Ignore EINVAL returned from fsync(2) because it is the expected error code | tron |
| 2002-09-01 | Detect the last nfs write error. | enami |
| 2002-01-10 | Convert some variables that were signed ints before my update to 64 bit sizes | lukem |
| 2001-11-26 | a bit more cosmetic changes. | enami |
| 2001-11-26 | Replace {u_,}longlong_t usage with {u,}int64_t, as the former has | lukem |
| 2001-11-25 | - Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizes | lukem |
| 2001-11-25 | fix WARNS=2 for -DNO_CONV | lukem |
| 2001-11-25 | - ANSI KNF | lukem |
| 2001-04-28 | In the words of Our Fearless Leader, I am "utterly sick" of dd(1) | ross |
| 2000-10-25 | KNF nit in previous. | kleink |
| 2000-10-16 | Make sure we accept the getopt(3) 'last option' delimiter; | kleink |
| 2000-08-25 | Fix conv=swab. Don't swab the entire input buffer every time we read | matt |
| 2000-08-02 | rename nset to infoset from jhawk. | christos |
| 2000-08-02 | block siginfo during writes. | christos |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-07-29 | Add "progress=1" switch to show a sign of life by printing a '.' for | hubertf |
| 1998-08-19 | Add some braces to make egcs happy. | thorpej |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-06-29 | Fix a minor bug that made conv=sync pad partial blocks with garbage, | gwr |
| 1998-04-01 | Need <time.h> fo time() prototype. | kleink |
| 1997-07-20 | Fix compiler warnings. | christos |
| 1996-02-20 | Re-do change to use const qualifer with conversion tables. | jtc |
| 1995-10-08 | Add -DNO_CONV to make this smaller in my ramdisk. | gwr |
| 1995-03-21 | convert to new RCS id conventions. | cgd |