This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 399384e0c8 x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212] new d479e71498 htl: move pthread_setschedprio into libc. new b586357e2a htl: move pthread_get/setconcurrency into libc. new 2522a3f3ae htl: move __pthread_init_{specific, static_tls}, __pthread_{ [...] new 450912d5db htl: move __pthread_stack_alloc into libc. new c3abc99cb0 htl: move __pthread_thread_{alloc, start, terminate} into libc. new fa35ccbba8 htl: move pthread_getcpuclockid into libc. new 2dcb8fb8e7 htl: move pthread_yield into libc. new e0b765d9ba htl: move __thread_set_pcsptp into libc. new de8351f4de htl: move pthread_cancel, __pthread_do_cancel into libc. new edcc9ca48c htl: move pthread_kill into libc. new 6541288cb5 htl: move pthread_testcancel into libc. new 1e6588e777 htl: move pthread_getattr_np into libc. new f6a47e2d61 htl: move pthread_mutex_transfer_np into libc. new d0667a77de htl: move __pthread_sigstate_init into libc. new a901f2599e htl: move pthread_detach into libc. new 36982b0fdb htl: move pthread_exit into libc. new b6616efe8c htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin [...] new 80412aee3e htl: move __pthread_setup into libc. new 35296a6e73 htl: move __pthread_startup into libc.
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: htl/Makefile | 50 +++++++++--------- htl/Versions | 78 ++++++++++++++++++---------- htl/forward.c | 30 ----------- htl/pt-alloc.c | 4 ++ htl/pt-cancel.c | 9 +++- htl/pt-dealloc.c | 3 ++ htl/pt-detach.c | 10 +++- htl/pt-exit.c | 9 +++- htl/pt-getattr.c | 9 +++- htl/pt-initialize.c | 1 - htl/pt-internal.h | 14 +++-- htl/pt-join.c | 30 +++++++++-- htl/pt-setcancelstate.c | 2 +- htl/pt-setcanceltype.c | 2 +- htl/pt-testcancel.c | 9 +++- htl/pt-yield.c | 9 +++- sysdeps/htl/pt-getconcurrency.c | 9 +++- sysdeps/htl/pt-getcpuclockid.c | 8 ++- sysdeps/htl/pt-init-specific.c | 2 + sysdeps/htl/pt-setconcurrency.c | 9 +++- sysdeps/htl/pt-setschedprio.c | 9 +++- sysdeps/htl/pt-startup.c | 1 + sysdeps/htl/pthread-functions.h | 3 -- sysdeps/htl/pthreadP.h | 33 ++++++++---- sysdeps/hurd/htl/pt-kill.c | 9 +++- sysdeps/mach/htl/pt-stack-alloc.c | 2 + sysdeps/mach/htl/pt-thread-alloc.c | 1 + sysdeps/mach/htl/pt-thread-start.c | 1 + sysdeps/mach/htl/pt-thread-terminate.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c | 7 ++- sysdeps/mach/hurd/htl/pt-sigstate-init.c | 3 ++ sysdeps/mach/hurd/htl/pt-sysdep.h | 2 +- sysdeps/mach/hurd/i386/htl/pt-machdep.c | 2 + sysdeps/mach/hurd/i386/htl/pt-setup.c | 1 + sysdeps/mach/hurd/i386/libc.abilist | 35 +++++++++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 18 ------- sysdeps/mach/hurd/x86_64/htl/pt-machdep.c | 2 + sysdeps/mach/hurd/x86_64/htl/pt-setup.c | 1 + sysdeps/mach/hurd/x86_64/libc.abilist | 34 ++++++++++++ sysdeps/mach/hurd/x86_64/libpthread.abilist | 18 ------- 40 files changed, 325 insertions(+), 155 deletions(-)