|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: sysctl.conf,v 1.28 2002/05/31 19:35:28 fgsch Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: sysctl.conf,v 1.29 2003/08/23 19:33:08 tedu Exp $ |
|
|
# |
|
|
# |
|
|
# This file contains a list of sysctl options the user wants set at |
|
|
# 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 |
|
|
# boot time. See sysctl(3) and sysctl(8) for more information on |
|
@ -20,3 +20,16 @@ |
|
|
#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery |
|
|
#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery |
|
|
#kern.usercrypto=1 # 1=enable userland use of /dev/crypto |
|
|
#kern.usercrypto=1 # 1=enable userland use of /dev/crypto |
|
|
#kern.splassert=2 # 2=enable and verbose error messages. |
|
|
#kern.splassert=2 # 2=enable and verbose error messages. |
|
|
|
|
|
# Emulations, uncomment to enable |
|
|
|
|
|
#kern.emul.aout=1 |
|
|
|
|
|
#kern.emul.bsdos=1 |
|
|
|
|
|
#kern.emul.freebsd=1 |
|
|
|
|
|
#kern.emul.hpux=1 |
|
|
|
|
|
#kern.emul.ibcs2=1 |
|
|
|
|
|
#kern.emul.linux=1 |
|
|
|
|
|
#kern.emul.netbsd=1 |
|
|
|
|
|
#kern.emul.osf1=1 |
|
|
|
|
|
#kern.emul.sunos=1 |
|
|
|
|
|
#kern.emul.svr4=1 |
|
|
|
|
|
#kern.emul.ultrix=1 |
|
|
|
|
|
|