Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-05 | Update misc/rump to 20130705 | stacktic | 1 | -4/+3 | |
2013-06-16 | Don't install cat pages. Cleanup empty directories. | joerg | 1 | -1/+5 | |
2013-06-02 | Update misc/rump to 20130602 - Fix for Solaris | stacktic | 1 | -2/+2 | |
2013-06-01 | Update misc/rump to 20130601 - non-NetBSD sockin compatibility | stacktic | 1 | -4/+4 | |
2013-05-26 | Update misc/rump to 20130525 | stacktic | 1 | -7/+8 | |
The distfile is now built with the tarup.sh script to avoid depending on CVS for building this package. | |||||
2013-05-25 | Add DragonFly to supported plateforms | stacktic | 1 | -2/+2 | |
2013-05-01 | Update misc/rump and filesystems/fs-utils to 20130430 to use github versions | stacktic | 1 | -58/+14 | |
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils | |||||
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
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 | 1 | -2/+8 | |
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 | Update misc/rump to 20091108 | stacktic | 1 | -10/+3 | |
- 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 | 1 | -19/+5 | |
- 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 | 1 | -2/+2 | |
- Added some LDADD | |||||
2009-10-30 | Updated misc/rump to version 20091030 | stacktic | 1 | -3/+3 | |
- Syncd with HEAD - Removed unnecessary files - Fixed multi threaded build | |||||
2009-10-24 | Updated rump to version 20091024 | stacktic | 1 | -44/+16 | |
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort | |||||
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 | 1 | -0/+79 | |
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. |