| Age | Commit message (Expand) | Author |
| 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 |
| 2007-04-13 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem |
| 2006-01-12 | Bump date for progress=n description change. | wiz |
| 2006-01-09 | In "dd progress=N", let the value of N control how often | apb |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-04-20 | Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined with | rillig |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 2004-01-17 | minor nit, set out.dbp correctly when constructing final null block | dbj |
| 2004-01-17 | add support for conv=sparse | dbj |
| 2004-01-17 | Add C_ASCII and C_EBCDIC to list of options which unset C_BS semantics. | dbj |
| 2004-01-04 | remove unused code left from printescaped() backput as pointed out by Jeff | jschauma |
| 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-20 | Minor KNF nit from rev. 1.13. | kleink |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-05 | Include stdlib.h so EXIT_FAILURE is defined. | erh |
| 2003-08-04 | As discusses a little while back on tech-userlevel: | jschauma |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-11-29 | convert to using strsuftoll(3) from libc | lukem |
| 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 |