| Age | Commit message (Expand) | Author |
| 2010-03-14 | Retire the 'monitor' member of the envsys_data_t. It was only used in | pgoyette |
| 2010-02-15 | For symmetry, allow warning and critical upper-limits for capacity | pgoyette |
| 2010-02-14 | Remove the flags member of the limits structure. Its value was only | pgoyette |
| 2010-02-05 | One more callback of sme_refresh() routine needs to check first that | 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-30 | Validate limit-based monitoring in one place, so we can apply the | 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-06-13 | Add capability to send sensor limit values to the driver so they can | 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 |
| 2008-08-22 | 1. provide for warning-min and warning-max alarm levels in addition to | pgoyette |
| 2008-06-03 | Add SME_POLL_ONLY flag, which informs sme to only refresh the sensor when | jmcneill |
| 2008-04-02 | Initialize and destroy the callout in sme_events_init() and | xtraeme |
| 2008-04-01 | Introduce per-device locking/synchronization and maintain only a | xtraeme |
| 2008-03-23 | Fix some problems reported by <drochner> a while ago on tech-kern: | xtraeme |
| 2008-02-02 | Destroy the callout via sysmon_envsys_destroy() now that it's | xtraeme |
| 2008-01-02 | - Initialize the callout with CALLOUT_MPSAFE, like it was done before | xtraeme |
| 2008-01-02 | In sysmon_envsys_create(), initialize the callout structure. Stops | dyoung |
| 2008-01-02 | Use LIST_FOREACH(). | dyoung |
| 2008-01-02 | Use TAILQ_FOREACH(). | dyoung |
| 2007-12-05 | MUTEX_SPIN -> MUTEX_DEFAULT. | ad |
| 2007-11-20 | Update a comment. | xtraeme |
| 2007-11-20 | After comments from Andrew Doran: | xtraeme |
| 2007-11-16 | Extend the envsys2 API (one more time, sorry) as defined in: | xtraeme |
| 2007-11-03 | - Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and | xtraeme |
| 2007-11-02 | do not embed acpi device names in the sensor names | plunky |
| 2007-10-07 | New changes to support the new configuration file format for | xtraeme |
| 2007-09-24 | sme_add_sensor_dictionary: don't forget to release the dictionary when | xtraeme |
| 2007-09-09 | Change the DPRINTFs in sysmon_envsys_destroy_plist() to DPRINTFOBJs | xtraeme |
| 2007-09-08 | sysmon_envsys_register: don't forget to clear SME_FLAG_BUSY when | xtraeme |
| 2007-09-08 | Use DPRINTF for a debugging printf. | xtraeme |
| 2007-09-08 | Remove an unused variable. | xtraeme |
| 2007-09-08 | Fix another memleak that only happened when using | xtraeme |
| 2007-09-08 | Don't forget to free sme_evdrv in non error case too. Noticed and | xtraeme |
| 2007-09-08 | Use only one single condvar(9) for devices and events, they are protected | xtraeme |
| 2007-09-08 | Disable debug, committed accidentally in previous. | xtraeme |
| 2007-09-08 | sysmon_envsys_register: only call sme_event_unregister_all when any | xtraeme |
| 2007-09-08 | - Use only one global mutex for all tasks with devices & events. | xtraeme |
| 2007-09-08 | Remove another COMPAT_40 block, found by rmind@. | xtraeme |
| 2007-09-08 | - Build unconditionally compatibility code, there's no point to have it | xtraeme |
| 2007-09-04 | - Remove ENVSYS_GSTRING and the genstr member from envsys_data_t. | xtraeme |
| 2007-09-02 | Add a new sensor type to sysmon_envsys(9): ENVSYS_GSTRING. | xtraeme |
| 2007-09-01 | - Fix a memleak in ENVSYS_SETDICTIONARY if there wasn't any error | xtraeme |
| 2007-08-31 | - sme_unregister_all: there's no need to use a struct sysmon_envsys as | xtraeme |
| 2007-08-31 | Merge sme_event_add() into sme_event_register()... there's no need | xtraeme |
| 2007-08-31 | Add a few KASSERT(mutex_owned(&foo_lock)) as suggested by Andrew Doran. | xtraeme |
| 2007-08-30 | More misc changes for sysmon_envsys(9): | xtraeme |
| 2007-08-30 | Simplify sysmon_envsys_register() and fix an obvious error in | xtraeme |