Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
constants that defined a period of time. ok deraadt@ henning@ | |||
2004-03-15 | add a default: case to the switch (sensor type) in the config file parser | Henning Brauer | |
that just errs out if someone tries to configure limits for a sensor type we do not support, deraadt ok | |||
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 | |
ok henning@ | |||
2003-09-30 | o err out on start if no watches are defined | Henning Brauer | |
o log how many watches are defined o on configuration reload also log how many watches we have | |||
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 | |
limits can be configured, out of range notifications through syslog. config file parsing based on bob's hints, lots of hints from theo feedback from grange, otto, mickey as well ok deraadt@; grange@ on an earlier version |