NetBSD/lib/librumpuser
pooka 8a7d14d1c2 Fix locking SNAFU.
Is someone can explain why the code worked for 3+ years with multiple
different pthread implementations, I'll buy you a banana.
2014-02-28 13:55:36 +00:00
..
Makefile Translate signal numbers between rump kernel and (POSIX) host. 2014-02-20 00:42:27 +00:00
rumpuser.3 document rumpuser_kill() 2014-02-20 00:43:26 +00:00
rumpuser.c make implementation of rumpuser_kill() match the documentation 2014-02-20 00:44:20 +00:00
rumpuser_bio.c Pass off_t over the hypercall interface as int64_t to avoid potential 2013-05-15 14:58:24 +00:00
rumpuser_component.c include stdint.h before rumpuser.h (on some platforms it doesn't get 2013-05-07 15:18:35 +00:00
rumpuser_component.h Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser_daemonize.c include stdint.h before rumpuser.h (on some platforms it doesn't get 2013-05-07 15:18:35 +00:00
rumpuser_dl.c Oh, stdint.h isn't written with a comma ... 2013-10-30 13:08:14 +00:00
rumpuser_errtrans.c Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser_int.h remember to commit this file too 2014-02-20 01:24:49 +00:00
rumpuser_port.h emulate printflike properly to avoid fatal error on clang 2014-02-25 20:58:18 +00:00
rumpuser_pth.c librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X. 2013-10-27 16:39:46 +00:00
rumpuser_pth_dummy.c Pass enums over the hypercall interface as ints to avoid some 2013-05-15 14:52:49 +00:00
rumpuser_sigtrans.c Translate signal numbers between rump kernel and (POSIX) host. 2014-02-20 00:42:27 +00:00
rumpuser_sp.c Fix locking SNAFU. 2014-02-28 13:55:36 +00:00
shlib_version Add interfaces that out-of-librumpuser hypercalls can use to unschedule 2013-03-01 18:15:36 +00:00
sp_common.c OpenBSD support 2014-01-08 01:45:29 +00:00