| Age | Commit message (Expand) | Author |
| 2010-08-06 | * fix logic inversion in swwdog_reboot (and the sysctl). | pooka |
| 2010-07-22 | Convert swwdog(4) from a simple defpseudo device to a defpseudodev so | pgoyette |
| 2010-04-11 | Use a typedef to define the prototype of the per-sensor callback. | pgoyette |
| 2010-04-10 | When removing sensor properties with envstat -S, ensure that drivers | pgoyette |
| 2010-04-03 | When unregistering a device, in addition to reducing the global count | pgoyette |
| 2010-04-01 | Permit creation of an event-monitor for alarm limits even if the limits | pgoyette |
| 2010-03-27 | Constify the args to sysmon_envsys_foreach_sensor()'s callback function. | pgoyette |
| 2010-03-27 | Fix the locking protocol in sysmon_envsys_foreach_sensor(), and add an | pgoyette |
| 2010-03-26 | Make this work the way the preceeding comment blocks says it works, and | pgoyette |
| 2010-03-26 | Add a routine to iterate over all the sensors on the system. This will | pgoyette |
| 2010-03-26 | Export the sensor device's class. | pgoyette |
| 2010-03-24 | Fix ENVSYS_DEBUG build. | njoly |
| 2010-03-24 | In sysmon_envsys_sensor_event(), permit delivery of all events for the | pgoyette |
| 2010-03-24 | Do the initial refresh before creating the event monitors, in case the | pgoyette |
| 2010-03-23 | Additional info in DPRINTF to help debugging efforts | pgoyette |
| 2010-03-19 | Modify previous commit. The routine to deliver events is intended to be | pgoyette |
| 2010-03-19 | Separate event delivery from polling and limit evaluation in | pgoyette |
| 2010-03-14 | Retire the 'monitor' member of the envsys_data_t. It was only used in | pgoyette |
| 2010-03-11 | Fix comment typos (mangement, managmenet). | jruoho |
| 2010-02-28 | Move definitions of internal data structures and flag bits to avoid | pgoyette |
| 2010-02-18 | If we're going to valdate things, at least do it correctly. | pgoyette |
| 2010-02-15 | For symmetry, allow warning and critical upper-limits for capacity | pgoyette |
| 2010-02-14 | Replace large amount of replicated code with a macro to improve readability. | pgoyette |
| 2010-02-14 | Remove the flags member of the limits structure. Its value was only | pgoyette |
| 2010-02-14 | Correct one more instance of checking flags in the wrong place. | pgoyette |
| 2010-02-13 | When checking current sensor value vs limits, check the correct set of | pgoyette |
| 2010-02-05 | Fix a typo in one DPRINTF (s/edata->des/edata->desc/). | jruoho |
| 2010-02-05 | One more callback of sme_refresh() routine needs to check first that | pgoyette |
| 2010-02-04 | If the AC adapter is flagged with SME_DISABLE_REFRESH, don't try to call | pgoyette |
| 2010-01-31 | Fix an outdated comment, noticed by Paul Goyette. | martin |
| 2010-01-31 | Add a convenience function to find the maximum value currently reported | martin |
| 2010-01-31 | print newline after timer expiry message | pooka |
| 2010-01-30 | Make swwdog use no-needs-count. As the manpage says, there can be only one. | pooka |
| 2010-01-30 | Validate limit-based monitoring in one place, so we can apply the | pgoyette |
| 2010-01-26 | Move the limits out of the event structure and into the main sensor. | pgoyette |
| 2010-01-18 | If no limits are exceeded, make sure we set state to SVALID | pgoyette |
| 2010-01-02 | Flags for existence of limit values need to be propagated to the | pgoyette |
| 2010-01-01 | Don't infer a sensor driver's ability to handle limit checking itself. | pgoyette |
| 2009-12-23 | Check for value exceeding crit-max limit before checking against warn-max | pgoyette |
| 2009-11-06 | Fix POWER_IOC_GET_TYPE. | jakllsch |
| 2009-07-10 | Document usage of PROP_DRIVER_LIMITS flag and set it correctly. | pgoyette |
| 2009-07-10 | Remove some code (bracketed by #ifdef NOTYET / #endif) that should not | pgoyette |
| 2009-07-08 | Remove driver name from debug message. Not all drivers have set this | pgoyette |
| 2009-07-08 | Initialize lims.sel_flags before using it. Prevents spurious limit | pgoyette |
| 2009-07-08 | Clean up a couple of debug statements that got missed previously. | pgoyette |
| 2009-06-14 | Ooops - {get,set}_limits() need to be sensor-specific. Pass an extra | pgoyette |
| 2009-06-13 | Add capability to send sensor limit values to the driver so they can | pgoyette |
| 2009-06-08 | Correct typo in last so we can #undef the correct macro. | pgoyette |
| 2009-06-08 | General clean-up and some restructuring of event handling. This is a | pgoyette |
| 2009-06-03 | Don't allocate the private list-threading structure unless we're going | pgoyette |