summaryrefslogtreecommitdiff
path: root/misc/rump
AgeCommit message (Collapse)AuthorFilesLines
2013-07-05Update misc/rump to 20130705stacktic4-8/+9
2013-06-16Don't install cat pages. Cleanup empty directories.joerg3-25/+6
2013-06-02Update misc/rump to 20130602 - Fix for Solarisstacktic2-6/+6
2013-06-01Update misc/rump to 20130601 - non-NetBSD sockin compatibilitystacktic3-10/+10
2013-05-26Update misc/rump to 20130525stacktic2-11/+12
The distfile is now built with the tarup.sh script to avoid depending on CVS for building this package.
2013-05-25Add DragonFly to supported plateformsstacktic1-2/+2
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 to use github versionsstacktic5-6/+434
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 using github versions  ↵stacktic1-175/+0
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 to use github versionsstacktic2-63/+22
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-01-08Update a bit, inspired by conversation with stacktic.pooka1-8/+5
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.