Commit graph

17 commits

Author SHA1 Message Date
stacktic
7a8189ffc6 Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5).
Reported and Fixed by Nicolas Joly.
Bump revision.
2009-11-16 15:29:57 +00:00
stacktic
92d9bf1128 Fixed build on Linux/x86_64 CentOS5 (RHEL5).
Reported and Fixed by Nicolas Joly.
2009-11-15 15:09:46 +00:00
stacktic
2af067bb05 Use malloc instead of the kernel allocators
Bump revision
2009-11-10 16:10:47 +00:00
stacktic
02f6d87f49 Fixed distinfo 2009-11-08 21:04:55 +00:00
stacktic
d8480eea3c Update misc/rump to 20091108
- Added rumpnet libraries
2009-11-08 20:13:26 +00:00
stacktic
01fb40a334 Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)
bump revision
2009-11-06 13:50:53 +00:00
stacktic
00ad238013 Updated misc/rump to version 20091103
- Should fix building on Linux 64bits (reported by Alexander Nasonov)
- Fixed the build of dependencies
2009-11-05 08:36:00 +00:00
stacktic
905c183a37 Updated misc/rump to version 20091102
- Added some LDADD
2009-11-02 18:54:28 +00:00
stacktic
660b58cc1e Added buildlink3.mk to misc/rump 2009-10-30 18:25:23 +00:00
stacktic
2a2cfbee02 Updated misc/rump to version 20091030
- Syncd with HEAD
- Removed unnecessary files
- Fixed multi threaded build
2009-10-30 13:47:05 +00:00
stacktic
93f0d503ed Updated rump to version 20091024
- Avoid having to set the -m option in MAKEFLAGS
- Use NetBSD's tsort
2009-10-24 14:35:21 +00:00
stacktic
13fec85275 Fixed PLIST 2009-10-21 14:40:07 +00:00
stacktic
4952c3d17d Avoid installing binaries in /bin 2009-10-20 10:01:00 +00:00
stacktic
5288395abe Fixed Linux build (Bump PKGREVISION) 2009-10-19 16:31:38 +00:00
stacktic
54a8919c17 Resolved strlcat/strlcpy symbols on Linux 2009-10-19 08:46:30 +00:00
pooka
b39f5c2a75 clarify COMMENT a bit 2009-10-14 22:30:06 +00:00
stacktic
9e4c93fcbb Import rump 20091014.
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.
2009-10-14 13:26:09 +00:00