summaryrefslogtreecommitdiff
path: root/bin/dd
AgeCommit message (Expand)Author
2017-07-04Use Ex.wiz
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-05Drop main() prototype.sevan
2016-08-18bump datesevan
2016-08-18dd first appeared in V5, not V1sevan
2016-08-11Document the version dd first appeared.sevan
2016-08-11Pp not required before Bd, picked up by mandoc lintsevan
2016-08-11The macro to cross-reference is Xr, not Xt.sevan
2015-03-18New sentence, new line. Fix typos. Bump date for previous.wiz
2015-03-18Add iflag and oflag operands to dd(1)manu
2013-07-17PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto;christos
2012-08-08let the standard rules deal with librumpclientchristos
2012-06-20- sync `SYNOPSIS' with dd.c's `usage' line;wiz
2012-02-21Fix a very old bug. When allocating the buffer and doing just a bs= transfer,matt
2011-11-07As suggested by Enami, rework the msgfmt logic a bit:jym
2011-11-06Add a new command to dd(1): msgfmt. The command modifies thejym
2011-09-16Use __dead for the small build toojoerg
2011-08-29Use __deadjoerg
2011-02-04Remove the rif/rof options and add rump.dd. This makes usagepooka
2011-01-13No need to cast with bsearch(), it returns a void *. Use __arraycount().jym
2010-12-23Fix speling ("deferred," not "defered") as reported in #netbsd-code onriz
2010-12-22Add iseek and oseek option as aliases for skip and seek respectively.enami
2010-12-22Copy argument before modifying it so that ps shows entire argument.enami
2010-12-14remove some leftover development garbagepooka
2010-12-14Make compile on non-NetBSD.pooka
2010-12-09Wrap long line.enami
2010-12-06Fix most inopportune typo. from gson & jmmv.pooka
2010-12-05Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather thanjym
2010-11-22extra crunchgen hoopspooka
2010-11-22Add two new operands: "rif" and "rof". They operate exactly likepooka
2009-03-11Don't workaround macro argument limit in ancient troff.joerg
2009-02-14fix -Wsign-compare issueslukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2007-10-05Convert to using raise_default_signal(3).lukem
2007-07-03In the SIGINT handler, explicitly display a summary and then raise thelukem
2007-04-29fix typosmsaitoh
2007-04-13Use IEC 60027-2 prefixes for 2^n based prefixes.lukem
2006-01-12Bump date for progress=n description change.wiz
2006-01-09In "dd progress=N", let the value of N control how oftenapb
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-04-20Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined withrillig
2004-02-13Spell the plural of suffix "suffixes", not "suffices".wiz
2004-01-17minor nit, set out.dbp correctly when constructing final null blockdbj
2004-01-17add support for conv=sparsedbj
2004-01-17Add C_ASCII and C_EBCDIC to list of options which unset C_BS semantics.dbj
2004-01-04remove unused code left from printescaped() backput as pointed out by Jeffjschauma
2003-11-15Optimise previous change, using fcntl(F_DUPFD) to locate a free descriptordsainty
2003-11-15Avoid corrupting the dd(1) IO streams. This would happen by accidentallydsainty
2003-09-14Following private discussion with kleink@ and hubertf@ and public discussionjschauma