Age | Commit message (Expand) | Author |
2008-04-28 | Teach sysctl about mpls. | Esben Norby |
2008-03-14 | "-Aa" are not required flags; sort synopses; improve description of "-a" | Igor Sobrado |
2008-02-09 | Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on | Mark Kettenis |
2007-12-14 | Bring in probing for protocols that was missing; ok claudio reyk | Theo de Raadt |
2007-12-13 | the mib[] array will be modified by sysctl_inet, move the *CTL_STATS | Reyk Floeter |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
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 |
2007-06-04 | no more ipx | Henning Brauer |
2007-05-29 | remove the ztsscale sysctl; ok deraadt@ | Robert Nagy |
2007-05-21 | small cleanups: | Constantine A. Murenin |
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 |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-10-19 | Add WATTHOUR and AMPHOUR | Marco Peereboom |
2006-06-05 | Simpler code for printing time sensors: no leak and no floating | Otto Moerbeek |
2006-06-04 | print time offsets much nicer | Theo de Raadt |
2006-04-25 | for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenis | Theo de Raadt |
2006-04-25 | if the timeval has data, print it at the end of the line | Theo de Raadt |
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 |
2006-04-13 | Change how hw.sensors prints. Much simpler format, easier to read. While | Theo de Raadt |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne |
2005-11-15 | Add support for light sensors. | Mark Kettenis |
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 |
2005-08-05 | add a sensor type that can report percentage | David Gwynne |
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 |
2005-08-04 | a quick diff for marco, who wanted to see if his power supplies were on or | David Gwynne |
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne |
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 |
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 |
2005-04-20 | actually error out when we would overflow by using the return value from | Bob Beck |
2005-04-13 | avoid variable aliasing | Theo de Raadt |
2005-01-28 | Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernel | Todd C. Miller |
2004-09-14 | do not alias over libc ttyname(3) | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-04-15 | new world order for emulations. adjust, and become more robust. | Ted Unangst |
2004-03-21 | CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right string | Ted Unangst |
2004-02-25 | note that -w is optional and adjust accordingly; | Jason McIntyre |
2004-02-24 | deal with bpf node | Ted Unangst |
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko |
2004-02-10 | Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitly | Todd C. Miller |