summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2004-05-01 19:29:17 +0000
committerDavid Zeuthen <david@fubar.dk>2004-05-01 19:29:17 +0000
commit4941f75fb443c724922e8f0c1e4e709405a486af (patch)
treef1e31f79b273e9e3cdd6114f7b62b67d9891e985 /doc/TODO
parent576e3d9e584d69725cb5e6029b9d4f3572824778 (diff)
create /etc/hal/property.d
s/msdos/vfat/ if applicable include stdio.h, stdlib.h since DIE macro uses this removed a TODO-note :-) removed (handle_sigchld): new function (iochn_data): new function (process_callouts): install signal handler and setup GIOChannel stuff; don't install timeout for waiting for child removed removed
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 6e93cdbe..f812d9fe 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -54,10 +54,6 @@ entries if you get an idea or implement one of these.
dialog with the .fdi file is unsigned. Probably needs discussion on the
mailling list.
- - Callouts should listen for SIGCHLD and send a byte over a pipe which
- is watched with a GIOChannel instead of using a 250ms timeout like
- we do now.
-
- Callouts are currently called in order, so if a callout hangs then
no others will be called. There should be a timeout which kills the
callout after a certain period of time. (5 seconds? 10? 15?)