| Age | Commit message (Expand) | Author |
| 2022-01-14 | update header too. | christos |
| 2022-01-14 | The "ibm" and "oldibm" tables are identical, because POSIX just | christos |
| 2021-10-09 | dd: fix lint warnings about effectively discarding 'const' | rillig |
| 2021-10-09 | dd: clean up function summary | rillig |
| 2021-10-09 | dd: fix lint error about 'return expr' from void function | rillig |
| 2021-10-08 | PR/56443: RVP: dd conv=swab doesn't always work | christos |
| 2021-09-10 | bin: remove unnecessary lint comment CONSTCOND | rillig |
| 2021-05-18 | dd.1: add an example of writing a NetBSD image | nia |
| 2019-10-04 | copy libc's swab.c into dd as dd_swab(), and remove the restrict. | mrg |
| 2019-09-15 | Drop -D_INCOMPLETE_XOPEN_C063 from dd(1) | kamil |
| 2019-03-23 | When buffers are at least page sized, explicitely request page alignment. | mlelstv |
| 2019-01-30 | Fix typos; use American spelling consistently. Remove an unnecessary macro. | wiz |
| 2019-01-30 | adjust the open flags available for dd to match actual reality | mrg |
| 2017-07-04 | Use Ex. | wiz |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2016-08-18 | bump date | sevan |
| 2016-08-18 | dd first appeared in V5, not V1 | sevan |
| 2016-08-11 | Document the version dd first appeared. | sevan |
| 2016-08-11 | Pp not required before Bd, picked up by mandoc lint | sevan |
| 2016-08-11 | The macro to cross-reference is Xr, not Xt. | sevan |
| 2015-03-18 | New sentence, new line. Fix typos. Bump date for previous. | wiz |
| 2015-03-18 | Add iflag and oflag operands to dd(1) | manu |
| 2013-07-17 | PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto; | christos |
| 2012-08-08 | let the standard rules deal with librumpclient | christos |
| 2012-06-20 | - sync `SYNOPSIS' with dd.c's `usage' line; | wiz |
| 2012-02-21 | Fix a very old bug. When allocating the buffer and doing just a bs= transfer, | matt |
| 2011-11-07 | As suggested by Enami, rework the msgfmt logic a bit: | jym |
| 2011-11-06 | Add a new command to dd(1): msgfmt. The command modifies the | jym |
| 2011-09-16 | Use __dead for the small build too | joerg |
| 2011-08-29 | Use __dead | joerg |
| 2011-02-04 | Remove the rif/rof options and add rump.dd. This makes usage | pooka |
| 2011-01-13 | No need to cast with bsearch(), it returns a void *. Use __arraycount(). | jym |
| 2010-12-23 | Fix speling ("deferred," not "defered") as reported in #netbsd-code on | riz |
| 2010-12-22 | Add iseek and oseek option as aliases for skip and seek respectively. | enami |
| 2010-12-22 | Copy argument before modifying it so that ps shows entire argument. | enami |
| 2010-12-14 | remove some leftover development garbage | pooka |
| 2010-12-14 | Make compile on non-NetBSD. | pooka |
| 2010-12-09 | Wrap long line. | enami |
| 2010-12-06 | Fix most inopportune typo. from gson & jmmv. | pooka |
| 2010-12-05 | Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather than | jym |
| 2010-11-22 | extra crunchgen hoops | pooka |
| 2010-11-22 | Add two new operands: "rif" and "rof". They operate exactly like | pooka |
| 2009-03-11 | Don't workaround macro argument limit in ancient troff. | joerg |
| 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-10-05 | Convert to using raise_default_signal(3). | lukem |
| 2007-07-03 | In the SIGINT handler, explicitly display a summary and then raise the | lukem |
| 2007-04-29 | fix typos | msaitoh |