Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/20/2003 18:16:09
Module Name:	src
Committed By:	nathanw
Date:		Tue May 20 18:16:09 UTC 2003

Modified Files:
	src/sys/kern: sys_process.c
	src/sys/sys: ptrace.h

Log Message:
Add a ptrace interface for iterating over and collecting information
about LWPs. Loosely inspired by a similar interface in HP-UX ttrace(2).


To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/kern/sys_process.c
cvs rdiff -r1.27 -r1.28 src/sys/sys/ptrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.