This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ff12e0fb91 Base max_fast on alignment, not width, of bins (Bug 24903) new b865eed0ac Consolidate futex-internal.h new b580327434 Consolidate lowlevellock-futex.h new 215078017f nptl: Replace non cancellable pause/nanosleep with futex new fbb4a31437 Remove pause and nanosleep not cancel wrappers new 6b1472eb2e Refactor PI mutexes internal definitions new c81aa64e81 Refactor adjtimex based on clock_adjtime
The 6 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: include/time.h | 5 + nptl/lll_timedlock_wait.c | 35 ++-- nptl/pthread_mutex_init.c | 13 +- nptl/pthread_mutex_lock.c | 27 +-- nptl/pthread_mutex_timedlock.c | 72 +++---- nptl/pthread_mutex_trylock.c | 8 +- nptl/pthread_mutex_unlock.c | 6 +- sysdeps/generic/not-cancel.h | 4 - sysdeps/nptl/futex-internal.h | 295 +++++++++++++++++++++++++-- sysdeps/nptl/lowlevellock-futex.h | 178 ++++++++++++---- sysdeps/nptl/lowlevellock.h | 15 +- sysdeps/sparc/sparc32/lll_timedlock_wait.c | 1 - sysdeps/sparc/sparc32/lowlevellock.c | 42 ---- sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/adjtimex.c | 2 +- sysdeps/unix/sysv/linux/futex-internal.h | 255 ----------------------- sysdeps/unix/sysv/linux/lowlevellock-futex.h | 168 --------------- sysdeps/unix/sysv/linux/nanosleep_nocancel.c | 29 --- sysdeps/unix/sysv/linux/not-cancel.h | 8 - sysdeps/unix/sysv/linux/pause_nocancel.c | 33 --- sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 22 +- sysdeps/unix/sysv/linux/syscalls.list | 2 +- 22 files changed, 523 insertions(+), 701 deletions(-) delete mode 100644 sysdeps/sparc/sparc32/lll_timedlock_wait.c delete mode 100644 sysdeps/unix/sysv/linux/futex-internal.h delete mode 100644 sysdeps/unix/sysv/linux/lowlevellock-futex.h delete mode 100644 sysdeps/unix/sysv/linux/nanosleep_nocancel.c delete mode 100644 sysdeps/unix/sysv/linux/pause_nocancel.c