CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/11/17 10:24:26
Modified files: bin/mv : Makefile mv.c Added files: bin/mv : cp.c rm.c Log message: direct copy of cp and rm code into mv, so it can avoid fork+exec. some or even most of the code can still be streamlined more. ok deraadt