cvs commit: src/sys/fs/procfs procfs_dbregs.c procfs_fpregs.c
procfs_regs.c
David Schultz
das at FreeBSD.org
Thu Sep 30 22:01:18 PDT 2004
das 2004-10-01 05:01:17 UTC
FreeBSD src repository
Modified files:
sys/fs/procfs procfs_dbregs.c procfs_fpregs.c
procfs_regs.c
Log:
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.
Revision Changes Path
1.25 +1 -2 src/sys/fs/procfs/procfs_dbregs.c
1.31 +1 -2 src/sys/fs/procfs/procfs_fpregs.c
1.30 +1 -2 src/sys/fs/procfs/procfs_regs.c
More information about the cvs-src
mailing list