This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 542c20a171 hurd: Rewrite __libc_cleanup_* new fb4cc8a0c2 hurd: Reimplement libc locks using mach's gsync
The 1 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 | 52 ++++++++++ hurd/Makefile | 1 + hurd/Versions | 9 +- hurd/hurdlock.c | 215 ++++++++++++++++++++++++++++++++++++++++ hurd/hurdlock.h | 125 ++++++++++++++++++++++++ hurd/hurdpid.c | 3 + hurd/hurdsig.c | 4 +- hurd/setauth.c | 5 +- mach/Makefile | 2 +- mach/lock-intern.h | 69 ++++++++----- mach/lowlevellock.h | 81 ++++++++++++++++ mach/mutex-init.c | 7 +- manual/errno.texi | 10 ++ sysdeps/mach/Makefile | 26 +++++ sysdeps/mach/hurd/bits/errno.h | 6 +- sysdeps/mach/hurd/cthreads.c | 10 -- sysdeps/mach/hurd/libc-lock.h | 216 ----------------------------------------- sysdeps/mach/hurd/setpgid.c | 10 +- sysdeps/mach/hurd/setsid.c | 10 +- sysdeps/mach/libc-lock.h | 142 ++++++++++++++++++++------- 20 files changed, 689 insertions(+), 314 deletions(-) create mode 100644 hurd/hurdlock.c create mode 100644 hurd/hurdlock.h create mode 100644 mach/lowlevellock.h delete mode 100644 sysdeps/mach/hurd/libc-lock.h