diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-29 17:01:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-29 17:01:08 +0000 |
commit | 78b6cd09f9c31321ba47a53572d7671526338869 (patch) | |
tree | 2d8056fb433ac80555e61a8142a251f7f4178c0e /lib | |
parent | ae67c59b39f578d9f54675711f36a0f6eb2c3226 (diff) |
wxabort bits; ok deraadt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 44fecfc3779..c4cb4cca162 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.258 2016/05/19 12:08:17 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.259 2016/05/29 17:01:07 jmc 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: May 19 2016 $ +.Dd $Mdocdate: May 29 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -477,6 +477,7 @@ information. .It Dv KERN_USERMOUNT Ta "integer" Ta "yes" .It Dv KERN_VERSION Ta "string" Ta "no" .It Dv KERN_WATCHDOG Ta "node" Ta "not applicable" +.It Dv KERN_WXABORT Ta "integer" Ta "yes" .El .Bl -tag -width "123456" .It Dv KERN_ARGMAX @@ -1059,6 +1060,10 @@ variable. The period of the watchdog timer in seconds. Set to 0 to disable the watchdog timer. .El +.It Dv KERN_WXABORT +Generate an abort, +rather than returning an error, +on W^X violation. .El .Ss CTL_MACHDEP The set of variables defined is architecture dependent. |