K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-05-19T19:35:36.000000Z K 7 svn:log V 315 o Fix race condition caused by doing ptrace() for permission checking, followed by a lookup of the process. Do not call ptrace() for permission checking, but do it inline. Spotted by: rwatson o While here, copy-in arguments before we lock. This fixes a possible permanent lock. Reviewed by: rwatson END