summaryrefslogtreecommitdiff
path: root/bin/dd
AgeCommit message (Expand)Author
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
2003-08-20Fix memory leak noted by Hubert Feyrer in private email.jschauma
2003-08-20Minor KNF nit from rev. 1.13.kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Include stdlib.h so EXIT_FAILURE is defined.erh
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-29convert to using strsuftoll(3) from libclukem
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-06-09Add LL to 1099511627776 since it won't fit in a long on ILP32 systems.matt
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-02.ifdef SMALLPROG, compile with -DNO_CONV and don't compile in conv_tab.olukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Blah, oversight. Revert previous; clean up to proper syntax, and addtv
2002-01-29This doesn't appear to be used in src/tools any longer; remove the config.htv
2002-01-22add config.h when compiled as host tool.is
2002-01-10Convert some variables that were signed ints before my update to 64 bit sizeslukem
2001-11-30Deal with LP64 printf format issues.thorpej
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-25Drop a space and an unnecessary .Pp.wiz
2001-11-25fix conv= descriptionlukem
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-07-22seperate -> separatewiz
2001-04-28In the words of Our Fearless Leader, I am "utterly sick" of dd(1)ross
2001-01-16avoid C sequence point issues warned about by development version of gcc.cgd
2001-01-04use more standard %ll_ in favour of %q_lukem
2000-10-25KNF nit in previous.kleink
2000-10-16Make sure we accept the getopt(3) 'last option' delimiter;kleink
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
2000-08-28Add 'RETURN VALUE' section header.hubertf
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
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-10-09fix comment regarding when we attempt to seekjtk
1999-10-04Use lseek(2) on character devices, damn it.mycroft
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-07-28Delint.mycroft