summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-12-27 00:55:14 +0000
committerkib <kib@FreeBSD.org>2014-12-27 00:55:14 +0000
commit38f7dd4bb8ccb6cb4ed506840f0c8d52fa87d499 (patch)
tree43d08c4b52a8e715790b7e3ff2f90ae29aa645b9 /bin
parente8e2e634b5ab8e91afb9b7f93c7f0ff096369abe (diff)
downloadFreeBSD-src-38f7dd4bb8ccb6cb4ed506840f0c8d52fa87d499.zip
FreeBSD-src-38f7dd4bb8ccb6cb4ed506840f0c8d52fa87d499.tar.gz
MFC r275745:
Add facility to stop all userspace processes. MFC r275753: Fix gcc build. MFC r275820: Add missed break.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.13
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 52c31ca..17bfa41 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -29,7 +29,7 @@
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd August 7, 2014
+.Dd December 9, 2014
.Dt PS 1
.Os
.Sh NAME
@@ -332,6 +332,7 @@ the include file
.It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000" Ta "Threads should suspend at user boundary"
.It Dv "P_HWPMC" Ta No "0x800000" Ta "Process is using HWPMCs"
.It Dv "P_JAILED" Ta No "0x1000000" Ta "Process is in jail"
+.It Dv "P_TOTAL_STOP" Ta No "0x2000000" Ta "Stopped for system suspend"
.It Dv "P_INEXEC" Ta No "0x4000000" Ta "Process is in execve()"
.It Dv "P_STATCHILD" Ta No "0x8000000" Ta "Child process stopped or exited"
.It Dv "P_INMEM" Ta No "0x10000000" Ta "Loaded into memory"
OpenPOWER on IntegriCloud