NetBSD-Bugs archive

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

PR/43681 CVS commit: src/sys/kern



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

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43681 CVS commit: src/sys/kern
Date: Mon, 29 Aug 2011 17:31:51 +0000

 Module Name:   src
 Committed By:  jmcneill
 Date:          Mon Aug 29 17:31:51 UTC 2011
 
 Modified Files:
        src/sys/kern: sys_process.c
 
 Log Message:
 PR# kern/43681: PT_SYSCALL appears to be broken
 
 sys_ptrace: For PT_CONTINUE/PT_SYSCALL/PT_DETACH, modify the p_trace_enabled
 flag of the target process, not the calling process.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.157 -r1.158 src/sys/kern/sys_process.c
 
 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