summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/sysmon.c
AgeCommit message (Expand)Author
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2021-12-31sysmon: Delete trailing whitespace. No functional change intended.riastradh
2019-08-26Module class of sysmon_envsys, sysmon_wdog and sysmon_power isnakayama
2019-04-26Set the "required modules" to NULL, not to an empty string.pgoyette
2015-05-05Optimize a bit - don't re-enter the mutex if we're just going to exit.pgoyette
2015-05-05If module_autoload() returns an error, just return that value insteadpgoyette
2015-05-04If autoload of the subcomponent module fails, don't try to call itspgoyette
2015-04-29At suggestion from riastradh@ ...pgoyette
2015-04-25Correctly check return status when registering with pmfpgoyette
2015-04-25Fix typo - thanks, riz@pgoyette
2015-04-25Register the sysmon pseudo-device with power management framework so wepgoyette
2015-04-24With new (corrected) configuration declarations file, the cdevsw ispgoyette
2015-04-23Modularize sysmon and its componentspgoyette
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2008-03-03Pass D_MPSAFE to d_flag in the cdevsw struct, so that the kernel_lockxtraeme
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-03-04Kill 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-03add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-13add RCSIDslukem
2000-11-05Split the envsys and watchdog parts of sysmon into their ownthorpej
2000-11-04Add a watchog timer framework to the system monitor.thorpej
2000-06-28Fix a couple of brain-o's in error cases, and use PCATCH forthorpej
2000-06-24Add a clearing-house pseudo-device for system monitoring devicesthorpej