summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2014-07-13 17:47:04 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2014-07-13 17:47:04 +0000
commit60c48970efb7b63f90b0f874670e081f9540e2f4 (patch)
treec75b62ce0a45b2c0bd3ea88b84736d59e804ed6e /lib
parent78e4acd79c9727d712a1ab55d05a72aa5e10ad9a (diff)
Document KERN_PROC_NOBROADKILL
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index a5f870d3d89..d06fcf8fa56 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.239 2014/07/12 17:26:20 jmc Exp $
+.\" $OpenBSD: sysctl.3,v 1.240 2014/07/13 17:47:03 claudio Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 12 2014 $
+.Dd $Mdocdate: July 13 2014 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -443,6 +443,7 @@ information.
.It Dv KERN_PROC Ta "struct kinfo_proc" Ta "no"
.It Dv KERN_PROC_ARGS Ta "node" Ta "not applicable"
.It Dv KERN_PROC_CWD Ta "string" Ta "not applicable"
+.It Dv KERN_PROC_NOBROADKILL Ta "string" Ta "not applicable"
.It Dv KERN_PROF Ta "node" Ta "not applicable"
.It Dv KERN_RAWPARTITION Ta "integer" Ta "no"
.It Dv KERN_RND Ta "struct rndstats" Ta "no"
@@ -743,6 +744,9 @@ pointer.
Return the current working directory of a process.
The third level name is the target process ID.
A NUL-terminated string is returned.
+.It Dv KERN_PROC_NOBROADKILL
+When set, a process will no longer be signaled when sending broadcast signals.
+The third level name is the target process ID.
.It Dv KERN_PROF
Return profiling information about the kernel.
If the kernel is not compiled for profiling,