Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-05-26 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-27 | 1 | -46/+17 |
| | | | | | | | | | | | | | Changes merged from CMU MK83a version: * cthreads.h, options.h: Various cleanups. * call.c, cthread_data.c, sync.c, mig_support.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. | ||||
* | 2001-12-22 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-12-22 | 1 | -4/+14 |
| | | | | * i386/thread.c (cthread_sp): Use __thread_stack_pointer. | ||||
* | 2001-03-31 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-03-31 | 1 | -2/+8 |
| | | | | | | | | | | | * cthreads.h: Fix obsolescent #endif syntax. * cthread_internals.h: Likewise. * cancel-cond.c: Likewise. * stack.c: Likewise. * cthreads.c: Likewise. * cprocs.c: Likewise. * call.c: Likewise. * i386/thread.c: Likewise. | ||||
* | 2001-02-25 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-02-26 | 1 | -19/+18 |
| | | | | | * i386/thread.c: Remove superfluous bzero decl, just include <strings.h> instead. | ||||
* | (cproc_setup): | Miles Bader | 1997-02-18 | 1 | -3/+12 |
| | | | | | Correctly leave space at top of stack for account for GNU per-thread variables. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-05-04 | 1 | -3/+3 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1992-10-06 | 1 | -0/+114 |