the bitrig mathieu_ptrace_write branch has been created by mathieu.

it is 0 commits behind master, and 1 commit ahead.

commit 52d8460f5f6e55f0a5df139879f646aa07651139
diff: https://github.com/bitrig/bitrig/commit/52d8460
author: Mathieu Masson <[email protected]>
date: Sun Apr 24 05:56:12 2016 +0200

Fix PT_IO with PIOD_WRITE_D

PIOD_WRITE_I and PIOD_WRITE_D are supposed to be equal because we don't
implement separation of instruction and date in our ptrace
implemenatation. Because of a refactoring actually only PIOD_WRITE_I
would work as intended, fix this by getting rid of the req parameter and
just use the uio rw member to decide what to do based on the type of io.

M       sys/dev/systrace.c
M       sys/kern/sys_process.c
M       sys/sys/ptrace.h

Reply via email to