summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72cbb66..c209a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-05-24 Mark Kettenis <kettenis@gnu.org>
+
+ * i386/i386/fpu.c (fp_free): Clear task switch flag before calling
+ fwait.
+ (fpu_get_state): Only save FPU state info if the live FPU state
+ belongs to our target, i.e. if THREAD is the current thread.
+ (fp_load): Print warning if we try to load an invalid FPU state,
+ and reset the FPU to some sane state instead.
+
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* kern/task.c (task_info): Allow count for TASK_BASIC_INFO to be less