OpenBSD CVS

src/bin/cp/


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 / cp

Current tag: OPENBSD_4_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   26 years  deraadt   $OpenBSD$
[TXT] cp.1  1.28   17 years  jmc   convert to new .Dd format;
[TXT] cp.c  1.33   16 years  deraadt   STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ru
[TXT] extern.h  1.12   18 years  deraadt   various small lint cleanups; ok otto
[TXT] utils.c  1.27   17 years  tedu   when copying regular files, look for blocks of zeroes. when we see them, just l...