NetBSD-Bugs archive

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

Re: kern/55731 - (custom) kernel build failure with ``no options PTRACE''



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

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/55731 - (custom) kernel build failure with ``no options  
   PTRACE''
Date: Tue, 20 Oct 2020 13:34:11 -0700 (PDT)

 Log commit to PR audit trail
 
 ---------- Forwarded message ----------
 Date: Tue, 20 Oct 2020 16:28:55 -0400
 From: Christos Zoulas <christos%netbsd.org@localhost>
 Reply-To: source-changes-d%NetBSD.org@localhost
 To: source-changes%NetBSD.org@localhost
 Subject: CVS commit: src/sys
 
 Module Name:	src
 Committed By:	christos
 Date:		Tue Oct 20 20:28:55 UTC 2020
 
 Modified Files:
  	src/sys/kern: sys_process_lwpstatus.c sys_ptrace_common.c
  	src/sys/sys: ptrace.h
 
 Log Message:
 Basic register read/write functionality and lwp setting are always provided
 by the kernel because they are needed by multiple things
 (ptrace/procfs/coredump), so move them to sys_process_lwpstatus (this file
 should be renamed to sys_process_common.c?)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/sys/kern/sys_process_lwpstatus.c
 cvs rdiff -u -r1.86 -r1.87 src/sys/kern/sys_ptrace_common.c
 cvs rdiff -u -r1.71 -r1.72 src/sys/sys/ptrace.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 
 !DSPAM:5f8f48cd39541419215376!
 


Home | Main Index | Thread Index | Old Index