This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/c11-threads in repository glibc.
discards 06a612274b Add manual documentation for threads.h discards dc5e47a755 nptl: Add test cases for ISO C11 threads discards cb68b8f380 nptl: Add abilist symbols for C11 threads discards 212c8dc9a1 nptl: Add C11 threads tss_* functions discards 6388e5d943 nptl: Add C11 threads cnd_* functions discards b06bbd114f nptl: Add C11 threads call_once functions discards 38e61d9925 nptl: Add C11 threads mtx_* functions discards 66b6a7d00f nptl: Add C11 threads thrd_* functions adds ca027e0f62 x86-64: Add endbr64 to tst-quadmod[12].S adds 3650e1d928 x86: Update vfork to pop shadow stack adds 21526a507d Fix out-of-bounds access in IBM-1390 converter (bug 23448) adds e27f41ba2b Add <bits/indirect-return.h> new ce7528f637 nptl: Add C11 threads thrd_* functions new 18d59c1b36 nptl: Add C11 threads mtx_* functions new 3c20a679b6 nptl: Add C11 threads call_once functions new 918311a3a3 nptl: Add C11 threads cnd_* functions new 78d401327f nptl: Add C11 threads tss_* functions new c6dd669bed nptl: Add abilist symbols for C11 threads new 0a07288b13 nptl: Add test cases for ISO C11 threads new 9d0a979e5d Add manual documentation for threads.h
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (06a612274b) \ N -- N -- N refs/heads/azanella/c11-threads (9d0a979e5d)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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: ChangeLog | 44 +++++++++++++++-- .../sysv/linux/readdir.c => bits/indirect-return.h | 12 +++-- iconvdata/ibm1364.c | 2 + misc/sys/cdefs.h | 6 +++ stdlib/Makefile | 2 +- stdlib/ucontext.h | 6 ++- string/tst-xbzero-opt.c | 10 +++- sysdeps/unix/sysv/linux/i386/vfork.S | 57 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/x86_64/vfork.S | 38 +++++++++++++++ .../linux/statx.c => x86/bits/indirect-return.h} | 36 ++++++-------- sysdeps/x86_64/tst-quadmod1.S | 6 +++ sysdeps/x86_64/tst-quadmod2.S | 6 +++ 12 files changed, 194 insertions(+), 31 deletions(-) copy sysdeps/unix/sysv/linux/readdir.c => bits/indirect-return.h (73%) copy sysdeps/{unix/sysv/linux/statx.c => x86/bits/indirect-return.h} (51%)