NetBSD/sys/rump/librump
pooka f3c8997bfe Reset l_mutex when waking up a thread. select uses it to determine
if a thread is still selecting, and would get a KASSERT panic if
the thread had been woken up but not run yet when selnotify() was
called.
2010-07-22 21:00:07 +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 Reset l_mutex when waking up a thread. select uses it to determine 2010-07-22 21:00:07 +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 Default to using threads. This doesn't affect the normal release build. 2009-02-17 16:01:15 +00:00
makerumpif.sh Generate scheduling points in rump_pub calls. 2009-10-15 00:29:19 +00:00