summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
AgeCommit message (Expand)Author
2003-03-01Document net.inet.tcp.init_win_local.thorpej
2003-02-27Document hw.physpages and hw.userpages.thorpej
2003-02-02Add sysconf(3) knobs for recent additions.kleink
2003-02-01Add several missing items, and be less rageous about memory locking.kleink
2002-12-11Add kern.forkfsleep sysctl - set/get time (in miliseconds) for whichjdolecek
2002-12-11Add two sysctls: kern.labelsector and kern.labeloffset.scw
2002-11-07Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexecmanu
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-10-01Replace some \*[Lt]...\*[Gt] with .Aq ...wiz
2002-05-29document vfs.nfs.iothreadsmsaitoh
2002-05-28document net.inet6.ip6.maxfragsitojun
2002-05-19document net.key.* sysctl. provide sysctl MIB for controllingitojun
2002-05-14rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6onlyitojun
2002-03-24Add -q flag, for use with -w and -f, which suppresses output after a set.sommerfeld
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-28Document the new kern.tkstat.* sysctls.simonb
2002-01-27Prod from lukem - remember to add hw.disk* here too.simonb
2001-12-24update for changed vm knobs.chs
2001-10-30Sort sections, whitespace nits.wiz
2001-10-30Added descriptions of the new sysctls for controlling the dispositionkml
2001-08-20Remove duplicate listing of "net.inet.tcp.init_win" system variable ashubertf
2001-06-16Add port of high performance pipe implementation written by John S. Dysonjdolecek
2001-03-27net.inet.ip.maxfragpackets defines the maximum size of ip reass queueitojun
2001-03-09add UBC memory-usage balancing. we track the number of pages in use forchs
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-01-26Document that there's currently no registry for vendor sysctls.hubertf
2001-01-10 * Document the vendor.* sysctl branchhubertf
2000-12-21document net.inet6.icmp6.mtudisc_{lo,hi}wat.itojun
2000-11-08Document new hw.cnmagic sysctl(8) variable.eeh
2000-10-26add couple of missing entries, update kern.maxptys entry - it is not raise onlyjdolecek
2000-10-15Ah, so _that_'s how you get a backslash in a macro argument.bjh21
2000-10-15Various formatting cleanups (mostly to use .Ql).bjh21
2000-09-26fix typo (remplaced --> replaced)jdolecek
2000-09-09document kern.maxptys/KERN_MAXPTYSjdolecek
2000-08-26implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.itojun
2000-08-26document net.inet.ip.lowport{min,max}itojun
2000-07-28nuke net.inet*.ip*.*ratelimit.itojun
2000-07-27add net.inet.tcp.rstppslimititojun
2000-07-10document sysctl variable "net.inet.icmp.errppslimit".itojun
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}itojun
2000-06-27<vm/vm_param.h> is now <uvm/uvm_param.h>mrg
2000-05-23correct FILES section. mention IPv6/IPsec headers.itojun
2000-04-08Update usage with -f.soren
2000-03-12Add a "-f file" flag to process directives from a file.tsarna
2000-02-27add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTESitojun
2000-02-26remove net.inet6.ip6.nd6_proxyall sysctl.itojun
2000-02-17List vfs.generic.usermount in manpage. Don't try to handle machdep.diskinfofvdl
2000-02-15Note net.inet.icmp.errratelimit and net.inet.tcp.rstratelimit.thorpej
2000-02-09Add reference to the include file with TCP sysctl constants. Fixes bin/9378.jdolecek
2000-02-06Document KERN_LOGSIGEXIT.fair