summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/swwdog.c
AgeCommit message (Expand)Author
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-03-27Don't create the driver's workqueue twice!pgoyette
2015-05-12Finish work started in previous commit. Ensure that initializationpgoyette
2015-05-12Don't manipulate the autoconfig databases for built-in module.pgoyette
2015-04-24We only need the _cd when we are a module.christos
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-04-18Remove some debugging printf()s that were erroneously committed.pgoyette
2015-04-18Update attach/detach routines and provide MODULE interface.pgoyette
2014-04-13If we pmf_register on attach, we should pmf_deregister on detach.pgoyette
2010-11-11Apparently swwdog reboot hasn't worked in several years since itpooka
2010-08-06* fix logic inversion in swwdog_reboot (and the sysctl).pooka
2010-07-22Convert swwdog(4) from a simple defpseudo device to a defpseudodev sopgoyette
2010-01-31print newline after timer expiry messagepooka
2010-01-30Make swwdog use no-needs-count. As the manpage says, there can be only one.pooka
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-01-29Remove more duplicate headers.hubertf
2006-12-19Handle new gcc properlysmb
2005-12-11merge ktrace-lwp.christos
2005-10-17Spinkle some KNF.simonb
2005-02-27nuke trailing whitespaceperry
2005-01-09Add a software watchdog timer facility. Because this slightlysmb