Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jmcneill
Date: Wed Aug 31 22:58:39 UTC 2011
Modified Files:
src/sys/kern: kern_subr.c sys_process.c
src/sys/sys: proc.h ptrace.h
Log Message:
PR# kern/45312: ptrace: PT_SETREGS can't alter system calls
Add a new PT_SYSCALLEMU request that cancels the current syscall, for
use with PT_SYSCALL.
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/kern/kern_subr.c
cvs rdiff -u -r1.159 -r1.160 src/sys/kern/sys_process.c
cvs rdiff -u -r1.308 -r1.309 src/sys/sys/proc.h
cvs rdiff -u -r1.42 -r1.43 src/sys/sys/ptrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index