Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/01/2000 22:56:30
Module Name:	syssrc
Committed By:	jdolecek
Date:		Wed Nov  1 20:56:30 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/common: linux_misc.c

Log Message:
Linux LINUX_PTRACE_SINGLESTEP operation should have same
semantics as NetBSD's PT_STEP, so support it on archs which have it
under Linux, ptrace(PTRACE_CONT, pid, 0, 0) is used to continue the
traced process where it left off; adjust addr to (caddr_t) 1 so that
the NetBSD syscall code DTRT
some sligh const poisoning


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 syssrc/sys/compat/linux/common/linux_misc.c

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