Date: Wed, 4 Sep 2002 18:02:50 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c src/sys/sys syscallsubr.h src/sys/i386/linux linux_ptrace.c Message-ID: <200209050102.g8512o9R071494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/09/04 18:02:50 PDT Modified files: sys/kern sys_process.c sys/sys syscallsubr.h sys/i386/linux linux_ptrace.c Log: Split up ptrace() into a wrapper that does the copying to and from user space and a kern_ptrace() implementation. Use the kern_*() version in the Linux emulation code to remove more stack gap uses. Approved by: des Revision Changes Path 1.4 +52 -95 src/sys/i386/linux/linux_ptrace.c 1.100 +88 -68 src/sys/kern/sys_process.c 1.4 +2 -0 src/sys/sys/syscallsubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209050102.g8512o9R071494>