summaryrefslogtreecommitdiff
path: root/etc/sysctl.conf
AgeCommit message (Collapse)Author
2011-09-25mention kern.tty.qsize requested by Matthew Mondor.christos
2009-04-01Use the new ?= operator to set the on_panic value for the optional ddbmartin
hierachie.
2009-03-11Switch the default value (if no options DDB_ONPANIC is defined) formartin
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.
2003-11-03Revert the change in default value of ipv6_v6only. Further discussionbriggs
on this topic is required. It should be reintroduced and pursued in the IETF.
2003-10-28Toggle the default value of ip6_v6only. Also provide a sample sysctl tobriggs
retain the existing behavior.
2000-04-15Death to nfsiod!tsarna
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.
2000-04-09Improve backwards compatability and leave securelevel the old way.tsarna
2000-04-08The file /etc/sysctl.conf is now run with sysctl -f at boot time.tsarna
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.