NetBSD/lib/librumpuser
pooka b124cf15b4 No longer create a special process context to fork remote clients off
of, simply always rfork off of proc1 closing all descriptors, and have
the rump kernel open 0/1/2 if the parent process is "1".

Fixes tests/rump/rumpkernel/t_sp, which was failing since the
abovementioned special process change due to attempting to deliver a
signal to the special process and the special process was not equipped
to handle one.
2014-08-25 14:58:48 +00:00
..
Makefile Clean up random implementation for librumpuser 2014-07-22 22:41:58 +00:00
rumpfiber_bio.c lso translate errno in the rumpfiber version 2014-08-25 10:33:32 +00:00
rumpfiber_sp.c RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpfiber.c RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpfiber.h RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpuser_bio.c Add errno translation for bio operations 2014-08-25 10:21:39 +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 weak alias removal implication: rumpuser_dl_globalsym() can now sleep 2014-04-27 15:18:59 +00:00
rumpuser_errtrans.c Translate error codes between the hypervisor and rump kernel. 2013-04-30 12:39:20 +00:00
rumpuser_file.c RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpuser_int.h Clean up random implementation for librumpuser 2014-07-22 22:41:58 +00:00
rumpuser_mem.c RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpuser_port.h Clean up random implementation for librumpuser 2014-07-22 22:41:58 +00:00
rumpuser_pth_dummy.c For consistency with other files in the same directory 2014-06-17 06:43:21 +00:00
rumpuser_pth.c Hrmph, revert previous pending another fix. I tested it yesterday with 2014-06-23 12:38:18 +00:00
rumpuser_random.c RCS Id police (because we can. or have you heard of git id police?) 2014-08-24 14:37:31 +00:00
rumpuser_sigtrans.c Translate signal numbers between rump kernel and (POSIX) host. 2014-02-20 00:42:27 +00:00
rumpuser_sp.c No longer create a special process context to fork remote clients off 2014-08-25 14:58:48 +00:00
rumpuser.3 * attempt to clarify what "POSIX" means 2014-08-24 14:35:27 +00:00
rumpuser.c Clean up error handling in rumpuser_init() 2014-07-25 14:00:31 +00:00
shlib_version
sp_common.c OpenBSD support 2014-01-08 01:45:29 +00:00