From e47c1c50cd3d77375f62c903ab3fe71c8a1c5b98 Mon Sep 17 00:00:00 2001
From: nigel <>
Date: Wed, 4 Jan 2006 06:14:26 +0000
Subject: [PATCH] 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 ..."
---
BasiliskII/src/MacOSX/ToDo.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/BasiliskII/src/MacOSX/ToDo.html b/BasiliskII/src/MacOSX/ToDo.html
index 7a5111ed..767f7ea1 100644
--- a/BasiliskII/src/MacOSX/ToDo.html
+++ b/BasiliskII/src/MacOSX/ToDo.html
@@ -15,9 +15,6 @@ Bugs:
Status of 'dd' command is not always correct. (If it runs out of space,
an error about file not found is printed?)
The Snapshot function is currently broken.
-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.
Untested:
@@ -52,4 +49,7 @@ Possible Enhancements:
- Use internal windows to display Help doco?
- Provide feedback during external commands (e.g. ejecting a CD or
creating a disk volume)
+
- 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