This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4bab9ad854 htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 new 337a7b74fa hurd: Fix unwinding over interruptible RPC new 3944c61bdf hurd: Make read and pread64 cancellable new af27fabe40 htl: Fix tls initialization for already-created threads new 15e995a8fb htl: Fix registration of atfork handlers in modules new 314a431d37 htl: Enable more tests
The 5 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/pt-alloc.c | 29 +++++++++++++++ nptl/Makefile | 41 +++------------------- sysdeps/htl/old_pt-atfork.c | 4 +-- sysdeps/htl/pt-atfork.c | 10 ++++++ sysdeps/htl/pthreadP.h | 3 ++ sysdeps/mach/hurd/Makefile | 3 +- sysdeps/mach/hurd/Versions | 6 ++++ sysdeps/mach/hurd/dl-sysdep.c | 5 +++ sysdeps/mach/hurd/htl/pt-sysdep.c | 3 ++ sysdeps/mach/hurd/i386/intr-msg.h | 2 ++ sysdeps/mach/hurd/i386/ld.abilist | 1 + sysdeps/mach/hurd/i386/localplt.data | 5 ++- sysdeps/mach/hurd/not-cancel.h | 14 +++++--- sysdeps/mach/hurd/pread64.c | 16 ++++----- .../mach/hurd/{pread64.c => pread64_nocancel.c} | 10 ++---- sysdeps/mach/hurd/read.c | 12 ++++--- sysdeps/mach/hurd/{read.c => read_nocancel.c} | 9 ++--- sysdeps/pthread/Makefile | 41 ++++++++++++++++++++++ {nptl => sysdeps/pthread}/tst-_res1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod2.c | 0 {nptl => sysdeps/pthread}/tst-atfork2.c | 0 {nptl => sysdeps/pthread}/tst-atfork2mod.c | 0 {nptl => sysdeps/pthread}/tst-fini1.c | 0 {nptl => sysdeps/pthread}/tst-fini1mod.c | 0 nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c | 0 {nptl => sysdeps/pthread}/tst-tls4moda.c | 0 {nptl => sysdeps/pthread}/tst-tls4modb.c | 0 28 files changed, 141 insertions(+), 73 deletions(-) copy sysdeps/mach/hurd/{pread64.c => pread64_nocancel.c} (84%) copy sysdeps/mach/hurd/{read.c => read_nocancel.c} (84%) rename {nptl => sysdeps/pthread}/tst-_res1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2mod.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1mod.c (100%) rename nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4moda.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4modb.c (100%)