summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
AgeCommit message (Collapse)Author
2006-10-16tab needed instead of space to format this correctly;Jason McIntyre
2006-10-16Add multipath variables.Ryan Thomas McBride
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
requested by deraadt@
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-17Document recent sysctl additions.Gordon Willem Klok
ok jmc@, deraadt@
2006-04-21document retreiving a subset of sysctls;Jason McIntyre
based on a diff by janne johansson; rewritten by myself...
2005-10-05Add multicast routing to GENERIC.Esben Norby
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
2005-05-04- treat allowaperature like other machdep sysctls - don't mentionJared Yanovich
where it applies. (it is out of date and is as likely to change as the other machdep sysctls.) - minor mdoc/rewording nits ok jmc
2005-04-19do not attempt to list which archs are relevant to which machdepJason McIntyre
sysctls; just note that not all sysctls apply to all archs; started by a diff from fgsch@
2005-03-29zaurus supports machdep.apmwarn and machdep.kbdreset, too.Uwe Stuehler
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more
2004-05-07mention kern.maxclustersTodd C. Miller
2004-03-31typo;Jason McIntyre
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-02-25note that -w is optional and adjust accordingly;Jason McIntyre
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@
2004-02-10It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.Todd C. Miller
2004-02-10Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls.Todd C. Miller
2004-02-02tabulate list items;Jason McIntyre
2004-02-01doc new i386 machdep sysctlTheo de Raadt
2004-01-31document net.inet.tcp.rfc3390; ok jmc@Markus Friedl
2004-01-08add dirhash sysctlsTed Unangst
2004-01-07document syn cache sysctl; ok deraadt, jmc, itojunMarkus Friedl
2003-12-19document hw.{cpuspeed,setperf} sysctls;Jason McIntyre
tweak and ok tedu@
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
ok deraadt@
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@
2003-10-17slight options reorder; from NetBSDJason McIntyre
2003-09-09slight cleanup of man page and sync usage();Jason McIntyre
2003-08-23document necessity for sysctl to enable compat code. ok deraadt@Ted Unangst
2003-07-08- fix some lists/displaysJason McIntyre
- use .Dl for one-liners, rather than .Bd
2003-06-29tweak;Jason McIntyre
ok tedu@
2003-06-28new sysctl, ddb.logTed Unangst
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-29forgotten machdep.userldt; from Tom CosgroveMichael Shalayeff
2003-05-14Add the -q flag to suppress all output when setting a variableJean-Francois Brousseau
with -w ok jsyn@, millert@
2003-04-25Support for accessing the information from the hardware monitoring sensorsAlexander Yurchenko
via hw.sensors node. To get the information from the all sensors just do $ sysctl hw.sensors. To get the information from the particular sensor (number 5 e.g.) do $ sysctl hw.sensors.5 Tested and ok'ed by henning@ and millert@.
2003-03-21document ceccerrs and cecclast for sparc64Jason Wright
2003-02-13typos;Jason McIntyre
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com
2003-01-21kern.watchdog; ok deraadt@Markus Friedl
2002-12-18Reorder sysctl list, to match sysctl -a output (mostly, structures cheat).Miod Vallat
Add/remove the missing/extra bits. And you get a typo fix for free.
2002-12-18Remove duplicate entry for kern.somaxconn introduced in last commit;Todd C. Miller
Noticed by Dries Schellekens
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit.
2002-11-25Mention the net.inet.tcp.ecn sysctl.Wilbern Cobb
ok kjc@
2002-09-29much prettier; wgriffin@jtan.comTheo de Raadt
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-06-11Document kern.userasymcryptoAngelos D. Keromytis
2002-06-09Document kern.mbstatAngelos D. Keromytis
2002-06-08Document new sysctls.Angelos D. Keromytis
2002-06-07document net.inet6.ip6.v6onlyJun-ichiro itojun Hagino