mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- 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:
parent
f21fff6cf2
commit
5c49a0566a
1 changed files with 1 additions and 1 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue