Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt | |
2007-11-11 | do not document -w: it is for compat only. just like we did for audioctl, | Jason McIntyre | |
mixerctl, and wsconsctl. also move to "name=value", as for the other *ctl apps. problem spotted by Tim van der Molen, though this might not be the fix he wanted; | |||
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre | |
2007-07-18 | hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@ | Constantine A. Murenin | |
2007-06-04 | more ipx, jmc | Henning Brauer | |
2007-06-04 | no more ipx | Henning Brauer | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | remove the ztsscale sysctl; ok deraadt@ | Robert Nagy | |
2007-05-27 | Simplify symlink creation. ok grunk | Alexander Bluhm | |
2007-05-21 | small cleanups: | Constantine A. Murenin | |
* use NULL instead of 0 for pointers, as per style(9) * wrap a long for-loop line in sysctl_malloc() * fix -Wall complaint in print_sensor() ok otto@ | |||
2007-02-20 | knf found while fixing another bug | Theo de Raadt | |
2007-01-06 | pretty up the sensor outputs a wee bit more; partly spotted by jsg | Theo de Raadt | |
2006-12-26 | Show more digits in timedelta sensor output as the timedelta sensors become | Marc Balmer | |
increasingly more precise. ok deraadt | |||
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-15 | some Nm blips, from mk; | Jason McIntyre | |
2006-12-04 | retreive -> retrieve; | Jason McIntyre | |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino | |
deraadt ok. manpage nit by jmc. | |||
2006-10-19 | Add WATTHOUR and AMPHOUR | Marco Peereboom | |
ok jordan@ | |||
2006-10-16 | tab needed instead of space to format this correctly; | Jason McIntyre | |
2006-10-16 | Add multipath variables. | Ryan Thomas McBride | |
2006-06-05 | Simpler code for printing time sensors: no leak and no floating | Otto Moerbeek | |
point. ok deraadt@ | |||
2006-06-04 | print time offsets much nicer | Theo de Raadt | |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-28 | Add 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-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker | |
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok | |
ok jmc@, deraadt@ | |||
2006-04-25 | for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenis | Theo de Raadt | |
mbalmer will have to cope. | |||
2006-04-25 | if the timeval has data, print it at the end of the line | Theo de Raadt | |
2006-04-21 | document retreiving a subset of sysctls; | Jason McIntyre | |
based on a diff by janne johansson; rewritten by myself... | |||
2006-04-20 | print timedelta; ok dlg | Theo de Raadt | |
2006-04-18 | Discussed with jason@ that pfail means "partial fail". Now it translates | Marco Peereboom | |
to "degraded". ok jason@ | |||
2006-04-13 | Change how hw.sensors prints. Much simpler format, easier to read. While | Theo de Raadt | |
there, stick to printing temperature measurements in just one sane unit. ok various people, no objections for the latter | |||
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne | |
ok marco@ grange@ deraadt@ | |||
2005-11-15 | Add support for light sensors. | Mark Kettenis | |
ok dlg@ | |||
2005-11-12 | more memleaks plugged; evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | memory leak; ok cloder | Theo de Raadt | |
2005-10-23 | Add support for SENSOR_AMPS. | Mark Kettenis | |
ok dlg@ | |||
2005-10-05 | Add 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-08-05 | add a sensor type that can report percentage | David Gwynne | |
ok deraadt@ | |||
2005-08-04 | HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marco | Theo de Raadt | |
2005-08-04 | Support for SENSOR_INTEGER. | Jonathan Gray | |
ok grange@, dlg@, henning@ | |||
2005-08-04 | a quick diff for marco, who wanted to see if his power supplies were on or | David Gwynne | |
off. adds printing of the INDICATOR sensor type ok deraadt@ | |||
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne | |
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@ | |||
2005-07-20 | Print the last two kern.nchstats entries. | Miod Vallat | |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl | |
ok henning | |||
2005-05-04 | - treat allowaperature like other machdep sysctls - don't mention | Jared 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-24 | it is nice if this compiles on other systems | Theo de Raadt | |
2005-04-24 | Do down-sampling of the high-resolution touch pad events in kernel, | Uwe Stuehler | |
and provide sysctls for fine-tuning the touch pad area that covers the screen. Reasonable defaults are provided, but each machine can be a bit different due to the manufacturing process. | |||
2005-04-20 | actually error out when we would overflow by using the return value from | Bob Beck | |
strlcpy, instead of just warning about out, and clobbering stuff anyway. ok millert@ |