Module Name: src Committed By: pooka Date: Wed Apr 9 23:53:36 UTC 2014
Modified Files: src/sys/rump/librump/rumpkern: lwproc.c rump.c rump_private.h scheduler.c threads.c vm.c Log Message: implement lwp_create() and a few related interfaces. main raison d'impalerment: the aio driver To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/rump/librump/rumpkern/lwproc.c cvs rdiff -u -r1.293 -r1.294 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.80 -r1.81 src/sys/rump/librump/rumpkern/rump_private.h cvs rdiff -u -r1.36 -r1.37 src/sys/rump/librump/rumpkern/scheduler.c cvs rdiff -u -r1.22 -r1.23 src/sys/rump/librump/rumpkern/threads.c cvs rdiff -u -r1.152 -r1.153 src/sys/rump/librump/rumpkern/vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.