There is now a fix (er, hack) for the ethernet thread exit problem,

so move it from bugs to "wouldn't it be nice if ..."
This commit is contained in:
nigel 2006-01-04 06:14:26 +00:00
parent 4b000e4dad
commit e47c1c50cd

View File

@ -15,9 +15,6 @@ Bugs:
<LI>Status of 'dd' command is not always correct. (If it runs out of space,
an error about file not found is printed?)</LI>
<LI>The Snapshot function is currently broken.</LI>
<LI>The EtherNet thread doesn't seem to terminate, which means that the
emulation doesn't shutdown cleanly. Not sure if this is just a
10.3 thing, or if it is something about my NSThread classes.</LI>
</UL>
Untested:
<UL>
@ -52,4 +49,7 @@ Possible Enhancements:
<LI>Use internal windows to display Help doco?</LI>
<LI>Provide feedback during external commands (<I>e.g.</I> ejecting a CD or
creating a disk volume)
<LI>Implement a better fix for ether_unix.cpp's EtherNet thread not terminating.
Not sure if this is just a 10.3 thing,
or if it is something about my NSThread classes</LI>
</UL>