summaryrefslogtreecommitdiff
path: root/usr.sbin/sensorsd
AgeCommit message (Expand)Author
2005-08-10remove drivers from here.Alexandre Anriot
2005-08-10add lmtemp(4) and viasio(4).Alexandre Anriot
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
2005-08-03dlg did not test what he affects; enum clashTheo de Raadt
2005-06-03print negative values correctly; From: serge rasnikov <747500@gmail.com>Henning Brauer
2005-05-11document conf file reload w/ SIGHUP;Jason McIntyre
2005-04-21spacingTheo de Raadt
2005-04-20fix buffer overrun introduced with my previous commit. Found and fixed byHans-Joerg Hoexer
2005-04-02new sentence, new line;Jason McIntyre
2005-04-01spacingTheo de Raadt
2005-04-01sensorsd(8) execute command on exceeding limitsHans-Joerg Hoexer
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-06-27add reference to nsclpcsio(4) to SEE ALSO;Jason McIntyre
2004-04-11Fix accidental busy loop waiting for a second to pass. Also, renameOtto Moerbeek
2004-03-15add a default: case to the switch (sensor type) in the config file parserHenning Brauer
2004-02-07knf; jjy2+@pitt.eduTheo de Raadt
2004-01-08sync with sysctl/drivers + 0K == -273.15C; report grange; ok henningMarkus Friedl
2003-12-22reload is used in signal handler, make it volatile sig_atomic_tHenning Brauer
2003-10-07FILES /etc/sensorsd.confHenning Brauer
2003-10-06.Xr it 4Henning Brauer
2003-10-01sys/types.h is not really needed with sys/param.h.Kevin Lo
2003-09-30o err out on start if no watches are definedHenning Brauer
2003-09-30set the log message ident with openlog(), ok henning@jose
2003-09-29uncomment daemon() call; spotted by jose@Henning Brauer
2003-09-24sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors.Henning Brauer