diff options
author | kib <kib@FreeBSD.org> | 2016-08-15 21:33:20 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-08-15 21:33:20 +0000 |
commit | 408eededdb2bb7077a33012ddbd6270510245b89 (patch) | |
tree | aab983f61a25cca07298ad57e075b24c546692cc /bin/ps | |
parent | e4842c451d2fcb20d4e7734a423b4dda17c5e79b (diff) | |
download | FreeBSD-src-408eededdb2bb7077a33012ddbd6270510245b89.zip FreeBSD-src-408eededdb2bb7077a33012ddbd6270510245b89.tar.gz |
MFC r303423:
Force SIGSTOP to be the first signal reported after the attach.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index ad606dc..2a52da7 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -359,6 +359,7 @@ the include file .It Dv "P2_NOTRACE" Ta No "0x00000002" Ta "No ptrace(2) attach or coredumps" .It Dv "P2_NOTRACE_EXEC" Ta No "0x00000004" Ta "Keep P2_NOPTRACE on exec(2)" .It Dv "P2_AST_SU" Ta No "0x00000008" Ta "Handles SU ast for kthreads" +.It Dv "P2_PTRACE_FSTP" Ta No "0x00000010" Ta "SIGSTOP from PT_ATTACH not yet handled" .El .It Cm label The MAC label of the process. |