Re: svn commit: r213813 - in head: share/man/man9 sys/kern sys/sys

2010-10-14 Thread John Baldwin
On Wednesday, October 13, 2010 6:59:04 pm Matthew D Fleming wrote: > Author: mdf > Date: Wed Oct 13 22:59:04 2010 > New Revision: 213813 > URL: http://svn.freebsd.org/changeset/base/213813 > > Log: > Use a safer mechanism for determining if a task is currently running, > that does not rely on

svn commit: r213813 - in head: share/man/man9 sys/kern sys/sys

2010-10-13 Thread Matthew D Fleming
Author: mdf Date: Wed Oct 13 22:59:04 2010 New Revision: 213813 URL: http://svn.freebsd.org/changeset/base/213813 Log: Use a safer mechanism for determining if a task is currently running, that does not rely on the lifetime of pointers being the same. This also restores the task KBI. Su