Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-05-08 20:19:58 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-05-08 20:19:58 +0400
commitb5d5245f46bf6c8c49d5182cba2ef1c30a5cad79 (patch)
treead687260a0bfb3488b16a96f2fd6a0e13431d2c4 /TODO
parent8606aba04b9f6b82820e739f9781dfc85ae4853a (diff)
Revert "test commit"
This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 52b6bd0ba..d6a60d1dd 100644
--- a/TODO
+++ b/TODO
@@ -251,6 +251,7 @@ FEATURE_CLEAN_UP
For right now, exit() handles it just fine.
+
Minor stuff:
watchdog.c could autodetect the timer duration via:
if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);