summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2014-05-07Kill the {nd6_,}useloopback buttons, using the loopback interface forMartin Pieuchot
2014-05-07missing word in error message. ok millertTed Unangst
2014-05-07delete some crusty castsTed Unangst
2014-05-04tweak previous;Jason McIntyre
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
2014-04-27sort the ip6 sysctls;Jason McIntyre
2014-04-27Document net.inet6.ip6.dad_pending.Loganaden Velvindron
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-01-23kern.intrcnt is viewable with vmstat+systatPhilip Guenther
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-11-12satisfy proto requirementTheo de Raadt
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-07-18Revert 1.191 and 1.193 and fix the original problem (access to the lastPhilip Guenther
2013-07-18Correct off-by-one in naming of nodes below vfs.mounts.Philip Guenther
2013-06-09add fuse sysctls, from Sylvestre GallonTed Unangst
2013-06-09fix an off by one preventing access to the last filesystem.Ted Unangst
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-04-16handle big time_t types; ok guentherTheo de Raadt
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-06remove kern.rthreadsTed Unangst
2013-03-29remove some of the unused fields from rndstats and stop printing zeroes.Ted Unangst
2013-03-29sadly, we are going to need machine/cpu.h here for a while to get machdepTed Unangst
2013-03-28remove excesss includesTheo de Raadt
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-01-03sysctl.3: remove some confusing text about NFS_NIOTHREADSJason McIntyre
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-10Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsPhilip Guenthe
2012-03-11typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@Ingo Schwarze
2012-01-19remove unused variable.Charles Longeau
2012-01-15add missing sysctl_pipex declarationDavid Hill
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
2011-09-16fix typoYojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-05-23mention ranges; prodding and feedback jmc@Damien Miller
2011-05-23allow ranges for entering net.inet.(tcp|udp).baddynamic lists, e.g.Damien Miller
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-10-11Remove net.inet.tcp.recvspace and net.inet.tcp.sendspace here as well.Claudio Jeker
2010-08-26document kern.consdev;Jason McIntyre