Module Name: src Committed By: pooka Date: Fri Jan 28 16:58:28 UTC 2011
Modified Files: src/sys/rump/librump/rumpkern: locks.c lwproc.c rump.c scheduler.c src/sys/sys: lwp.h Log Message: Some lwp-walkers expect the correct value for l_stat, so use a flag in l_flag instead of l_stat for the purpose of flagging lwps in a dying proc. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpkern/lwproc.c cvs rdiff -u -r1.222 -r1.223 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.24 -r1.25 src/sys/rump/librump/rumpkern/scheduler.c cvs rdiff -u -r1.141 -r1.142 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.