| Age | Commit message (Expand) | Author |
| 2021-12-31 | sysmon(9): Fix callout/thread synchronization. | riastradh |
| 2021-12-31 | sysmon: Delete trailing whitespace. No functional change intended. | riastradh |
| 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 |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2015-10-15 | As proposed in | bouyer |
| 2015-06-23 | Separate the two conditions for the KASSERT, so we can tell which | pgoyette |
| 2015-06-23 | Fix the KASSERT - we want to make sure that _both_ pointers are non-NULL, | pgoyette |
| 2015-04-18 | use unsigned type for flag bits. | mlelstv |
| 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-11-22 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-11-22 | Kill sme_callout_mtx and use sme_mtx instead | ozaki-r |
| 2013-09-15 | Remove unused variable | martin |
| 2013-01-23 | Fix spelling, grammar, typos. | mbalmer |
| 2012-12-14 | Constify | pgoyette |
| 2012-12-11 | Replace a couple of many-line #define with equivalent code loops. | pgoyette |
| 2012-10-31 | in sme_battery_check(): | macallan |
| 2012-09-06 | Remove (commented-out) definitions for debugging - thanks to macallan@ | pgoyette |
| 2012-08-27 | 1. Enable use of FMONSTCHANGED events for INDICATOR sensors | 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 |
| 2011-06-08 | Restrict limit monitoring for Indicator sensors as well as for | pgoyette |
| 2010-12-30 | When the user updates the sensor device's refresh timer, reset the | pgoyette |
| 2010-12-15 | Extract searching of description tables into a single function, rather | 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-09-22 | 1. Don't try to call the driver's get_limits routine if it doesn't have | pgoyette |
| 2010-04-10 | When removing sensor properties with envstat -S, ensure that drivers | pgoyette |
| 2010-04-01 | Permit creation of an event-monitor for alarm limits even if the limits | 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-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-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-04 | If the AC adapter is flagged with SME_DISABLE_REFRESH, don't try to call | pgoyette |
| 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 |