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:
b5d5245
)
test commit
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 8 May 2009 16:22:52 +0000
(18:22 +0200)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 8 May 2009 16:22:52 +0000
(18:22 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index d6a60d1dd2bcf41a183945408a01296f3d8d3c1e..52b6bd0baf0dd0ca2588d30683109cfcbb688e5f 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-251,7
+251,6
@@
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);