K 10 svn:author V 6 alfred K 8 svn:date V 27 2013-01-23T02:29:05.598616Z K 7 svn:log V 361 Implement part of Linux's watchdog API. ioctls added: WDIOC_GETTIMELEFT - seconds until watchdog goes off WDIOC_SETTIMEOUT - set the timeout (nearly the same as WDIOCPATPAT) WDIOC_GETTIMEOUT - get the timeout/interval This will allow us to craft a utility to bark when the timeout is about to expire and otherwise gather information about pending watchdogs. END