Go to file
pooka 6b03da8b7e Add two new operands: "rif" and "rof". They operate exactly like
"if" and "of" with the exception that the communicate with a rump
kernel instead of the host kernel.

For example, to write stdout to /tmp/file.txt in a rump kernel namespace:
	dd rof=/tmp/file.txt

copy /file1 to /file2 inside a rump kernel:
	dd rif=/file1 rof=/file2

copy a snippet from /dev/rmd0d on the rump kernel to the host fs:
	dd rif=/dev/rmd0d of=save seek=1000 count=3

Eat that, usermode OS.

(I'll document the operands one I have some manpage to refer to
for rump client use).
2010-11-22 21:04:27 +00:00
bin Add two new operands: "rif" and "rof". They operate exactly like 2010-11-22 21:04:27 +00:00
common Provide proper namespace protection for rbtree(3) because it is now 2010-11-17 13:19:32 +00:00
compat Hook up xz into the build system. 2010-11-02 16:34:33 +00:00
crypto add a missing GLOB_LIMIT to the new glob for completion. 2010-11-22 13:45:26 +00:00
dist bin/44088 2010-11-14 20:53:54 +00:00
distrib XOrgFoundation.0 should have .cat,xorg. 2010-11-22 15:42:22 +00:00
doc Imported openssh-5.6 2010-11-21 20:02:35 +00:00
etc add want_agent to the commented line of pam_ssh 2010-11-13 19:19:40 +00:00
external updates for freetype 2.4.3: 2010-11-22 08:34:56 +00:00
extsrc
games Avoid undefined behavior, from Chris Spiegel in PR 43860. 2010-09-26 21:12:23 +00:00
gnu Update pa-netbsd.h to match pa-linux.h where it should. That is, remove 2010-11-10 18:28:29 +00:00
include Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
lib Support physio for remote processes. 2010-11-22 20:42:19 +00:00
libexec Don't use internal libc function __findenv(). 2010-11-14 22:09:16 +00:00
regress Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rescue Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
sbin xref rump_smbfs 2010-11-21 18:33:08 +00:00
share update for ioctl changes 2010-11-22 19:59:43 +00:00
sys Support physio for remote processes. 2010-11-22 20:42:19 +00:00
tests vax doesn't have ieee fp, so, don't try to test ieee fp on vax. 2010-11-22 08:47:58 +00:00
tools recognize isysroot 2010-11-14 15:18:24 +00:00
usr.bin Fix Dd argument. 2010-11-16 23:59:02 +00:00
usr.sbin update for ioctl improvements 2010-11-22 20:02:06 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00
BUILDING remove the MKSUBPIXEL/MKTTINTERP options; they're going away. 2010-07-25 07:19:00 +00:00
Makefile no need to create a do-lib-libdes target, the directory no longer exists 2010-11-22 08:35:44 +00:00
Makefile.inc
UPDATING minor clarification 2010-06-09 17:29:15 +00:00