OpenBSD CVS

src/bin/mv/


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

Current tag: OPENBSD_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   8 years  gsoares   stop linking mv(1) to libutil, since that isn't used. OK guenther@ nicm@
[TXT] cp.c  1.8   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] mv.1  1.34   5 years  tedu   mv imitates, but no longer uses, cp and rm to cross filesystems.
[TXT] mv.c  1.46   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] rm.c  1.11   7 years  tedu   don't need to worry about pre/post order and skipping directories. remove more d...