- 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.
This commit is contained in:
Jeff Roberson 2003-11-14 03:48:37 +00:00
parent f21fff6cf2
commit 5c49a0566a

View file

@ -79,7 +79,7 @@
23 MSTD POSIX { int setuid(uid_t uid); }
24 MSTD POSIX { uid_t getuid(void); }
25 MSTD POSIX { uid_t geteuid(void); }
26 MSTD BSD { int ptrace(int req, pid_t pid, caddr_t addr, \
26 STD BSD { int ptrace(int req, pid_t pid, caddr_t addr, \
int data); }
27 MSTD BSD { int recvmsg(int s, struct msghdr *msg, int flags); }
28 MSTD BSD { int sendmsg(int s, caddr_t msg, int flags); }