This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 97e7b6aa42 Added Tok-Pisin locale. new 76637a921f support: Check isolation of loopback addresses in tst-suppor [...] new d4165eedf5 support: Add support_chroot_create and support_chroot_free new cb3c27e87b support: Add resolver testing mode which does not patch _res
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: ChangeLog | 35 +++ resolv/Makefile | 6 +- resolv/tst-resolv-res_init-skeleton.c | 69 ++--- resolv/tst-resolv-threads.c | 484 ++++++++++++++++++++++++++++++++++ support/Makefile | 1 + support/namespace.h | 32 +++ support/resolv_test.c | 37 ++- support/resolv_test.h | 10 + support/support_chroot.c | 71 +++++ support/tst-support-namespace.c | 84 +++++- 10 files changed, 777 insertions(+), 52 deletions(-) create mode 100644 resolv/tst-resolv-threads.c create mode 100644 support/support_chroot.c