summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-02-13Direct people to netstat for the new multicast routing sysctls.Philip Guenther
2015-02-09provide a net.inet6.ip6.ifq sysctl so people can see and fiddleDavid Gwynne
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-10-26Add a format specifier for the printf.Brad Smith
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-08-16repair operation of kern.arandom, which will only allow a buffer ofTheo de Raadt
2014-05-07missing word in error message. ok millertTed Unangst
2014-05-07delete some crusty castsTed Unangst
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-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
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-04-16handle big time_t types; ok guentherTheo de Raadt
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
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
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
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-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
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-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-04-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2009-11-05IPv6 support for divert sockets.Michele Marchetto
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-09-08I had not enough oks to commit this diff.Michele Marchetto
2009-09-08Add support for divert sockets. They allow you to:Michele Marchetto
2009-08-12Add support for SENSOR_WATTS.Mark Kettenis