summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2005-01-12apply an "& WDOG_MODE_MASK" so that user mode watchdogs started with "-A"drochner
2005-01-09Add a software watchdog timer facility. Because this slightlysmb
2004-05-22According to acpi_acad.c and powerd(8), PRESSED event for AC adapter devicecube
2004-05-03Add AC adapter event type.kochi
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-09-06Rename the thread command name so that it fits on top's display.christos
2003-08-11do wakeup() only when someone is waiting for us.yamt
2003-08-11introduce SME_FLAG_BUSY and set it during operationsyamt
2003-07-14add missing __KERNEL_RCSID()lukem
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-05-19Fix a locking problem, which closes kern/21607.kochi
2003-05-11Fix format / number of argument mismatch for a printf.fvdl
2003-04-20Add a "reset button" type.thorpej
2003-04-20Generic "task queue" for sysmon back-ends. This provides a threadthorpej
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2003-04-17Start at a power management framework for sysmon. Right now we justthorpej
2003-04-10Group things in this file a bit more logically.thorpej
2002-12-31Nothing cares about NSYSMON anymore; delete it.thorpej
2002-12-31add envsys support to acpi A/C adapter and batteries. This is still a workexplorer
2002-12-30remove redundant definesexplorer
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-06Correct possible return of uninitialized error variable.kristerw
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-31Fix WDOGIOC_GTICKLER for userland ticklers.simonb
2002-04-16Move sysmon configuration definitions to dev/sysmon/files.sysmon.thorpej
2002-01-03The device close routine is called when _last_ descriptor to thejdolecek
2001-11-13add RCSIDslukem
2001-01-30Make sure to clear sysmon_armed_wdog once the watchdog timerthorpej
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