PERFORCE change 48814 for review

John Baldwin jhb at FreeBSD.org
Fri Mar 12 12:29:03 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=48814

Change 48814 by jhb at jhb_slimer on 2004/03/12 12:28:04

	Mark ptrace as MP safe again.  Need to get someone with an Alpha to test and
	make sure.

Affected files ...

.. //depot/projects/smpng/sys/kern/syscalls.master#40 edit

Differences ...

==== //depot/projects/smpng/sys/kern/syscalls.master#40 (text+ko) ====

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


More information about the p4-projects mailing list