diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 21:17:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 21:17:14 +0000 |
commit | 4f818ce4d2ef337ee7f635f884e8dac26b578f50 (patch) | |
tree | 046164ec35aeb6d46072b6cf3231b308d197c522 /lib/libc/sys | |
parent | 8d905b018aa457ec6e396c6c549499cddfb71df6 (diff) |
Administrative changes for aviion, ok deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index d4be5b77c3d..f5fe4132a75 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.22 2005/12/17 20:26:25 miod Exp $ +.\" $OpenBSD: ptrace.2,v 1.23 2006/05/09 21:17:13 miod Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -428,7 +428,7 @@ one instruction .\" m88k - vax (no general fp registers) .\" mips64 - powerpc (fp registers in the main reg structure) .It Xo Dv PT_GETFPREGS -.No (not available on luna88k, macppc, mvme88k, sgi and vax) +.No (not available on aviion, luna88k, macppc, mvme88k, sgi and vax) .Xc This request reads the traced process' floating-point registers into the @@ -438,7 +438,7 @@ the pointed to by .Fa addr . .It Xo Dv PT_SETFPREGS -.No (not available on luna88k, macppc, mvme88k, sgi and vax) +.No (not available on aviion, luna88k, macppc, mvme88k, sgi and vax) .Xc This request is the converse of .Dv PT_GETFPREGS ; @@ -555,7 +555,8 @@ on a system process. .El .El .Sh BUGS -On several RISC architectures (such as luna88k, mvme88k, sparc and sparc64), +On several RISC architectures (such as aviion, luna88k, mvme88k, sparc +and sparc64), the PC is set to the provided PC value for .Dv PT_CONTINUE and similar calls, and the remainder of the execution pipeline registers |