summaryrefslogtreecommitdiff
path: root/usr.bin/systat/sensors.c
AgeCommit message (Expand)Author
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
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-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
2009-06-25use the nitems() macro where appropriateOkan Demirmen
2008-12-07Warning cleanup including unused variables and shadowed namesCan Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2007-07-29zap redundant code; ok deanna@Constantine A. Murenin
2007-03-23use the proper abbreviation for second: "s"Chris Kuethe
2007-03-23display a timedelta of 0 in seconds, not some other unit.Chris Kuethe
2007-03-23Add a routine to scale timedelta sensors to more meaningful units,Chris Kuethe
2007-03-04Clear the display so that the lines don't get overwritten withDeanna Phillips
2007-02-25add missing include, and int return value.Steven Mestdagh
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2007-02-24some cleanups, i agree; MureninTheo de Raadt
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-02-23leave unspecified fields blank; ok deannaTheo de Raadt
2007-02-23knfTheo de Raadt
2007-02-23Add a display for hardware sensors, available with :sensors.Deanna Phillips