summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2016-04-25 19:12:08 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2016-04-25 19:12:08 +0000
commit2fb4663dc61adf57692df987743135ee0d9fe628 (patch)
treef63fbc7bcbb95a06583a768e941b26676bae0550
parente7f6a5eb4204af299d7bccecc9f98a81a5d74391 (diff)
remove references to systrace
-rw-r--r--bin/ps/print.c4
-rw-r--r--bin/ps/ps.17
2 files changed, 3 insertions, 8 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index a420ad68efa..1303f710e7f 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.66 2016/01/10 14:04:16 schwarze Exp $ */
+/* $OpenBSD: print.c,v 1.67 2016/04/25 19:12:07 tedu Exp $ */
/* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */
/*-
@@ -264,8 +264,6 @@ printstate(const struct kinfo_proc *kp, VARENT *ve)
*cp++ = 'N';
if (kp->p_psflags & PS_TRACED)
*cp++ = 'X';
- if (flag & P_SYSTRACE)
- *cp++ = 'x';
if ((kp->p_psflags & (PS_EXITING | PS_ZOMBIE)) == PS_EXITING)
*cp++ = 'E';
if (kp->p_psflags & PS_ISPWAIT)
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 380cebf7811..095b6486599 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ps.1,v 1.104 2016/03/17 07:18:33 jmc Exp $
+.\" $OpenBSD: ps.1,v 1.105 2016/04/25 19:12:07 tedu Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: March 17 2016 $
+.Dd $Mdocdate: April 25 2016 $
.Dt PS 1
.Os
.Sh NAME
@@ -230,7 +230,6 @@ P_TIMEOUT 0x400 timing out during sleep
P_WEXIT 0x2000 working on exiting
P_OWEUPC 0x8000 profiling sample needs recording
P_SUSPSINGLE 0x80000 need to suspend for single threading
-P_SYSTRACE 0x400000 systrace(4) policy is active
P_CONTINUED 0x800000 thread has continued after a stop
P_THREAD 0x4000000 not the original thread
P_SUSPSIG 0x8000000 stopped because of a signal
@@ -473,8 +472,6 @@ The process is suspended during a
.It X
The process is being traced or debugged.
.It x
-The process is being monitored by
-.Xr systrace 1 .
.It / Ns Ar n
On multiprocessor machines, specifies processor number
.Ar n .