summaryrefslogtreecommitdiff
path: root/cleopatre/application/fw_wd/fwwatchd
AgeCommit message (Collapse)Author
2012-05-03cleo/app/fw_wd: identify resets due to firmware watchdog, refs #3051Yacine Belkadi
When the firmware watchdog complains, fw_wd may be configured to reboot. The problem is that "/proc/reset_cause" will say it was due to software reset. So there is no distinction between 1) a soft reset and 2) a soft reset due to the complain of the firmware watchdog. With this commit, fw_wd informs that the real reason for the reset is the firmware watchdog.
2011-12-20cleo/app/fw_wd: use temporary file when dumping, move when finishedNicolas Schodet
This avoids that a script copy a partial trace dump.
2011-12-20cleo/app/fw_wd: trap SIGTERM to kill the child fw_wdNicolas Schodet
2011-12-20cleo/app/fw_wd: refactor fwwatchd code, add testsNicolas Schodet
2011-12-20cleo/app/fw_wd: split fwwatchd into init script and daemonNicolas Schodet