summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
AgeCommit message (Collapse)Author
2002-06-07document net.inet6.ip6.v6onlyJun-ichiro itojun Hagino
2002-05-28document net.inet6.ip6.maxfragsJun-ichiro itojun Hagino
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-04-03WCCP sysctl -- ok deraadt@Angelos D. Keromytis
2002-03-02document tcp.ackonpushNiels Provos
2002-03-01document cryptodevallowsoftNiels Provos
2002-02-23allowaperture is no longer i386 only. Noted by Dries Schellekens.Matthieu Herrb
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-02-10back out the no reserved port option for nfsNathan Binkert
2002-02-01machdep.led_blink works on sparc64, tooJason Wright
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-13o) start new sentence on a new line;Mike Pechkin
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok;
2001-12-06document alpha machdep.* sysctl'sEric Jackson
2001-11-06No sir, our sysctls are defined in uvm headers now.Miod Vallat
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
it slightly harder to write generic buffer overflows. This doesn't really give any real security, but it raises the bar for script-kiddies and it's really cheap. The range of the random offsets is controlled by the sysctl kern.stackgap_random (must be a power of 2). This is disabled by default right now, but we'll set it to a reasonable value (1024?) soon, after some more testing.
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-03kern.nprocsAngelos D. Keromytis
2001-06-03Add kern.fscale and kern.ccpuAngelos D. Keromytis
2001-05-14Update.Angelos D. Keromytis
2001-05-11Put the flag options in a list. (ok deraadt@)Hakan Olsson
2001-05-11Update with new sysctl'sAngelos D. Keromytis
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt).
2001-01-04Read a struct kmembuckets, rather than individual values.Angelos D. Keromytis
2001-01-04Print the kern.malloc.* branchAngelos D. Keromytis
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-10-14document net.inet.tcp.rstppslimit.Jun-ichiro itojun Hagino
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-09-25docutment path mtu discoveryNiels Provos
2000-09-19Update.Angelos D. Keromytis
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}Jun-ichiro itojun Hagino
2000-06-14document swapencrypt ctl levelNiels Provos
2000-05-25synchronize net.inet{,6} with reality.Jun-ichiro itojun Hagino
add some of vfs.*. (not really sure about other potion).
2000-05-25remove net.inet6.ip6.gif_hlimJun-ichiro itojun Hagino
2000-05-23add vfs.nfs.iothreads short description, add more files and xrefMichael Shalayeff
2000-05-23refer netinet/icmp6.h for ICMPv6 sysctl mib declJun-ichiro itojun Hagino
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
when the monitor is blanked.
2000-04-25mention tcp identifiers; miodrag@ifrance.comTheo de Raadt
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-01-21ip4.allow -> ipip.allowAngelos D. Keromytis
2000-01-17Document new ipx sysctl vars.Federico G. Schwindt
2000-01-10Fix wrong type of variable.Angelos D. Keromytis
2000-01-10Rename variable for consistency.Angelos D. Keromytis
2000-01-10Some new sysctl variables.Angelos D. Keromytis
2000-01-10Document ip.ipsec-invalid-timeoutAngelos D. Keromytis
2000-01-09ipsec-acl entryAngelos D. Keromytis
2000-01-07gre.allow and mobileip.allowAngelos D. Keromytis