diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-21 03:07:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-08-21 03:07:46 +0000 |
commit | 24d75a0b14cd514df1415b959fd4960be0bcbd1c (patch) | |
tree | 6c8b42c9fede179496a470d3df50ad85f0e48a3d /bin/ps | |
parent | 0586e734ba97bbd42b7391c036cabc71b66f34b8 (diff) |
We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were
used during devlopment (for visibility). There is speculation claudio will
immediately use these bits for something else.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 0bb930bac71..4452bdcc418 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.136 2024/07/29 09:50:30 claudio Exp $ +.\" $OpenBSD: ps.1,v 1.137 2024/08/21 03:07:45 deraadt 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: July 29 2024 $ +.Dd $Mdocdate: August 21 2024 $ .Dt PS 1 .Os .Sh NAME @@ -357,9 +357,6 @@ PS_EXECPLEDGE 0x00400000 has exec pledges PS_ORPHAN 0x00800000 process is on an orphan list PS_CHROOT 0x01000000 process is chrooted PS_NOBTCFI 0x02000000 no Branch Target CFI -PS_PIN 0x08000000 ld.so or static executable that - has syscalls pinned -PS_LIBCPIN 0x10000000 libc.so has syscalls pinned PS_CONTINUED 0x20000000 process continued from stopped state but has not been waited for yet .Ed |