diff options
-rw-r--r-- | libthreads/ChangeLog | 18 |
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. |