diff --git a/TODO b/TODO index 752e264..c3479a4 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Amigan: phoned/TODO,v 1.3 2005/06/23 22:06:57 dcp1990 Exp $ +$Amigan: phoned/TODO,v 1.4 2005/06/26 03:29:20 dcp1990 Exp $ TODO For phoned: *Handle conditions (write the glue) - Halfway done. @@ -23,3 +23,4 @@ OUTSTANDING BUGS: *Certain race conditions (i.e. closing a socket during a blocking I/O call inside sendwr()) will leave mutexes open and the user logged in (or the servicing thread running entirely). This needs to be fixed, either by detecting the system call interrupt or other means. Hopefully the IO call will exit in time, but we cannot hope for all things. Fix this for good. +*uu_unlock() doesn't seem to be removing the modem lock file. Why?