NetBSD/lib/librumpuser
pooka 627ff529aa Fix a race condition in the worker thread caching logic: if we got
two or more syscall requests before any worker thread ran, we might
not have enough threads to handle the requests.  In some scenarios
this could lead to a deadlock.
2011-02-06 18:25:48 +00:00
..
Makefile Require server to be explicitly initialized with rump_init_server(url). 2010-11-30 14:23:24 +00:00
rumpuser_daemonize.c shush lint 2011-01-22 14:18:55 +00:00
rumpuser_dl.c Allow rump kernel to call dlsym(RTLD_DEFAULT). 2010-12-30 15:47:30 +00:00
rumpuser_int.h Make int *error and optional parameter (i.e. it can be NULL). 2010-11-15 15:23:32 +00:00
rumpuser_net.c Make int *error and optional parameter (i.e. it can be NULL). 2010-11-15 15:23:32 +00:00
rumpuser_pth_dummy.c
rumpuser_pth.c fix indent. no functional changes. 2011-02-05 13:51:56 +00:00
rumpuser_sp.c Fix a race condition in the worker thread caching logic: if we got 2011-02-06 18:25:48 +00:00
rumpuser.3 Join today's manpage mania by updating this to reflect the current 2010-03-01 17:20:44 +00:00
rumpuser.c happiness is a quiet lint 2011-01-22 14:22:10 +00:00
shlib_version
sp_common.c Add reconnect code to librumpclient. In case the connection to 2011-01-24 17:47:51 +00:00