]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ptrace.2: srcfix: update FIXME details
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 1 Nov 2016 13:02:13 +0000 (14:02 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 1 Nov 2016 13:02:13 +0000 (14:02 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ptrace.2

index a87094db9067bf0459ff1573ad7bb9f1000ac827..1c76c452badb1217b0d0606e6ecb6a0b049e747c 100644 (file)
 .\" 2015-01, Kees Cook <keescook@chromium.org>
 .\"    Added PTRACE_O_TRACESECCOMP, PTRACE_EVENT_SECCOMP
 .\"
-.\" FIXME The following are undocumented
-.\"     PTRACE_GETWMMXREGS      ARM
-.\"     PTRACE_SETWMMXREGS      ARM
-.\"     PTRACE_GET_THREAD_AREA  Various architectures
-.\"     PTRACE_SET_THREAD_AREA  Various architectures
-.\"     PTRACE_SET_SYSCALL      ARM and ARM64
-.\"     PTRACE_GETCRUNCHREGS    ARM
-.\"     PTRACE_SETCRUNCHREGS    ARM
-.\"     PTRACE_GETVFPREGS       ARM and ARM64
-.\"     PTRACE_SETVFPREGS       ARM and ARM64
-.\"     PTRACE_GETHBPREGS       ARM and ARM64
-.\"     PTRACE_SETHBPREGS       ARM and ARM64
-.\"     PTRACE_SINGLEBLOCK      Various architectures
+.\" FIXME The following are undocumented:
+.\"
+.\" PTRACE_GETWMMXREGSi
+.\" PTRACE_SETWMMXREGS
+.\"    ARM
+.\"    Linux 2.6.12
+.\"
+.\" PTRACE_SET_SYSCALL
+.\"    ARM and ARM64
+.\"    Linux 2.6.16
+.\"    commit 3f471126ee53feb5e9b210ea2f525ed3bb9b7a7f
+.\"    Author: Nicolas Pitre <nico@cam.org>
+.\"    Date:   Sat Jan 14 19:30:04 2006 +0000
+.\"
+.\" PTRACE_GETCRUNCHREGS
+.\" PTRACE_SETCRUNCHREGS
+.\"    ARM
+.\"    Linux 2.6.18
+.\"    commit 3bec6ded282b331552587267d67a06ed7fd95ddd
+.\"    Author: Lennert Buytenhek <buytenh@wantstofly.org>
+.\"    Date:   Tue Jun 27 22:56:18 2006 +0100
+.\"
+.\" PTRACE_GETVFPREGS
+.\" PTRACE_SETVFPREGS
+.\"    ARM and ARM64
+.\"    Linux 2.6.30
+.\"    commit 3d1228ead618b88e8606015cbabc49019981805d
+.\"    Author: Catalin Marinas <catalin.marinas@arm.com>
+.\"    Date:   Wed Feb 11 13:12:56 2009 +0100
+.\"
+.\" PTRACE_GETHBPREGS
+.\" PTRACE_SETHBPREGS
+.\"    ARM and ARM64
+.\"    Linux 2.6.37
+.\"    commit 864232fa1a2f8dfe003438ef0851a56722740f3e
+.\"    Author: Will Deacon <will.deacon@arm.com>
+.\"    Date:   Fri Sep 3 10:42:55 2010 +0100
+.\"
+.\" PTRACE_SINGLEBLOCK
+.\"    Since at least Linux 2.4.0 on various architecturs
+.\"    Since Linux 2.6.25 on x86 (and others?)
+.\"    commit 5b88abbf770a0e1975c668743100f42934f385e8
+.\"    Author: Roland McGrath <roland@redhat.com>
+.\"    Date:   Wed Jan 30 13:30:53 2008 +0100
+.\"        ptrace: generic PTRACE_SINGLEBLOCK
+.\"
+.\" PTRACE_GETFPXREGS
+.\" PTRACE_SETFPXREGS
+.\"    Since at least Linux 2.4.0 on various architecturs
+.\"
+.\" PTRACE_GET_THREAD_AREA
+.\" PTRACE_SET_THREAD_AREA
+.\"    Various architectures
+.\"    Linux 2.6.0?
+.\"
+.\" PTRACE_GETFDPIC
+.\" PTRACE_GETFDPIC_EXEC
+.\" PTRACE_GETFDPIC_INTERP
+.\"    blackfin, c6x, frv, sh
+.\"    First appearance in Linux 2.6.11 on frv
 .\"
 .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
 .\"