| Age | Commit message (Expand) | Author |
| 2011-07-22 | Ensure events come off the list in the same order they went on. | jakllsch |
| 2011-06-19 | Use {...} to prevent premature exit from initialization function - this | pgoyette |
| 2011-06-19 | Instead of crashing, print a usable error message when a driver eroneously | martin |
| 2011-06-19 | Pass table_id to sme_find_table(). | nonaka |
| 2011-06-19 | fix typo. | nonaka |
| 2011-06-19 | simplify and don't deref NULL. | christos |
| 2011-06-19 | Use correct routine to retrieve string value from prop-dictionary | pgoyette |
| 2011-06-19 | Rather than requiring the user to know the internal encoding of sensor | pgoyette |
| 2011-06-19 | Add routine to lookup description tables by description instead of by | pgoyette |
| 2011-06-15 | Previous fix broke the setting of current value for Indicator and | pgoyette |
| 2011-06-08 | Factor out some duplicated code to simplify maintenance. Reduces | pgoyette |
| 2011-06-08 | Restrict limit monitoring for Indicator sensors as well as for | pgoyette |
| 2011-06-04 | Remove ability to the value_avg since it no longer exists | pgoyette |
| 2011-06-04 | Since nothing actually records or maintains an average sensor value, | pgoyette |
| 2011-06-04 | Enable creation of value_{max,min,avg} entries via the proplist, as well | pgoyette |
| 2011-01-04 | add support for autostarting watchdogs (wdog was started by firmware | matt |
| 2010-12-30 | When the user updates the sensor device's refresh timer, reset the | pgoyette |
| 2010-12-17 | use aprint | pooka |
| 2010-12-16 | Be sure to always initialize props variable to a sensible value. | njoly |
| 2010-12-16 | Also allow specification of sensor's initial value when it is loaded, | pgoyette |
| 2010-12-15 | Extract searching of description tables into a single function, rather | pgoyette |
| 2010-12-11 | Handle removal of limit properties correctly, even for sensors that | pgoyette |
| 2010-12-11 | Enhance the swsensor(4) pseudo-device's capabilities to emulate more | pgoyette |
| 2010-12-08 | When removing properties (as in envstat -S), clear the flags that track | pgoyette |
| 2010-12-06 | Make this compile when "options ENVSYS_OBJECTS_DEBUG" is defined. | pgoyette |
| 2010-11-11 | Apparently swwdog reboot hasn't worked in several years since it | pooka |
| 2010-10-23 | Revert 1.2 apart from incorrect comment. the devattach() routine | pooka |
| 2010-10-20 | Set sensor state to valid upon refresh to make things generally work. | pooka |
| 2010-10-20 | remove unused routine (per comment) | pooka |
| 2010-10-19 | Add a new software-only sensor device. This is intended for use as a | pgoyette |
| 2010-09-22 | 1. Don't try to call the driver's get_limits routine if it doesn't have | pgoyette |
| 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 |