cvs commit: src/sys/kern syscalls.master
Jeff Roberson
jeff at FreeBSD.org
Thu Nov 13 19:48:38 PST 2003
jeff 2003/11/13 19:48:37 PST
FreeBSD src repository
Modified files:
sys/kern syscalls.master
Log:
- Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implements
parts of ptrace using proc_rwmem(). proc_rwmem() requires giant, and
giant must be acquired prior to the proc lock, so ptrace must require giant
still.
Revision Changes Path
1.158 +1 -1 src/sys/kern/syscalls.master
More information about the cvs-src
mailing list