NetBSD/bin/dd
pooka 37c4e1235f 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!)
2011-02-04 19:42:12 +00:00
..
Makefile Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
args.c Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
conv.c
conv_tab.c
dd.1 Add iseek and oseek option as aliases for skip and seek respectively. 2010-12-22 09:42:53 +00:00
dd.c Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
dd.h Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
dd_hostops.c Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
dd_rumpops.c Remove the rif/rof options and add rump.dd. This makes usage 2011-02-04 19:42:12 +00:00
extern.h
misc.c
position.c