projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8606aba
)
Revert "test commit"
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 8 May 2009 16:19:58 +0000
(18:19 +0200)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 8 May 2009 16:19:58 +0000
(18:19 +0200)
This reverts commit
8606aba04b9f6b82820e739f9781dfc85ae4853a
.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 52b6bd0baf0dd0ca2588d30683109cfcbb688e5f..d6a60d1dd2bcf41a183945408a01296f3d8d3c1e 100644
(file)
--- 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);