*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: swwdog | Section: 4 | Source: NetBSD | File: swwdog.4
SWWDOG(4) FreeBSD Kernel Interfaces Manual SWWDOG(4) NAME swwdog - software watchdog timer SYNOPSIS pseudo-device swwdog DESCRIPTION The swwdog driver provides a software watchdog timer that works with wdogctl(8). If the timer expires, the system reboots if the boolean variable swwdog_reboot is true; otherwise, the system will panic. swwdog_reboot is accessible as the sysctl(8) variable hw.swwdog.reboot and defaults to false. The default period of swwdog is 60 seconds. As with other watchdog timers, the swwdog driver prevents a system from suspending when the watchdog is armed. SEE ALSO sysctl(8), wdogctl(8) HISTORY The swwdog driver was written by Steven M. Bellovin. BUGS Only one watchdog timer can be active at any given time. (Arguably, this is a bug in the watchdog timer framework.) Therefore, only a single instance of the swwdog device can be created. Kernel tickle mode is useless with swwdog and arguably should be rejected, since both it and this driver rely on the same callout mechanism; if one is blocked, almost certainly the other is as well. The alarm option to wdogctl(8) isn't implemented. FreeBSD 14.1-RELEASE-p8 June 8, 2011 FreeBSD 14.1-RELEASE-p8

Navigation Options