K 10 svn:author V 3 das K 8 svn:date V 27 2004-10-09T17:11:08.000000Z K 7 svn:log V 335 MFC src/sys/fs/procfs/procfs_dbregs.c, v1.25 src/sys/fs/procfs/procfs_fpregs.c, v 1.31 src/sys/fs/procfs/procfs_regs.c, v1.30 | Don't PHOLD() the target process in procfs, since this is already done | in pseudofs. Moreover, PHOLD() may block between the p_candebug() | access check and the actual operation. Approved by: re (scottl) END