| Age | Commit message (Expand) | Author |
| 2015-08-16 | Fix return value inspection for clock_nanosleep() (not displayed in the | pooka |
| 2015-07-27 | Print the "halted\n" from previous commit to stdout, not stderr. | pooka |
| 2015-07-24 | Since the rump kernel does not know when the container it's running in | pooka |
| 2014-11-05 | check clock_gettime() rv | pooka |
| 2014-07-25 | Clean up error handling in rumpuser_init() | justin |
| 2014-07-22 | Clean up random implementation for librumpuser | justin |
| 2014-07-10 | Reinstate include of netdb.h, needed on some cross builds | justin |
| 2014-07-09 | Split out file and memory access in librumpuser | justin |
| 2014-04-02 | Always use sysconf() to query host processor count instead of separate | pooka |
| 2014-03-16 | Do not use uninitialized pointer if posix_memalign() fails. | njoly |
| 2014-02-20 | make implementation of rumpuser_kill() match the documentation | pooka |
| 2014-02-20 | Translate signal numbers between rump kernel and (POSIX) host. | pooka |
| 2013-10-27 | librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X. | rmind |
| 2013-08-14 | Change the default value of rump kernels CPUs to 2. It used to be | pooka |
| 2013-05-15 | Add a generalized rumpuser_syncfd() call which allows the caller | pooka |
| 2013-05-15 | Pass off_t over the hypercall interface as int64_t to avoid potential | pooka |
| 2013-05-15 | Pass enums over the hypercall interface as ints to avoid some | pooka |
| 2013-05-02 | Ok, maybe using int64 for nanoseconds in the (sec,nsec) tuple was | pooka |
| 2013-05-01 | avoid Wunused on !NetBSD | pooka |
| 2013-04-30 | Flip parameter order in the clock hypercalls to make them consistent | pooka |
| 2013-04-30 | Translate error codes between the hypervisor and rump kernel. | pooka |
| 2013-04-30 | Some systems don't provide preadv/pwritev (hi Solaris!), so implement | pooka |
| 2013-04-30 | Make hypercall calling conventions consistent: iff a hypercall can fail, | pooka |
| 2013-04-29 | Reduce hypercalls related to reading to essentially an amalgamation | pooka |
| 2013-04-29 | Replace the various "get info from hypervisor" interfaces with one | pooka |
| 2013-04-29 | The fsync hypercall is now used only with close, so get rid of it. | pooka |
| 2013-04-29 | Make the rump kernel upcalls which were previous available only to | pooka |
| 2013-04-29 | RUMPUSER_OPEN_DIRECT is no longer necessary | pooka |
| 2013-04-29 | changes to bio hypercalls, part 3/n: | pooka |
| 2013-04-29 | Rework how the bio hypercalls work, part 1/n: | pooka |
| 2013-04-28 | don't need event.h here anymore | pooka |
| 2013-04-28 | Improve the time-related hypercalls so that's it's possible to | pooka |
| 2013-04-28 | make the file monitoring hypercalls private to shmif | pooka |
| 2013-04-28 | The ioctl hypercall is used only by the usb host controller driver, | pooka |
| 2013-04-27 | make the random hypercall more generic | pooka |
| 2013-04-27 | * treat kern_malloc.c as an unreal allocator (it's so lightweight) | pooka |
| 2013-04-27 | rumpuser_poll() is used only by sockin, so make the hypercall | pooka |
| 2013-04-27 | * integrate rumpuser_getversion() with the hypervisor initialization | pooka |
| 2013-03-18 | Terminate result of readlink(). Makes writefilewatch_setup() work in | pooka |
| 2013-01-14 | Use the /proc way for counting host cores on Cygwin. | pooka |
| 2013-01-10 | .. and make it compile on said platforms. | pooka |
| 2013-01-10 | Provide an implementation of writewatchfile for platforms without kqueue | pooka |
| 2012-12-14 | FreeBSD and DragonFly also provide hosts cpus via sysctl hw.ncpu. | pooka |
| 2012-12-13 | Apparently MAP_ANON mmap() on Linux requires MAP_PRIVATE to be specified | pooka |
| 2012-11-18 | Fixes for Solarisa. | pooka |
| 2012-11-14 | Check return value of ftruncate(). Some versions of gcc give | pooka |
| 2012-10-10 | Implement the writewatchfile routines for a Linux hypervisor. As a | pooka |
| 2012-09-14 | Do not assume that O_FOO flags have matching values in the rump kernel | pooka |
| 2012-08-25 | Make librumphijack compile and work on Linux. Do not try to hijack | pooka |
| 2012-07-27 | Once again, make the rump kernel hypercall layer work on Linux. | pooka |