From: Roland McGrath Date: Thu, 18 Nov 1999 06:17:28 +0000 (+0000) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ea0db3cba75e35b1bac1173e81a606edee0357;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 93d9a299d72..438bb897974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-11-18 Roland McGrath + + * hurd/hurdsig.c (_hurdsig_init): If __hurd_threadvar_stack_mask is + nonzero, use cthread_fork to create the signal thread. + * hurd/msgportdemux.c (_hurd_msgport_receive): Initialize + _hurd_msgport_thread here (to self). + * sysdeps/mach/hurd/fork.c (__fork): When __hurd_sigthread_stack_end + is zero, instead compute child signal thread's starting SP from parent + signal thread's current SP and the threadvar_stack variables. + * hurd/Versions (GLIBC_2.1.3): Add cthread_fork, cthread_detach. + These are now referenced weakly by _hurdsig_init. + + * hurd/report-wait.c (_S_msg_report_wait): Fix typo: + &_hurd_itimer_thread not &_hurd_msgport_thread. + 1999-11-17 Ulrich Drepper * sysdeps/gnu/netinet/tcp.h: Add TCP_CORK definition.