-.\" $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.
.\" 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
.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"
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,