summaryrefslogtreecommitdiff
path: root/bin/dd/dd.c
AgeCommit message (Expand)Author
2019-10-04copy libc's swab.c into dd as dd_swab(), and remove the restrict.mrg
2019-03-23When buffers are at least page sized, explicitely request page alignment.mlelstv
2016-09-05Drop main() prototype.sevan
2015-03-18Add iflag and oflag operands to dd(1)manu
2012-02-21Fix a very old bug. When allocating the buffer and doing just a bs= transfer,matt
2011-11-06Add a new command to dd(1): msgfmt. The command modifies thejym
2011-02-04Remove the rif/rof options and add rump.dd. This makes usagepooka
2010-12-23Fix speling ("deferred," not "defered") as reported in #netbsd-code onriz
2010-12-14remove some leftover development garbagepooka
2010-11-22Add two new operands: "rif" and "rof". They operate exactly likepooka
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-04-29fix typosmsaitoh
2006-01-09In "dd progress=N", let the value of N control how oftenapb
2005-04-20Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined withrillig
2004-01-17minor nit, set out.dbp correctly when constructing final null blockdbj
2004-01-17add support for conv=sparsedbj
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
2003-08-20Fix memory leak noted by Hubert Feyrer in private email.jschauma
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2002-09-04Add comment about my rev. 1.27 change.enami
2002-09-03Ignore EINVAL returned from fsync(2) because it is the expected error codetron
2002-09-01Detect the last nfs write error.enami
2002-01-10Convert some variables that were signed ints before my update to 64 bit sizeslukem
2001-11-26a bit more cosmetic changes.enami
2001-11-26Replace {u_,}longlong_t usage with {u,}int64_t, as the former haslukem
2001-11-25- Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizeslukem
2001-11-25fix WARNS=2 for -DNO_CONVlukem
2001-11-25- ANSI KNFlukem
2001-04-28In the words of Our Fearless Leader, I am "utterly sick" of dd(1)ross
2000-10-25KNF nit in previous.kleink
2000-10-16Make sure we accept the getopt(3) 'last option' delimiter;kleink
2000-08-25Fix conv=swab. Don't swab the entire input buffer every time we readmatt
2000-08-02rename nset to infoset from jhawk.christos
2000-08-02block siginfo during writes.christos
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-29Add "progress=1" switch to show a sign of life by printing a '.' forhubertf
1998-08-19Add some braces to make egcs happy.thorpej
1998-07-28Delint.mycroft
1998-07-28Delint.mycroft
1998-06-29Fix a minor bug that made conv=sync pad partial blocks with garbage,gwr
1998-04-01Need <time.h> fo time() prototype.kleink
1997-07-20Fix compiler warnings.christos
1996-02-20Re-do change to use const qualifer with conversion tables.jtc
1995-10-08Add -DNO_CONV to make this smaller in my ramdisk.gwr
1995-03-21convert to new RCS id conventions.cgd