| Age | Commit message (Expand) | Author |
| 2020-06-07 | Pull up following revision(s) (requested by riastradh in ticket #946): | martin |
| 2019-03-26 | in sysmon_envsys_unregister(): loop over sme_sensors_list with TAILQ_FIRST | bad |
| 2018-05-26 | Avoid dereferencing NULL if we attempt to look up an known unit type. | thorpej |
| 2018-05-05 | Defend against some table-lookup-not-found errors. | pgoyette |
| 2017-09-11 | Improve tracking of the state of an event's callout, and protect all | pgoyette |
| 2017-09-06 | Fixes a problem that some driver(e.g. acpitz(4) or coretemp(5)) which | msaitoh |
| 2015-12-14 | sysmon's components need to be MODULE_CLASS_DRIVER so they will get | pgoyette |
| 2015-12-13 | Note the sensor number in the error output. Useful for drivers adding | jdc |
| 2015-04-25 | Handle early initialization requirements - thanks martin@ and others | pgoyette |
| 2015-04-25 | make things boot again, from martin. | christos |
| 2015-04-25 | Use tabs for indentation. | pgoyette |
| 2015-04-25 | Release the mutex in the error path. | pgoyette |
| 2015-04-24 | The sysmon_envsys module also depends on sysmon_power (for delivery of | pgoyette |
| 2015-04-24 | Remove a left-over debugging printf() | pgoyette |
| 2015-04-23 | Modularize sysmon and its components | pgoyette |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-03-14 | Add a counter of busy events and stop enqueueing more work if a device is busy. | hannken |
| 2014-11-23 | Pull workqueue_destroy out of sme->sme_mtx | ozaki-r |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2012-11-29 | Remove trailing white space(s) from name of random source. | msaitoh |
| 2012-09-06 | Remove (commented-out) definitions for debugging - thanks to macallan@ | pgoyette |
| 2012-08-27 | Fix indentation. No code change. | pgoyette |
| 2012-08-27 | Simplify some logic - no functional change intended. | pgoyette |
| 2012-07-19 | Make sure to re-add the sensor as an entropy source after user request | pgoyette |
| 2012-07-16 | Extend previous changes so that even sensors which don't use a refresh() | pgoyette |
| 2012-07-15 | If a sensor is flagged as capable of providing rnd(4) with entropy, | pgoyette |
| 2012-07-15 | When unregistering a sensor device, make sure we unregister and delete | pgoyette |
| 2012-02-18 | Don't export sysmon_envsys_list as a common. | matt |
| 2011-08-01 | According to the Oxford Dictionary of Etymology, a wether is a male sheep | mbalmer |
| 2011-06-19 | Instead of crashing, print a usable error message when a driver eroneously | martin |
| 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-04 | Since nothing actually records or maintains an average sensor value, | pgoyette |
| 2010-12-30 | When the user updates the sensor device's refresh timer, reset the | pgoyette |
| 2010-12-16 | Be sure to always initialize props variable to a sensible value. | njoly |
| 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-08 | When removing properties (as in envstat -S), clear the flags that track | 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 | Do the initial refresh before creating the event monitors, in case the | pgoyette |
| 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 |