| Age | Commit message (Expand) | Author |
| 2022-05-20 | s/appropiate/appropriate/ in comments and readme file. | andvar |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2021-12-31 | sysmon(9): Document lock order. | riastradh |
| 2021-12-31 | sysmon(9): Fix callout/thread synchronization. | riastradh |
| 2021-12-31 | sysmon(9): Fix mistake in sysmon_task_queue_barrier. | riastradh |
| 2021-12-31 | sysmon(9): New sysmon_task_queue_barrier(pri) function. | riastradh |
| 2021-12-31 | sysmon: Delete trailing whitespace. No functional change intended. | riastradh |
| 2021-09-26 | - Call selnotify() with sysmon_power_event_queue_mtx held, passing the | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-07 | s/aquire/acquire/ in comments, also one typo fix acqure->acquire. | andvar |
| 2020-12-18 | Use sel{remove,record}_knote(). | thorpej |
| 2020-10-30 | fix indentation | christos |
| 2020-06-11 | Update for proplib(3) API changes. | thorpej |
| 2020-06-08 | Update for proplib(3) API changes. | thorpej |
| 2020-06-01 | Don't queue sysmon refresh until the rndsource is attached. | riastradh |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2019-08-26 | Module class of sysmon_envsys, sysmon_wdog and sysmon_power is | nakayama |
| 2019-08-20 | Fix info leak, not all of 'pev' is initialized. | maxv |
| 2019-04-26 | Set the "required modules" to NULL, not to an empty string. | pgoyette |
| 2019-03-27 | Don't create the driver's workqueue twice! | pgoyette |
| 2019-03-26 | in sysmon_envsys_unregister(): loop over sme_sensors_list with TAILQ_FIRST | bad |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-05-27 | Add support for light sensors that report Illuminance in lux. | thorpej |
| 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 |
| 2018-02-08 | Typos. | dholland |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 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-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-10-15 | As proposed in | bouyer |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 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-06-05 | Move callout_init to wdog_preinit | matt |
| 2015-05-12 | Finish work started in previous commit. Ensure that initialization | pgoyette |
| 2015-05-12 | Don't manipulate the autoconfig databases for built-in module. | pgoyette |
| 2015-05-05 | Optimize a bit - don't re-enter the mutex if we're just going to exit. | pgoyette |
| 2015-05-05 | If module_autoload() returns an error, just return that value instead | pgoyette |
| 2015-05-04 | If autoload of the subcomponent module fails, don't try to call its | pgoyette |
| 2015-04-29 | At suggestion from riastradh@ ... | pgoyette |
| 2015-04-28 | sysmon_task_queue_sched needs to RUN_ONCE(tq_preinit) as well, it can | martin |
| 2015-04-27 | Replace a home-grown run-once implementation with the real RUN_ONCE() | pgoyette |
| 2015-04-25 | Remove another debug printf() that snuck in. | pgoyette |
| 2015-04-25 | Handle early initialization requirements - thanks martin@ and others | pgoyette |
| 2015-04-25 | Correctly check return status when registering with pmf | pgoyette |