Import rump 20091014.
authorstacktic <stacktic>
Wed, 14 Oct 2009 13:26:10 +0000 (13:26 +0000)
committerstacktic <stacktic>
Wed, 14 Oct 2009 13:26:10 +0000 (13:26 +0000)
commit9cfa5fe4177e8607494ad33c43a6c80f31ae3ab1
treeb957deda157c81ab41b64830749a6c32721a8090
parentf3a002dbb7e7367b851ca4c5d0d6a62780f51f94
Import rump 20091014.

Available for FreeBSD and Linux.

Rump (Runnable Userspace Meta Program) is a mechanism for running kernel code
as part of a user program's address space. As opposed to executing system calls
for requesting kernel services, rump programs do a library call into the kernel
code for equivalent functionality. Kernel code is simply recompiled as a
userspace shared library from the kernel sources instead of being rewritten,
so services imitate the same services being provided by the kernel. Select
architectures such as i386 and amd64 also support directly linking binary
kernel modules against rump programs.
misc/rump/DESCR [new file with mode: 0644]
misc/rump/Makefile [new file with mode: 0644]
misc/rump/PLIST [new file with mode: 0644]
misc/rump/distinfo [new file with mode: 0644]