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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:05:01 +00:00
conv_tab.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:05:01 +00:00
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 Add two new operands: "rif" and "rof". They operate exactly like 2010-11-22 21:04:27 +00:00
misc.c Convert to using raise_default_signal(3). 2007-10-05 07:22:23 +00:00
position.c Add two new operands: "rif" and "rof". They operate exactly like 2010-11-22 21:04:27 +00:00