summaryrefslogtreecommitdiff
path: root/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Add an info message if the watchdog reset the systemMartin Blumenstingl2021-07-251-0/+31
* watchdog: improve seting watchdog timeout and frequencyHans Dedecker2018-11-081-10/+16
* procd: increase watchdog fd_buf storage size to fix gcc8 build errorFelix Fietkau2018-07-051-1/+2
* procd: Replace strerror(errno) with %m.Rosen Penev2018-01-021-3/+3
* watchdog: add support for starting/stopping kernel watchdogHans Dedecker2017-06-221-18/+58
* upgraded: link dynamically, chroot during execMatthias Schiffer2017-05-291-2/+7
* only write to the watchdog if the fd is validJohn Crispin2014-12-141-1/+1
* kmodloader takes longer than wdt timeoutJohn Crispin2014-11-051-1/+6
* add upgraded support for nand flashingJohn Crispin2014-06-101-0/+9
* debloat and reorganize codeJohn Crispin2013-11-151-5/+5
* the cloexec logic of the watchdog was brokenJohn Crispin2013-07-141-4/+8
* fix wdt cloexec bugJohn Crispin2013-07-111-1/+3
* fix up watchdog init codeJohn Crispin2013-07-111-4/+3
* watchdog: add support for starting/stopping watchdog refreshFelix Fietkau2013-04-071-0/+13
* get rid of perror() calls, use ERROR() insteadFelix Fietkau2013-03-161-1/+1
* add watchdog supportJohn Crispin2013-03-131-0/+103