NetBSD/sys/rump/librump
pooka 0c2778236c Don't create the percpu clock interrupt threads as softint threads
because they aren't softint threads.  This fixes callouts in
situations where there is nothing else happening in the rump kernel
(i.e. no threads executed which would trigger the softints when
they unschedule).
2010-08-10 21:32:38 +00:00
..
rumpcrypto Globally define -Wno-pointer-sign, as it has become a pointless 2010-02-16 20:42:44 +00:00
rumpdev Move FLAWLESSCALL from rump_dev_private.h into rump_private.h 2010-06-13 16:49:01 +00:00
rumpkern Don't create the percpu clock interrupt threads as softint threads 2010-08-10 21:32:38 +00:00
rumpnet Introduce RUMP_COMPONENT. It behaves mostly like a simplified 2010-03-01 13:12:19 +00:00
rumpvfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
test/sysproxy Add proof-of-concept code for enabling system calls to rump virtual 2009-04-29 17:51:47 +00:00
Makefile librumpuser is not _KERNEL code and does not belong in sys. Move 2010-02-26 18:54:20 +00:00
Makefile.inc
makerumpif.sh Generate scheduling points in rump_pub calls. 2009-10-15 00:29:19 +00:00