summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2002-03-24Add -q flag, for use with -w and -f, which suppresses output after a set.sommerfeld
2002-03-20remove debugging line.christos
2002-03-20handle new emulation sysctls, and cleanup function duplication.christos
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31fix inconsistencies with USEAPP; centralize the flags check so that wechristos
2002-01-28Descend into kern.tkstat.simonb
2002-01-28Document the new kern.tkstat.* sysctls.simonb
2002-01-28ANSIfy.simonb
2002-01-27Fix a tyop in a comment.simonb
2002-01-27Prod from lukem - remember to add hw.disk* here too.simonb
2002-01-27Teach sysctl(8) that hw.diskstats is a structure.simonb
2001-12-24change a lot of the "error" messages to display to stdout instead oflukem
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-07-27show net.inet6.tcp6.* as mirror image of net.inet.tcp. better for futureitojun
2001-07-02pipe sysctl stuff is now in <sys/pipe.h>jdolecek
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-19convert to use getprogname()cgd
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-02-04fix nested extern.christos
2001-01-26Document that there's currently no registry for vendor sysctls.hubertf
2001-01-10 * Document the vendor.* sysctl branchhubertf
2001-01-09Number of toplevel names grew by one, account for it.fvdl
2001-01-05use %ll_ instead of the less standard %q_lukem
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-19Free storage allocated by fparseln.enami
2000-07-15Handle KERN_MSGBUF and KERN_CONSDEV gracefully.simonb
2000-07-15sync with sys/sysctl.h change (is it the right way to workaround this?)itojun
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-06-26we now need <uvm/uvm_param.h>mrg
2000-06-07s/PIMCTL/PIM6CTL/ to avoid future confusion.itojun
2000-05-29LP64 format problems. u_int64_t on alpha != %llumatt
2000-05-29cp_time[] is an array of u_int64_t's now.simonb
2000-05-27Handle kern.proc_args as well.simonb