History log of /netbsd-current/bin/dd/dd_hostops.c
Revision Date Author Comments
# 1.1 04-Feb-2011 pooka

branches: 1.1.2;
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.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