NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45312 CVS commit: src/sys



The following reply was made to PR kern/45312; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45312 CVS commit: src/sys
Date: Wed, 31 Aug 2011 22:58:39 +0000

 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