summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2007-12-14Bring in probing for protocols that was missing; ok claudio reykTheo de Raadt
2007-12-13the mib[] array will be modified by sysctl_inet, move the *CTL_STATSReyk Floeter
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-11-26if no arguments given, assume a nice default; ok miod jakemsr deannaTheo de Raadt
2007-11-11do not document -w: it is for compat only. just like we did for audioctl,Jason McIntyre
2007-07-19kern.timecounter.timestepwarnings may be altered; from Kristaps DzonsonsJason McIntyre
2007-07-18hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@Constantine A. Murenin
2007-06-04more ipx, jmcHenning Brauer
2007-06-04no more ipxHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29remove the ztsscale sysctl; ok deraadt@Robert Nagy
2007-05-27Simplify symlink creation. ok grunkAlexander Bluhm
2007-05-21small cleanups:Constantine A. Murenin
2007-02-20knf found while fixing another bugTheo de Raadt
2007-01-06pretty up the sensor outputs a wee bit more; partly spotted by jsgTheo de Raadt
2006-12-26Show more digits in timedelta sensor output as the timedelta sensors becomeMarc Balmer
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-15some Nm blips, from mk;Jason McIntyre
2006-12-04retreive -> retrieve;Jason McIntyre
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-10-19Add WATTHOUR and AMPHOURMarco Peereboom
2006-10-16tab needed instead of space to format this correctly;Jason McIntyre
2006-10-16Add multipath variables.Ryan Thomas McBride
2006-06-05Simpler code for printing time sensors: no leak and no floatingOtto Moerbeek
2006-06-04print time offsets much nicerTheo de Raadt
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-17Document recent sysctl additions.Gordon Willem Klok
2006-04-25for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenisTheo de Raadt
2006-04-25if the timeval has data, print it at the end of the lineTheo de Raadt
2006-04-21document retreiving a subset of sysctls;Jason McIntyre
2006-04-20print timedelta; ok dlgTheo de Raadt
2006-04-18Discussed with jason@ that pfail means "partial fail". Now it translatesMarco Peereboom
2006-04-13Change how hw.sensors prints. Much simpler format, easier to read. WhileTheo de Raadt
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
2005-11-15Add support for light sensors.Mark Kettenis
2005-11-12more memleaks plugged; evol@online.ptt.ruTheo de Raadt
2005-11-12memory leak; ok cloderTheo de Raadt
2005-10-23Add support for SENSOR_AMPS.Mark Kettenis
2005-10-05Add multicast routing to GENERIC.Esben Norby
2005-08-05add a sensor type that can report percentageDavid Gwynne
2005-08-04HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marcoTheo de Raadt
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
2005-08-04a quick diff for marco, who wanted to see if his power supplies were on orDavid Gwynne
2005-08-03extend the sensors framework to allow it to report the state of theDavid Gwynne
2005-07-20Print the last two kern.nchstats entries.Miod Vallat
2005-05-24add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsdMarkus Friedl
2005-05-04- treat allowaperature like other machdep sysctls - don't mentionJared Yanovich