summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-27 02:50:46 +0000
committerRoland McGrath <roland@gnu.org>2002-05-27 02:50:46 +0000
commite7000d0f05cd339abb8d2caf1cd20a11e2fd2284 (patch)
treeae49e84b684c60462946cdadc5a173c5f0100e89 /libthreads
parent0688136cb230be2c34fa9b51e91fb809ac5be470 (diff)
.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 151c35e3..57def6e6 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,21 @@
+2002-05-26 Roland McGrath <roland@frob.com>
+
+ Changes merged from CMU MK83a version:
+ * cthreads.h, options.h: Various cleanups.
+ * call.c, cthread_data.c, sync.c, mig_support.c, stack.c: Likewise.
+ * i386/cthreads.h, i386/thread.c, i386/lock.s: Likewise.
+ * cthread_internals.h: Add decls for internal functions.
+ (struct cproc): Use vm_offset_t for stack_base and stack_size members.
+ Use natural_t for context member.
+ * cprocs.c: Use prototypes for all defns.
+ * cthreads.c: Likewise.
+ (cthread_exit): Cast any_t to integer_t before int.
+
+ * alpha/thread.c: #if 0 out the silly bzero decl.
+
+ * alpha/cthreads.h, alpha/thread.c, alpha/csw.S, alpha/lock.S:
+ New files, verbatim from CMU release MK83a user/threads/alpha.
+
2002-05-08 Roland McGrath <roland@frob.com>
* cthreads.c (cthread_exit): Cast any_t to long before int.