Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-21 | Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto is | Marc Balmer | |
set to 0, the watchdog will not be retriggered by the kernel *and* it will not be disabled at system shutdown time (before it got disabled at system shutdown time.) ok markus mickey mk | |||
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen | |
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | |||
2006-07-12 | Small KNF. | Michael Knudsen | |
2006-04-19 | wdog_init is only called from wdog_register, so fold them in together. | David Gwynne | |
from mk. ok markus@ | |||
2006-04-18 | set the params that govern watchdog behaviour back to defaults when the | David Gwynne | |
wdog is shut down. from mk. ok markus@ | |||
2005-11-28 | ansi/deregister. | Jonathan Gray | |
'go for it' deraadt@ | |||
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl | |
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@ |