This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from db12905d1d htl: Fix linking static testcases new cd94860c56 htl: Report missing mutex lock on pthread_cond_*wait new faae4b2bdd htl: make pthread_cond_destroy return EBUSY on waiters new d8f1f2d9ab pthread: Move most cond tests from nptl to sysdeps/pthread
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: htl/Makefile | 2 +- htl/pt-internal.h | 3 ++ nptl/Makefile | 11 ++------ sysdeps/htl/pt-cond-destroy.c | 9 +++++- sysdeps/htl/pt-cond-timedwait.c | 4 +++ .../{pt-mutex-destroy.c => pt-mutex-checklocked.c} | 33 +++++++++++++++------- sysdeps/mach/hurd/i386/Makefile | 11 ++++++++ sysdeps/pthread/Makefile | 10 +++++++ {nptl => sysdeps/pthread}/tst-cond-except.c | 0 {nptl => sysdeps/pthread}/tst-cond1.c | 0 {nptl => sysdeps/pthread}/tst-cond10.c | 0 {nptl => sysdeps/pthread}/tst-cond11-static.c | 0 {nptl => sysdeps/pthread}/tst-cond11.c | 0 {nptl => sysdeps/pthread}/tst-cond12.c | 0 {nptl => sysdeps/pthread}/tst-cond13.c | 0 {nptl => sysdeps/pthread}/tst-cond14.c | 0 {nptl => sysdeps/pthread}/tst-cond15.c | 0 {nptl => sysdeps/pthread}/tst-cond16.c | 2 ++ {nptl => sysdeps/pthread}/tst-cond17.c | 0 {nptl => sysdeps/pthread}/tst-cond18.c | 2 ++ {nptl => sysdeps/pthread}/tst-cond19.c | 0 {nptl => sysdeps/pthread}/tst-cond2.c | 0 {nptl => sysdeps/pthread}/tst-cond22.c | 0 {nptl => sysdeps/pthread}/tst-cond23.c | 0 {nptl => sysdeps/pthread}/tst-cond24.c | 0 {nptl => sysdeps/pthread}/tst-cond25.c | 0 {nptl => sysdeps/pthread}/tst-cond26.c | 0 {nptl => sysdeps/pthread}/tst-cond27.c | 0 {nptl => sysdeps/pthread}/tst-cond3.c | 0 {nptl => sysdeps/pthread}/tst-cond4.c | 0 {nptl => sysdeps/pthread}/tst-cond5.c | 0 {nptl => sysdeps/pthread}/tst-cond6.c | 0 {nptl => sysdeps/pthread}/tst-cond7.c | 0 {nptl => sysdeps/pthread}/tst-cond8-static.c | 0 {nptl => sysdeps/pthread}/tst-cond8.c | 0 {nptl => sysdeps/pthread}/tst-cond9.c | 0 36 files changed, 67 insertions(+), 20 deletions(-) copy sysdeps/mach/hurd/htl/{pt-mutex-destroy.c => pt-mutex-checklocked.c} (63%) rename {nptl => sysdeps/pthread}/tst-cond-except.c (100%) rename {nptl => sysdeps/pthread}/tst-cond1.c (100%) rename {nptl => sysdeps/pthread}/tst-cond10.c (100%) rename {nptl => sysdeps/pthread}/tst-cond11-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cond11.c (100%) rename {nptl => sysdeps/pthread}/tst-cond12.c (100%) rename {nptl => sysdeps/pthread}/tst-cond13.c (100%) rename {nptl => sysdeps/pthread}/tst-cond14.c (100%) rename {nptl => sysdeps/pthread}/tst-cond15.c (100%) rename {nptl => sysdeps/pthread}/tst-cond16.c (98%) rename {nptl => sysdeps/pthread}/tst-cond17.c (100%) rename {nptl => sysdeps/pthread}/tst-cond18.c (98%) rename {nptl => sysdeps/pthread}/tst-cond19.c (100%) rename {nptl => sysdeps/pthread}/tst-cond2.c (100%) rename {nptl => sysdeps/pthread}/tst-cond22.c (100%) rename {nptl => sysdeps/pthread}/tst-cond23.c (100%) rename {nptl => sysdeps/pthread}/tst-cond24.c (100%) rename {nptl => sysdeps/pthread}/tst-cond25.c (100%) rename {nptl => sysdeps/pthread}/tst-cond26.c (100%) rename {nptl => sysdeps/pthread}/tst-cond27.c (100%) rename {nptl => sysdeps/pthread}/tst-cond3.c (100%) rename {nptl => sysdeps/pthread}/tst-cond4.c (100%) rename {nptl => sysdeps/pthread}/tst-cond5.c (100%) rename {nptl => sysdeps/pthread}/tst-cond6.c (100%) rename {nptl => sysdeps/pthread}/tst-cond7.c (100%) rename {nptl => sysdeps/pthread}/tst-cond8-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cond8.c (100%) rename {nptl => sysdeps/pthread}/tst-cond9.c (100%)