OpenBSD CVS

src/bin/dd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / dd

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   25 years  rahnds   gcc 2.8.X.X fixed this bug, back to a sane Makefile.
[TXT] args.c  1.17   17 years  ray   Fix range checking for in.dbsz and out.dbsz. Add range checking for cbsz. Change...
[TXT] conv.c  1.10   20 years  deraadt   ansification, art ok
[TXT] conv_tab.c  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dd.1  1.20   16 years  jmc   convert to new .Dd format;
[TXT] dd.c  1.15   16 years  chl   remove "unused variable" warning appearing when building release ok millert@
[TXT] dd.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] extern.h  1.7   20 years  deraadt   fix protos
[TXT] misc.c  1.15   18 years  dhill   change %u to %zu to correctly print size_t ok ray@ jaredy@ moritz@
[TXT] position.c  1.9   17 years  otto   It is better to use isatty() to see if a dev is seekable, because skipping block...