pooka
23dfcd7408
Use autoconf for rump kernel posix hypercall layer.
...
This gets rid of homegrown hacks and puts all probes in one place.
Tested for NetBSD (build.sh + anita) and Linux (buildrump.sh)
2014-11-04 19:05:17 +00:00
pooka
059f8df6f9
include stdint.h before rumpuser.h (on some platforms it doesn't get
...
there automagically)
2013-05-07 15:18:35 +00:00
pooka
be085dcd72
Translate error codes between the hypervisor and rump kernel.
2013-04-30 12:39:20 +00:00
pooka
6530621714
Fixes for Solarisa.
2012-11-18 19:29:40 +00:00
pooka
3b3ffd7039
Once again, make the rump kernel hypercall layer work on Linux.
2012-07-27 09:09:05 +00:00
pooka
3b79c0eb90
shush lint
2011-01-22 14:18:55 +00:00
pooka
7332ad1515
Require server to be explicitly initialized with rump_init_server(url).
...
Also, add rump_daemonize_begin() / rump_daemonize_end() to help
with the "can't daemon() after pthread_create()" problem. Applications
could accomplish the same, but since it's such a common operation,
provide a little help.
2010-11-30 14:23:24 +00:00