From f62f2f05e8eecb4b029f7d9e918c9f5d94a3711a Mon Sep 17 00:00:00 2001 From: art <> Date: Mon, 20 May 2002 22:47:57 +0000 Subject: [PATCH] blob for splassert. suggested by deraadt@. --- src/etc/sysctl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/sysctl.conf b/src/etc/sysctl.conf index 59831a00..835e6e69 100644 --- a/src/etc/sysctl.conf +++ b/src/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.