Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-03 | Add missing zlib dependency. Fixes Linux build. | alnsn | 1 | -1/+2 | |
2009-11-16 | Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5). | stacktic | 2 | -4/+10 | |
Reported and Fixed by Nicolas Joly. Bump revision. | |||||
2009-11-15 | Fixed build on Linux/x86_64 CentOS5 (RHEL5). | stacktic | 1 | -2/+10 | |
Reported and Fixed by Nicolas Joly. | |||||
2009-11-10 | Use malloc instead of the kernel allocators | stacktic | 1 | -1/+10 | |
Bump revision | |||||
2009-11-08 | Fixed distinfo | stacktic | 1 | -4/+4 | |
2009-11-08 | Update misc/rump to 20091108 | stacktic | 3 | -15/+51 | |
- Added rumpnet libraries | |||||
2009-11-06 | Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov) | stacktic | 1 | -1/+8 | |
bump revision | |||||
2009-11-05 | Updated misc/rump to version 20091103 | stacktic | 4 | -26/+15 | |
- Should fix building on Linux 64bits (reported by Alexander Nasonov) - Fixed the build of dependencies | |||||
2009-11-02 | Updated misc/rump to version 20091102 | stacktic | 2 | -6/+6 | |
- Added some LDADD | |||||
2009-10-30 | Added buildlink3.mk to misc/rump | stacktic | 1 | -0/+12 | |
2009-10-30 | Updated misc/rump to version 20091030 | stacktic | 2 | -7/+7 | |
- Syncd with HEAD - Removed unnecessary files - Fixed multi threaded build | |||||
2009-10-24 | Updated rump to version 20091024 | stacktic | 2 | -48/+20 | |
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort | |||||
2009-10-21 | Fixed PLIST | stacktic | 1 | -1/+8 | |
2009-10-20 | Avoid installing binaries in /bin | stacktic | 1 | -2/+4 | |
2009-10-19 | Fixed Linux build (Bump PKGREVISION) | stacktic | 1 | -11/+16 | |
2009-10-19 | Resolved strlcat/strlcpy symbols on Linux | stacktic | 1 | -1/+7 | |
2009-10-14 | clarify COMMENT a bit | pooka | 1 | -2/+2 | |
2009-10-14 | Import rump 20091014. | stacktic | 4 | -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. |