summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
AgeCommit message (Expand)Author
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