summaryrefslogtreecommitdiff
path: root/misc/rump/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2009-11-08Fixed distinfostacktic1-4/+4
2009-11-08Update misc/rump to 20091108stacktic1-4/+4
- Added rumpnet libraries
2009-11-05Updated misc/rump to version 20091103stacktic1-4/+4
- Should fix building on Linux 64bits (reported by Alexander Nasonov) - Fixed the build of dependencies
2009-11-02Updated misc/rump to version 20091102stacktic1-4/+4
- Added some LDADD
2009-10-30Updated misc/rump to version 20091030stacktic1-4/+4
- Syncd with HEAD - Removed unnecessary files - Fixed multi threaded build
2009-10-24Updated rump to version 20091024stacktic1-4/+4
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort
2009-10-14Import rump 20091014.stacktic1-0/+5
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.