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


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.31   5 years  bluhm   Implement the conv=fsync feature which does an fsync(2) after the final write to...
[TXT] conv.c  1.13   7 years  krw   Nuke a bunch of whitespace nits seen while '%q' hunting.
[TXT] conv_tab.c  1.6   10 years  tedu   The "old" conversions are not mandated by any standard and are underspecified. T...
[TXT] dd.1  1.39   3 years  jmc   replace the "write a floppy image" example with a more up to date one; input/ok ...
[TXT] dd.c  1.28   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] dd.h  1.9   5 years  bluhm   Implement the conv=fsync feature which does an fsync(2) after the final write to...
[TXT] extern.h  1.9   10 years  tedu   The "old" conversions are not mandated by any standard and are underspecified. T...
[TXT] misc.c  1.23   6 years  cheloha   snprintf+writev -> dprintf Much simpler. Dropping writev makes the output from...
[TXT] position.c  1.11   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...