NetBSD/lib/librumpuser
pooka 8d2ee87e24 Do not force _FILE_OFFSET_BITS=64 here. It's no longer strictly speaking
required (rumpuser interface no longer uses off_t) and force-defining
it causes foo() to magically become foo64() on glibc (even on 64bit
platforms).
2014-01-16 16:03:33 +00:00
..
Makefile Install rumpuser_port.h 2013-09-10 16:51:24 +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 Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser_port.h Do not force _FILE_OFFSET_BITS=64 here. It's no longer strictly speaking 2014-01-16 16:03:33 +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_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_sp.c OpenBSD support 2014-01-08 01:45:29 +00:00
rumpuser.3 Use <major>.<minor> for NetBSD version. 2013-07-22 12:36:56 +00:00
rumpuser.c librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X. 2013-10-27 16:39:46 +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