Home | History | Annotate | Download | only in dd
History log of /src/bin/dd/dd_hostops.c
RevisionDateAuthorComments
 1.1  04-Feb-2011  pooka branches: 1.1.2; 1.1.48;
Remove the rif/rof options and add rump.dd. This makes usage
consistent with other rump clients. Copying between kernels is
done using the host pipe, e.g.:

dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1

Also, the pipe idiom extends to copying between different rump
kernels, e.g.:

env RUMP_SERVER=unix://srv1 rump.dd if=thefile \
| env RUMP_SERVER=unix://srv2 rump.dd of=thefile

Pipe approach suggested by yamt (thanks!)
 1.1.48.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.1.48.1  21-Apr-2020  martin Sync with HEAD
 1.1.2.2  08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1  04-Feb-2011  bouyer file dd_hostops.c was added on branch bouyer-quota2 on 2011-02-08 16:18:27 +0000

RSS XML Feed