| Age | Commit message (Expand) | Author |
| 2017-09-11 | Improve tracking of the state of an event's callout, and protect all | pgoyette |
| 2015-04-23 | Modularize sysmon and its components | pgoyette |
| 2015-04-18 | use unsigned type for flag bits. | mlelstv |
| 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-22 | Kill sme_callout_mtx and use sme_mtx instead | ozaki-r |
| 2012-12-11 | Replace a couple of many-line #define with equivalent code loops. | 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 |
| 2011-06-04 | Since nothing actually records or maintains an average sensor value, | pgoyette |
| 2011-01-04 | add support for autostarting watchdogs (wdog was started by firmware | matt |
| 2010-04-11 | Use a typedef to define the prototype of the per-sensor callback. | 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 | Add a routine to iterate over all the sensors on the system. This will | pgoyette |
| 2010-03-19 | Modify previous commit. The routine to deliver events is intended to be | pgoyette |
| 2010-03-14 | Retire the 'monitor' member of the envsys_data_t. It was only used in | pgoyette |
| 2010-02-28 | Move definitions of internal data structures and flag bits to avoid | pgoyette |
| 2010-02-14 | Remove the flags member of the limits structure. Its value was only | pgoyette |
| 2010-01-31 | Add a convenience function to find the maximum value currently reported | martin |
| 2009-06-14 | Ooops - {get,set}_limits() need to be sensor-specific. Pass an extra | pgoyette |
| 2009-06-13 | Add capability to send sensor limit values to the driver so they can | pgoyette |
| 2008-06-03 | Add SME_POLL_ONLY flag, which informs sme to only refresh the sensor when | jmcneill |
| 2008-04-04 | Update includes. Builds again on sparc64. | hannken |
| 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 |
| 2007-12-16 | In sysmon_wdog_unregister(), do not return until all of the watchdog | dyoung |
| 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 | Remove sysmon_envsys_find() proto, it's defined on sysmon_envsysvar.h. | xtraeme |
| 2007-10-10 | Fix the problems described in: | xtraeme |
| 2007-09-08 | - Build unconditionally compatibility code, there's no point to have it | xtraeme |
| 2007-09-02 | Convert the sysmon watchdog framework to use mutex(9) rather than | xtraeme |
| 2007-08-30 | More misc changes for sysmon_envsys(9): | xtraeme |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |
| 2007-05-08 | Remove duplicate sysmonioctl_envsys() prototype. | xtraeme |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-07-08 | expose the ioctl internal function now used by the acpi_apm code. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-08-11 | do wakeup() only when someone is waiting for us. | yamt |
| 2003-08-11 | introduce SME_FLAG_BUSY and set it during operations | yamt |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-18 | * Add a generic power management event API, defined in <sys/power.h>. | thorpej |
| 2003-04-17 | Start at a power management framework for sysmon. Right now we just | thorpej |
| 2003-04-10 | Group things in this file a bit more logically. | thorpej |
| 2000-11-05 | Split the envsys and watchdog parts of sysmon into their own | thorpej |
| 2000-11-04 | Add a watchog timer framework to the system monitor. | thorpej |
| 2000-06-24 | Add a clearing-house pseudo-device for system monitoring devices | thorpej |