summaryrefslogtreecommitdiff
path: root/misc/rump
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2011-09-03Add missing zlib dependency. Fixes Linux build.alnsn1-1/+2
2009-11-16Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5).stacktic2-4/+10
Reported and Fixed by Nicolas Joly. Bump revision.
2009-11-15Fixed build on Linux/x86_64 CentOS5 (RHEL5).stacktic1-2/+10
Reported and Fixed by Nicolas Joly.
2009-11-10Use malloc instead of the kernel allocatorsstacktic1-1/+10
Bump revision
2009-11-08Fixed distinfostacktic1-4/+4
2009-11-08Update misc/rump to 20091108stacktic3-15/+51
- Added rumpnet libraries
2009-11-06Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)stacktic1-1/+8
bump revision
2009-11-05Updated misc/rump to version 20091103stacktic4-26/+15
- Should fix building on Linux 64bits (reported by Alexander Nasonov) - Fixed the build of dependencies
2009-11-02Updated misc/rump to version 20091102stacktic2-6/+6
- Added some LDADD
2009-10-30Added buildlink3.mk to misc/rumpstacktic1-0/+12
2009-10-30Updated misc/rump to version 20091030stacktic2-7/+7
- Syncd with HEAD - Removed unnecessary files - Fixed multi threaded build
2009-10-24Updated rump to version 20091024stacktic2-48/+20
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort
2009-10-21Fixed PLISTstacktic1-1/+8
2009-10-20Avoid installing binaries in /binstacktic1-2/+4
2009-10-19Fixed Linux build (Bump PKGREVISION)stacktic1-11/+16
2009-10-19Resolved strlcat/strlcpy symbols on Linuxstacktic1-1/+7
2009-10-14clarify COMMENT a bitpooka1-2/+2
2009-10-14Import rump 20091014.stacktic4-0/+214
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.