[BACK]Return to sysctl.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/sysctl.conf between version 1.5.40.4 and 1.6

version 1.5.40.4, 2009/04/01 22:08:37 version 1.6, 2009/03/11 23:22:57
Line 4 
Line 4 
 #  #
 # sysctl(8) variables to set at boot time.  # sysctl(8) variables to set at boot time.
   
 # Scheduler Activations (SA) are needed only if you run an unmodified  
 # NetBSD 4.x (or earlier) userland in a chroot (for example in pkg bulk  
 # build sandboxes).  
 # There is a netbsd-4 compatible libpthread.so available that you can drop  
 # into your netbsd-4 userland instead, which avoids the need for SA.  
 #  
 # However, if you really need SA, enable it here by switching the line below  
 # to 0 - THIS IS CONSIDERED A SECURITY RISK - VERY LIKELY ANY LOCAL USER WILL  
 # BE ABLE TO CRASH YOUR SYSTEM - USE AT YOUR OWN RISK!  
 #  
 kern.no_sa_support?=1  
   
 # Default on panic: dump core and reboot. See savecore(8) for information.  # Default on panic: dump core and reboot. See savecore(8) for information.
 # Switch this to 1 if you want to enter the kernel debugger on crashes  # Switch this to 1 if you want to enter the kernel debugger on crashes
 # instead. See ddb(4) for an introduction and also try the "help" command  # instead. See ddb(4) for an introduction and also try the "help" command
 # at the db> prompt.  # at the db> prompt.
 # If you understand the implication and want to change the behaviour before  # If you understand the implication and want to change the behaviour before
 # /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).  # /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).
 ddb.onpanic?=0  ddb.onpanic=0
   
 # Default core name template:  # Default core name template:
 #kern.defcorename=%n.core  #kern.defcorename=%n.core

Legend:
Removed from v.1.5.40.4  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>