snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / etc / sysctl.conf
blobd7a02243fb8bf3761bcbaee1d873970198db100a
1 #!/sbin/sysctl -f
3 # $NetBSD: sysctl.conf,v 1.6 2009/03/11 23:22:57 martin Exp $
5 # sysctl(8) variables to set at boot time.
7 # Default on panic: dump core and reboot. See savecore(8) for information.
8 # Switch this to 1 if you want to enter the kernel debugger on crashes
9 # instead. See ddb(4) for an introduction and also try the "help" command
10 # at the db> prompt.
11 # If you understand the implication and want to change the behaviour before
12 # /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).
13 ddb.onpanic?=0
15 # Default core name template:
16 #kern.defcorename=%n.core
18 # Number of kernel threads to use for NFS client
19 #vfs.nfs.iothreads=4