This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f32941d powerpc: Regenerate ULPs new 65810f0 robust mutexes: Fix broken x86 assembly by removing it new 8e31caf Clear list of acquired robust mutexes in the child process af [...]
The 2 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 | 33 +++ nptl/Makefile | 4 +- nptl/lowlevelrobustlock.c | 136 --------- nptl/lowlevelrobustlock.sym | 6 - nptl/pthread_mutex_cond_lock.c | 6 +- nptl/pthread_mutex_lock.c | 79 ++++-- nptl/pthread_mutex_timedlock.c | 106 +++++-- nptl/pthread_mutex_unlock.c | 18 +- sysdeps/nptl/fork.c | 20 +- sysdeps/nptl/lowlevellock.h | 68 ----- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 60 ---- sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S | 232 ---------------- sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 40 --- sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 74 ----- .../unix/sysv/linux/x86_64/lowlevelrobustlock.S | 306 --------------------- 15 files changed, 205 insertions(+), 983 deletions(-) delete mode 100644 nptl/lowlevelrobustlock.c delete mode 100644 nptl/lowlevelrobustlock.sym delete mode 100644 sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S delete mode 100644 sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S