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.sbin
/
sensorsd
/
sensorsd.c
Age
Commit message (
Expand
)
Author
2008-03-13
Allow a program invoked on state change to receive sensor status. Perhaps
Chris Kuethe
2007-12-05
log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;
Constantine A. Murenin
2007-11-28
add options to specify the check and report intervals. ok deraadt
Ted Unangst
2007-08-14
sync printing w/ sysctl(8) and add missing sensor types to conf parser;
Constantine A. Murenin
2007-06-01
Convert sensorsd to use two-level data-structures. This makes sensorsd be
Constantine A. Murenin
2007-05-30
Major update to sensorsd.
Constantine A. Murenin
2007-05-29
Remove watch_cnt in preparation for my bigger patch that makes sensorsd
Constantine A. Murenin
2007-05-29
for sensorsd.conf entries, let's do matching by sensor type if maching by com...
Constantine A. Murenin
2007-02-28
do status dampening for OK status as well, i. e.
Henning Brauer
2007-02-23
add missing copyright; Constantine
Theo de Raadt
2007-01-06
increase buffer size; ie. for hw.sensors.ipmi0.indicator0
Theo de Raadt
2006-12-23
adapt to new two-level sensor sysctl framework; by Constantine A. Murenin
Theo de Raadt
2006-12-18
it appears some sensors flip duen to bugs or erroneous readings.
Michael Shalayeff
2006-09-16
sync printing w/ sysctl and also add missing sensor types to the conf parser;...
Michael Shalayeff
2006-08-23
allow monitoring sensors with their own status reporting such as ipmi or raid...
Michael Shalayeff
2006-04-01
when I initially hacked sensorsd, sensors started at hw.sensors.0 and
Henning Brauer
2006-03-20
add two missing function declarations
David Hill
2006-02-06
don't error out but give a warning when sysctl()
Moritz Jodeit
2006-01-31
When sysctl(3) fails, check for ENOENT instead of ENXIO to find
Moritz Jodeit
2005-08-04
Support for SENSOR_INTEGER.
Jonathan Gray
2005-08-03
dlg did not test what he affects; enum clash
Theo de Raadt
2005-06-03
print negative values correctly; From: serge rasnikov <747500@gmail.com>
Henning Brauer
2005-04-21
spacing
Theo de Raadt
2005-04-20
fix buffer overrun introduced with my previous commit. Found and fixed by
Hans-Joerg Hoexer
2005-04-01
spacing
Theo de Raadt
2005-04-01
sensorsd(8) execute command on exceeding limits
Hans-Joerg Hoexer
2004-09-14
ARGSUSED before signal handler with unused signo
Theo de Raadt
2004-04-11
Fix accidental busy loop waiting for a second to pass. Also, rename
Otto Moerbeek
2004-03-15
add a default: case to the switch (sensor type) in the config file parser
Henning Brauer
2004-02-07
knf; jjy2+@pitt.edu
Theo de Raadt
2004-01-08
sync with sysctl/drivers + 0K == -273.15C; report grange; ok henning
Markus Friedl
2003-12-22
reload is used in signal handler, make it volatile sig_atomic_t
Henning Brauer
2003-10-01
sys/types.h is not really needed with sys/param.h.
Kevin Lo
2003-09-30
o err out on start if no watches are defined
Henning Brauer
2003-09-30
set the log message ident with openlog(), ok henning@
jose
2003-09-29
uncomment daemon() call; spotted by jose@
Henning Brauer
2003-09-24
sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors.
Henning Brauer