Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Roland McGrath | 2002-08-30 | 1 | -0/+5 |
| | |||||
* | 2002-07-29 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-07-31 | 1 | -0/+3 |
| | | | | | * cthreads.c (cthread_init): Move cthread_alloc call before cproc_init call (lost in merge). | ||||
* | 2002-07-29 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-07-29 | 1 | -0/+6 |
| | | | | | | * stack.c (stack_init): Put back in setting of the __hurd_threadvar_stack_mask and __hurd_threadvar_stack_offset variables (which got lost in the merge). | ||||
* | . | Roland McGrath | 2002-06-01 | 1 | -0/+3 |
| | |||||
* | . | Roland McGrath | 2002-05-29 | 1 | -0/+2 |
| | |||||
* | . | Roland McGrath | 2002-05-28 | 1 | -0/+7 |
| | |||||
* | . | Roland McGrath | 2002-05-28 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 2002-05-27 | 1 | -0/+18 |
| | |||||
* | . | Roland McGrath | 2002-05-08 | 1 | -0/+8 |
| | |||||
* | . | Roland McGrath | 2002-05-08 | 1 | -0/+7 |
| | |||||
* | . | Roland McGrath | 2002-05-01 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 2001-12-22 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 2001-08-24 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 2001-03-31 | 1 | -0/+1 |
| | |||||
* | . | Roland McGrath | 2001-03-31 | 1 | -0/+1 |
| | |||||
* | . | Roland McGrath | 2001-03-31 | 1 | -0/+10 |
| | |||||
* | . | Roland McGrath | 2001-02-26 | 1 | -0/+5 |
| | |||||
* | * libthreads.map: Update comment to reflect Roland's 2000-03-30 | Mark Kettenis | 2000-05-25 | 1 | -0/+6 |
| | | | | | change, and my change to the toplevel configure.in that disables versioning for the old stdio-using libc. | ||||
* | . | Roland McGrath | 2000-03-30 | 1 | -0/+6 |
| | |||||
* | . | Roland McGrath | 2000-03-27 | 1 | -0/+9 |
| | |||||
* | . | Roland McGrath | 2000-03-03 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Mark Kettenis | 2000-01-10 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 2000-01-09 | 1 | -0/+7 |
| | |||||
* | . | Roland McGrath | 1999-06-13 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 1999-05-30 | 1 | -0/+2 |
| | |||||
* | . | Roland McGrath | 1999-05-29 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 1998-11-22 | 1 | -0/+6 |
| | |||||
* | typo | Roland McGrath | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | . | Roland McGrath | 1998-07-20 | 1 | -4/+11 |
| | |||||
* | Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG <tb@mit.edu> | Thomas Bushnell | 1998-06-10 | 1 | -0/+8 |
| | | | | | | | | * cthreads.c (cthread_fork_prepare): Don't call malloc_fork_prepare since we are no longer providing our own malloc in this library. (cthread_fork_parent): Likewise, for malloc_fork_parent. (cthread_fork_child): Likewize, for malloc_fork_child. | ||||
* | Wed Aug 20 15:39:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+6 |
| | | | | | | * cthreads.c (cthread_body): Wire self before calling user work function. This way all cthreads will be wired, which the ports library (and hurd_thread_cancel, etc.) depend on. | ||||
* | Fri Aug 8 13:21:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+6 |
| | | | | | | * Makefile (SRCS): Delete malloc.c; libc now has a thread safe malloc. (malloc.c): Delete file. | ||||
* | Mon Jun 9 21:18:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-06-10 | 1 | -0/+5 |
| | | | | | * cthreads.c (cthread_fork): Delete debugging oddity that crept into source. | ||||
* | *** empty log message *** | Thomas Bushnell | 1997-04-04 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1997-02-20 | 1 | -0/+10 |
| | |||||
* | Mon Nov 18 16:36:56 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-18 | 1 | -0/+4 |
| | | | | * cprocs.c (cproc_create): Cast CHILD in assignment. | ||||
* | Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-24 | 1 | -0/+9 |
| | | | | | | | | | * i386/csw.S (CALL_MCOUNT): New macro. (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT. * rwlock.h: Change extern inline protection to use new canonical method. * rwlock.c: Rewritten. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-07-29 | 1 | -0/+5 |
| | |||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+264 |