summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
AgeCommit message (Expand)Author
2021-10-09dd: clean up function summaryrillig
2021-10-09dd: fix lint error about 'return expr' from void functionrillig
2021-09-10bin: remove unnecessary lint comment CONSTCONDrillig
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
2007-10-05Convert to using raise_default_signal(3).lukem
2007-07-03In the SIGINT handler, explicitly display a summary and then raise thelukem
2004-01-17add support for conv=sparsedbj
2004-01-04remove unused code left from printescaped() backput as pointed out by Jeffjschauma
2003-09-14Following private discussion with kleink@ and hubertf@ and public discussionjschauma
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
2001-11-26a bit more cosmetic changes.enami
2001-11-25- Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizeslukem
2001-11-25- ANSI KNFlukem
2001-04-28In the words of Our Fearless Leader, I am "utterly sick" of dd(1)ross
2001-01-04use more standard %ll_ in favour of %q_lukem
1999-07-29Add "progress=1" switch to show a sign of life by printing a '.' forhubertf
1998-07-28Delint.mycroft
1998-02-06quads must be cast to long long for printing.thorpej
1998-02-04Use u_quad_t instead of u_long to define struct STAT.bytes, whichenami
1997-07-20Fix compiler warnings.christos
1995-03-21convert to new RCS id conventions.cgd
1994-09-22Merge 4.4-Lite version.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-05-04added dd(1) from ftp.uu.net:bsd-sources; torching GNU ddglass