This commit is contained in:
dcp1990 2005-06-26 03:29:20 +00:00
parent 1e5a2e6cb7
commit 0c43e1d24f

3
TODO
View File

@ -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 TODO
For phoned: For phoned:
*Handle conditions (write the glue) - Halfway done. *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). *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. 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. Fix this for good.
*uu_unlock() doesn't seem to be removing the modem lock file. Why?