NetBSD/lib/librumpuser
pooka 5fe33bdc4b Clear rwlock's "writer" field when releasing the lock. Otherwise it might
have been possible for "readers" to reach visibility before "writer"
when another CPU took the lock, thus leading the previous owner to
incorrectly think that it still owned the lock in rw_write_held().

Also, remove duplicate clause from assert().
2013-05-02 16:49:08 +00:00
..
Makefile put optional modules on a separate SRCS line 2013-04-30 15:48:29 +00:00
rumpuser_bio.c Create a kernel thread context for the bio upcalls. 2013-04-29 14:54:03 +00:00
rumpuser_component.c Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +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 Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser_dl.c Make rumpuser_dl_bootstrap() optional for platforms which don't 2013-04-29 18:00:19 +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 Improve the time-related hypercalls so that's it's possible to 2013-04-28 13:17:24 +00:00
rumpuser_pth_dummy.c make this build/work again 2013-04-30 13:37:03 +00:00
rumpuser_pth.c Clear rwlock's "writer" field when releasing the lock. Otherwise it might 2013-05-02 16:49:08 +00:00
rumpuser_sp.c Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser.3 add HISTORY 2013-05-02 15:32:19 +00:00
rumpuser.c avoid Wunused on !NetBSD 2013-05-01 17:17:54 +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 Support Cygwin as a hypervisor. 2013-01-14 21:00:16 +00:00