summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-05-20 22:47:57 +0000
committerart <art@openbsd.org>2002-05-20 22:47:57 +0000
commit07484964f063b17f3968d042e54ed15d6d002880 (patch)
tree7e06c83a3166e8f1bd3464e6b78154e21f2e2043
parentAllow SIOCSIFMTU on gif interfaces. (diff)
downloadwireguard-openbsd-07484964f063b17f3968d042e54ed15d6d002880.tar.xz
wireguard-openbsd-07484964f063b17f3968d042e54ed15d6d002880.zip
blob for splassert.
suggested by deraadt@.
-rw-r--r--etc/sysctl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 59831a001be..835e6e6920f 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.26 2002/05/16 18:54:39 deraadt Exp $
+# $OpenBSD: sysctl.conf,v 1.27 2002/05/20 22:47:57 art Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -19,3 +19,4 @@
#vfs.nfs.iothreads=4 # number of nfsio kernel threads
#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery
#kern.usercrypto=1 # 1=enable userland use of /dev/crypto
+#kern.splassert=2 # 2=enable and verbose error messages.