| Age | Commit message (Expand) | Author |
| 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 |
| 2009-06-01 | Since we no longer have individual events for each sensor value limit, | pgoyette |
| 2009-04-07 | Fix spelling: mak -> make. | dyoung |
| 2008-11-11 | Fix typo in previous, and wrap a panic with #ifdef DIAGNOSTIC | pgoyette |
| 2008-11-11 | Initialize event's "previous sent state" based on the event monitor type, | pgoyette |
| 2008-11-04 | Fix cut&paste error in prev | pgoyette |
| 2008-11-04 | Restore previous behavior concerning CRITICAL events. Send an event | pgoyette |
| 2008-09-07 | Only report new sensor state values if the new value is valid for the | pgoyette |
| 2008-09-05 | Rearrange code in the sysmon queue execution thread to simplify locking logic. | gmcgarry |
| 2008-09-05 | Rearrange sysmonread_power() to have a single exit point, which simplifies | gmcgarry |
| 2008-09-04 | Initialize event's sent-state appropriately to avoid unnecessary start-up | pgoyette |
| 2008-08-22 | 1. provide for warning-min and warning-max alarm levels in addition to | pgoyette |
| 2008-06-11 | in sme_battery_check(), explicitely check whether the battery is | drochner |
| 2008-06-03 | Add SME_POLL_ONLY flag, which informs sme to only refresh the sensor when | jmcneill |
| 2008-05-10 | Use aprint when reporting AC adapter status. | jmcneill |
| 2008-04-06 | Pass KTHREAD_MPSAFE to kthread_create(). I've been testing this for | xtraeme |