summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/sysctl.8
AgeCommit message (Collapse)Author
1999-09-02Treat kern.hostid as a u_int, and clean up parsing of integers on the commandPaul Janzen
line.
1999-06-29mention kern.arandomNiels Provos
1999-05-21typoMarc Espie
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too.
1999-04-09The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-02-25Document name change for sysctl encdebug.Angelos D. Keromytis
1999-02-24New position for the encdebug variable.Angelos D. Keromytis
1999-02-23add machdep.apmwarn to docMarco S Hyman
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵Theo de Raadt
mostly from kleink
1998-03-18fix formatting of ddb.console and ddb.panicJason Wright
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code..
1998-01-31Document what fs.posix.setuid means.Todd C. Miller
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-08-19Add support for adding/subtracting ports from the current baddynamicTodd C. Miller
mask.
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd C. Miller
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc.
1997-07-15sysctl for PF_ENCAP.Angelos D. Keromytis
1997-06-14split the treatment of the random eventsMichael Shalayeff
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description
1997-06-13theo's recent patchMichael Shalayeff
1997-06-04oops_stringsMichael Shalayeff
1997-06-04YAVAMichael Shalayeff
move machdep in the place mention ipx headers
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-02-08more names.Michael Shalayeff
1997-02-07i hate tabs and spacesMichael Shalayeff
1997-02-07add missed variablesMichael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt