Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/17/2002 19:02:46
Module Name: syssrc
Committed By: thorpej
Date: Sun Mar 17 17:02:45 UTC 2002
Modified Files:
syssrc/sys/kern: sys_process.c
syssrc/sys/sys: ptrace.h
Log Message:
Add a new ptrace request, PT_IO, as proposed by Artur Grabowski
on the <bsd-api-discuss@wasabisystems.com> mailing list. PT_IO
is a more general inferior I/D space I/O mechanism. FreeBSD and
OpenBSD have also added PT_IO.
From lha@stacken.kth.se, kern/15945.
To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 syssrc/sys/kern/sys_process.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/sys/ptrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.