Module Name: src Committed By: pooka Date: Fri Oct 29 15:32:24 UTC 2010
Modified Files: src/sys/kern: kern_descrip.c src/sys/rump/librump/rumpkern: lwproc.c rump.c rump_private.h scheduler.c threads.c Log Message: Attach implicit threads to initproc instead of proc0. This way applications which alter, by purpose or by accident, the uid in an implicit thread are don't affect kernel threads. from discussion with njoly To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/kern/kern_descrip.c cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpkern/lwproc.c cvs rdiff -u -r1.192 -r1.193 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.59 -r1.60 src/sys/rump/librump/rumpkern/rump_private.h cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpkern/scheduler.c cvs rdiff -u -r1.12 -r1.13 src/sys/rump/librump/rumpkern/threads.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.