K 10 svn:author V 6 rstone K 8 svn:date V 27 2011-11-24T19:02:04.131687Z K 7 svn:log V 394 MFC r227290 and r227291: r227290: Fix the DTrace pid return trap interrupt vector. Previously we were using 31, but that vector is reserved. Without this fix, running dtrace -p would either cause the target process to crash or the kernel to page fault r227291: Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able to write to the .text section of a process. END