| Age | Commit message (Expand) | Author |
| 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 |
| 2015-04-25 | Fix typo - thanks, riz@ | pgoyette |
| 2015-04-25 | Register the sysmon pseudo-device with power management framework so we | 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 | We only need the _cd when we are a module. | christos |
| 2015-04-24 | The sysmon_envsys module also depends on sysmon_power (for delivery of | pgoyette |
| 2015-04-24 | With new (corrected) configuration declarations file, the cdevsw is | pgoyette |
| 2015-04-24 | Update configuration definitions for new sysmon | pgoyette |
| 2015-04-24 | Remove a left-over debugging printf() | pgoyette |
| 2015-04-24 | This really does need to return an error code, so change the | pgoyette |
| 2015-04-24 | It's a function returning void; don't return an error code. | agc |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2015-04-23 | Modularize sysmon and its components | pgoyette |
| 2015-04-18 | Remove some debugging printf()s that were erroneously committed. | pgoyette |
| 2015-04-18 | use unsigned type for flag bits. | mlelstv |
| 2015-04-18 | Update attach/detach routines and provide MODULE interface. | pgoyette |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-04-04 | another missing free dict. | christos |
| 2015-04-04 | don't forget to free the dictionary. | christos |
| 2015-04-04 | Free ped if we can't hand it to the power daemon. | riastradh |
| 2015-03-14 | Add a counter of busy events and stop enqueueing more work if a device is busy. | hannken |
| 2015-01-06 | As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO, | bouyer |
| 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 |
| 2014-11-21 | Explicitly compare to NULL to show clang that the bool conversion is | joerg |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |