| Age | Commit message (Expand) | Author |
| 2013-09-15 | Remove unused variable | martin |
| 2013-01-23 | Fix spelling, grammar, typos. | mbalmer |
| 2012-12-14 | Constify | pgoyette |
| 2012-12-14 | The sensor limit values were moved out of the event structure and into the | pgoyette |
| 2012-12-11 | Replace a couple of many-line #define with equivalent code loops. | pgoyette |
| 2012-11-29 | Remove trailing white space(s) from name of random source. | msaitoh |
| 2012-10-31 | in sme_battery_check(): | macallan |
| 2012-09-06 | opt_envsys.h needs #ifdef _KERNEL_OPT | macallan |
| 2012-09-06 | Remove (commented-out) definitions for debugging - thanks to macallan@ | pgoyette |
| 2012-09-06 | defflag debug #defines | macallan |
| 2012-08-27 | 1. Enable use of FMONSTCHANGED events for INDICATOR sensors | pgoyette |
| 2012-08-27 | Add hw.swsensor.state variable for additional control capability. | 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-19 | If previously there was only a dummy event entry (to force refresh for | pgoyette |
| 2012-07-18 | Release the mutex before taking a quick exit. | 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 |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-08-01 | According to the Oxford Dictionary of Etymology, a wether is a male sheep | mbalmer |
| 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 |