index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
/
sensors.c
Age
Commit message (
Expand
)
Author
2011-09-16
reorder SENSOR_* in switch() and add missing cases.
Yojiro Uo
2011-09-16
apply 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-21
scale angle by 1000000 to permit min.sec accuracy
Theo de Raadt
2010-04-21
Add the "angle" sensor, measured in degrees; from Luis Pinto
Theo de Raadt
2010-04-20
Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled
Theo de Raadt
2010-04-20
Add "frequency" type for sensors. (and teach userland how to print that
Owain Ainsworth
2010-04-15
add SENSOR_HUMIDITY to sensor framework to handle humidity values
Yojiro Uo
2009-08-14
SENSOR_WATTS; ok canacar deraadt kettenis henning
Constantine A. Murenin
2009-06-25
the rule is not to use nitems() in userland yet
Theo de Raadt
2009-06-25
sync the SENSOR_DRIVE_* names with sysctl(8)'s
Okan Demirmen
2009-06-25
use the nitems() macro where appropriate
Okan Demirmen
2008-12-07
Warning cleanup including unused variables and shadowed names
Can Erkin Acar
2008-06-12
New display engine for systat, based on pftop. Adds new views for pf
Can Erkin Acar
2007-07-29
zap redundant code; ok deanna@
Constantine A. Murenin
2007-03-23
use the proper abbreviation for second: "s"
Chris Kuethe
2007-03-23
display a timedelta of 0 in seconds, not some other unit.
Chris Kuethe
2007-03-23
Add a routine to scale timedelta sensors to more meaningful units,
Chris Kuethe
2007-03-04
Clear the display so that the lines don't get overwritten with
Deanna Phillips
2007-02-25
add missing include, and int return value.
Steven Mestdagh
2007-02-25
use the 1 line load line from 'systat vm' on all the other displays, giving
Theo de Raadt
2007-02-24
some cleanups, i agree; Murenin
Theo de Raadt
2007-02-23
add missing copyright; Constantine
Theo de Raadt
2007-02-23
leave unspecified fields blank; ok deanna
Theo de Raadt
2007-02-23
knf
Theo de Raadt
2007-02-23
Add a display for hardware sensors, available with :sensors.
Deanna Phillips