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