This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7f61f785f1 sunrpc: Fix typo in xdr_string comment new e9fed2438a linux: Require /dev/shm as the shared memory file system new da4aea0b5e pthread: Refactor semaphore code new c1f46f9db7 pthread: Remove alloca usage from __sem_check_add_mapping
The 3 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: NEWS | 5 +- htl/Makefile | 3 +- htl/Versions | 1 - htl/semaphoreP.h | 21 --- {sysdeps/nptl => include}/shm-directory.h | 30 ++-- nptl/Makefile | 3 +- nptl/Versions | 1 - nptl/nptlfreeres.c | 1 - nptl/pthreadP.h | 1 - nptl/semaphoreP.h | 21 --- posix/Makefile | 3 +- posix/Versions | 1 + {sysdeps/posix => posix}/shm-directory.c | 30 ++-- sysdeps/htl/shm-directory.h | 30 ---- sysdeps/posix/Makefile | 6 - sysdeps/posix/shm-directory.h | 66 ------- sysdeps/posix/shm_open.c | 10 +- sysdeps/posix/shm_unlink.c | 13 +- sysdeps/pthread/sem_close.c | 56 +----- sysdeps/pthread/sem_open.c | 142 ++------------- sysdeps/pthread/sem_routines.c | 198 +++++++++++++++++++++ .../nldbl-roundeven.c => pthread/sem_routines.h} | 19 +- sysdeps/pthread/sem_unlink.c | 10 +- sysdeps/unix/sysv/linux/shm-directory.c | 147 --------------- 24 files changed, 302 insertions(+), 516 deletions(-) rename {sysdeps/nptl => include}/shm-directory.h (56%) rename {sysdeps/posix => posix}/shm-directory.c (60%) delete mode 100644 sysdeps/htl/shm-directory.h delete mode 100644 sysdeps/posix/shm-directory.h create mode 100644 sysdeps/pthread/sem_routines.c copy sysdeps/{ieee754/ldbl-opt/nldbl-roundeven.c => pthread/sem_routines.h} (76%) delete mode 100644 sysdeps/unix/sysv/linux/shm-directory.c