History log of /netbsd-current/etc/sysctl.conf
Revision Date Author Comments
# 1.8 25-Sep-2011 christos

mention kern.tty.qsize requested by Matthew Mondor.


# 1.7 31-Mar-2009 martin

Use the new ?= operator to set the on_panic value for the optional ddb
hierachie.


# 1.6 11-Mar-2009 martin

Switch the default value (if no options DDB_ONPANIC is defined) for
ddb.onpanic to 1, change it back to 0 in sysctl.conf and make sure
postinstall installs this setting.
This avoids us trying to dump while booting from install CD, but keeps
the default the same once we are far enough through /etc/rc.d. Failing
earlier is unlikely to be recovered by an automatic reboot.
OK: core.


# 1.5 03-Nov-2003 briggs

branches: 1.5.40; 1.5.42;
Revert the change in default value of ipv6_v6only. Further discussion
on this topic is required. It should be reintroduced and pursued in
the IETF.


# 1.4 27-Oct-2003 briggs

Toggle the default value of ip6_v6only. Also provide a sample sysctl to
retain the existing behavior.


# 1.3 15-Apr-2000 tsarna

Death to nfsiod!

It is replaced by kernel threads that do the same thing. The number of
kernel threads used is set with the vfs.nfs.iothreads sysctl.


# 1.2 09-Apr-2000 tsarna

Improve backwards compatability and leave securelevel the old way.


# 1.1 08-Apr-2000 tsarna

The file /etc/sysctl.conf is now run with sysctl -f at boot time.
This replaces the previous /etc/rc.d/sysctl. Also, the variables are now
set earlier, between ipf/ipnat and the network coming up.

The rc.conf defcorename and securelevel variables are no more. You can
set them directly in sysctl.conf now.


# 1.5.42.1 13-May-2009 jym

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html


# 1.5.40.4 01-Apr-2009 snj

Apply patch (requested by martin in ticket #643):
Use ?= to set kern.no_sa_support to avoid warnings.


# 1.5.40.3 01-Apr-2009 snj

Pull up following revision(s) (requested by martin in ticket #639):
etc/sysctl.conf: revision 1.7
Use the new ?= operator to set the on_panic value for the optional ddb
hierachie.


# 1.5.40.2 12-Mar-2009 snj

Pull up following revision(s) (requested by martin in ticket #564):
etc/sysctl.conf: revision 1.6
sys/ddb/db_variables.c: revision 1.42
usr.sbin/postinstall/postinstall: revision 1.91
Switch the default value (if no options DDB_ONPANIC is defined) for
ddb.onpanic to 1, change it back to 0 in sysctl.conf and make sure
postinstall installs this setting.
This avoids us trying to dump while booting from install CD, but keeps
the default the same once we are far enough through /etc/rc.d. Failing
earlier is unlikely to be recovered by an automatic reboot.
OK: core.


# 1.5.40.1 12-Mar-2009 snj

Apply patch (requested by martin in ticket #563):
Disable SA via sysctl.conf, not in the kernel. This improves
binary compatibility for incomplete (kernel only) updates while
keeping the overall effect of having SA disabled after a full update.