This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 699361795f Remove stale references to libdl.a new 02189e8fb0 nptl: Deallocate the thread stack on setup failure (BZ #19511) new 41c7295617 nptl: Install cancellation handler on pthread_cancel new 26cfbb7162 nptl: Remove CANCELING_BITMASK new 2b51742531 nptl: Move cancel state out of cancelhandling new 8c1c0aae20 nptl: Move cancel type out of cancelhandling new f779b1efb3 nptl: Implement raise in terms of pthread_kill new a6c813d0ad nptl: Use pthread_kill on pthread_cancel new 8fe503f74e nptl: Avoid async cancellation to wrongly update __nptl_nthr [...]
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: include/pthread.h | 5 ++ manual/pattern.texi | 1 - manual/process.texi | 3 +- nptl/Makefile | 1 + nptl/Versions | 3 +- nptl/allocatestack.c | 3 + nptl/cancellation.c | 62 +++---------- nptl/cleanup_defer.c | 46 ++-------- nptl/descr.h | 32 +++---- nptl/libc-cleanup.c | 46 ++-------- nptl/pthreadP.h | 24 ++--- nptl/pthread_cancel.c | 146 ++++++++++--------------------- nptl/pthread_create.c | 188 +++++++++++++++++----------------------- nptl/pthread_join_common.c | 7 +- nptl/pthread_kill.c | 54 ++++++++---- nptl/pthread_self.c | 4 +- nptl/pthread_setcancelstate.c | 36 +------- nptl/pthread_setcanceltype.c | 41 ++------- nptl/pthread_testcancel.c | 11 ++- sysdeps/htl/pthreadP.h | 2 - sysdeps/nptl/dl-tls_init_tp.c | 3 + sysdeps/posix/raise.c | 11 ++- sysdeps/unix/sysv/linux/raise.c | 52 ----------- 23 files changed, 251 insertions(+), 530 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/raise.c