diff options
author | 2016-05-29 17:01:07 +0000 | |
---|---|---|
committer | 2016-05-29 17:01:07 +0000 | |
commit | 504554285f140ecbb52407f60bad437de3a185c7 (patch) | |
tree | 99ffea90ded2c62a8106acbe5161077e4ee079f1 /lib/libc | |
parent | Improve error handling in reorder_libs() (diff) | |
download | wireguard-openbsd-504554285f140ecbb52407f60bad437de3a185c7.tar.xz wireguard-openbsd-504554285f140ecbb52407f60bad437de3a185c7.zip |
wxabort bits; ok deraadt
Diffstat (limited to 'lib/libc')
-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. |