| Age | Commit message (Expand) | Author |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2021-12-31 | sysmon: Delete trailing whitespace. No functional change intended. | riastradh |
| 2019-08-26 | Module class of sysmon_envsys, sysmon_wdog and sysmon_power is | nakayama |
| 2019-04-26 | Set the "required modules" to NULL, not to an empty string. | 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-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-24 | With new (corrected) configuration declarations file, the cdevsw is | pgoyette |
| 2015-04-23 | Modularize sysmon and its components | pgoyette |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2008-03-03 | Pass D_MPSAFE to d_flag in the cdevsw struct, so that the kernel_lock | xtraeme |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 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 |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2001-11-13 | add RCSIDs | lukem |
| 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-28 | Fix a couple of brain-o's in error cases, and use PCATCH for | thorpej |
| 2000-06-24 | Add a clearing-house pseudo-device for system monitoring devices | thorpej |