summaryrefslogtreecommitdiffstats
path: root/watchdog.c
AgeCommit message (Collapse)Author
2014-06-11add upgraded support for nand flashingJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-11-15debloat and reorganize codeJohn Crispin
split app into procd and init binaries remove log support, this is an external service now Signed-off-by: John Crispin <blogic@openwrt.org>
2013-07-14the cloexec logic of the watchdog was brokenJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-07-11fix wdt cloexec bugJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-07-11fix up watchdog init codeJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-04-07watchdog: add support for starting/stopping watchdog refreshFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-16get rid of perror() calls, use ERROR() insteadFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-13add watchdog supportJohn Crispin