From 408eededdb2bb7077a33012ddbd6270510245b89 Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 15 Aug 2016 21:33:20 +0000 Subject: MFC r303423: Force SIGSTOP to be the first signal reported after the attach. --- bin/ps/ps.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ps') 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. -- cgit v1.1