Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys Couple more done.



details:   https://anonhg.NetBSD.org/src/rev/4524e478df9e
branches:  nathanw_sa
changeset: 506161:4524e478df9e
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Wed Aug 14 19:54:52 2002 +0000

description:
Couple more done.

diffstat:

 sys/sa-TODO |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r a3717cd0f29f -r 4524e478df9e sys/sa-TODO
--- a/sys/sa-TODO       Wed Aug 14 18:48:00 2002 +0000
+++ b/sys/sa-TODO       Wed Aug 14 19:54:52 2002 +0000
@@ -2,8 +2,6 @@
 
 Bugs:
  
-- MD bug: i386 code needs to handle SSE format FP.
-
 - MD bug: i386 npx handling. cpu_getcontext() may call npxsave(), which
   can only be run at spl0, which is a problem. Options
    * Change npxsave to avoid that requirement.
@@ -16,9 +14,6 @@
 - Implement better management of the lwp cache for a sa process. High-water 
   mark needed, at the very least.
 
-- Prevent multiple PREEMPTED upcalls from being delivered before a
-  process ever returns to userspace.
-
 Wishlist:
 
 - exit1() is too fragile. A cleaner solution to the LWPWAIT_EXITCONTROL



Home | Main Index | Thread Index | Old Index