summaryrefslogtreecommitdiff
path: root/bin/dd
AgeCommit message (Expand)Author
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
1998-07-09"static" should be located at the beginning of declaration.msaitoh
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
1998-02-28Lineup `case' label and `default' label with `switch'.enami
1998-02-28Put space after the keyword `switch'.enami
1998-02-06quads must be cast to long long for printing.thorpej
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-02-04Use u_quad_t instead of u_long to define struct STAT.bytes, whichenami
1997-10-20Fix .Nm usage.enami
1997-07-25Do multiply in lseek calls as off_t arithmetic. This allows for seeksphil
1997-07-20Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.incchristos
1997-07-20Fix compiler warnings.christos
1996-03-01add const qualifier to args and clist tablesjtc
1996-02-20Re-do change to use const qualifer with conversion tables.jtc
1996-02-20Previous change (Use const qualifier with conversion tables) is broken.cgd
1996-02-19Use const qualifier with conversion tablesjtc
1995-10-08Add -DNO_CONV to make this smaller in my ramdisk.gwr
1995-03-21convert to new RCS id conventions.cgd
1995-01-23ECBDIC->EBCDIChpeyerl
1994-09-22Merge 4.4-Lite version.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-05-04added dd(1) from ftp.uu.net:bsd-sources; torching GNU ddglass