This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 352f4ff9a2 resolv: Introduce struct resolv_context [BZ #21668] new f30a54b21b resolv: Introduce struct resolv_conf with extended resolver state new 3f853f22c8 resolv: Lift domain search list limits [BZ #19569] [BZ #21475] new a1c4eb8794 resolv: Mirror the entire resolver configuration in struct r [...] new aef16cc8a4 resolv: Automatically reload a changed /etc/resolv.conf file [...] new e237357a5a resolv: Introduce free list for resolv_conf index slosts
The 5 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 | 129 +++++++ NEWS | 12 + resolv/Makefile | 15 +- resolv/bits/types/res_state.h | 4 +- resolv/nss_dns/dns-host.c | 37 +- resolv/res-close.c | 3 + resolv/res_debug.c | 1 + resolv/res_init.c | 460 +++++++++++++++-------- resolv/res_libc.c | 18 - resolv/res_query.c | 11 +- resolv/resolv-internal.h | 3 - resolv/resolv.h | 1 + resolv/resolv_conf.c | 687 ++++++++++++++++++++++++++++++++++ resolv/resolv_conf.h | 103 +++++ resolv/resolv_context.c | 65 +++- resolv/resolv_context.h | 89 ++++- resolv/tst-resolv-res_init-skeleton.c | 265 +++++++++++-- resolv/tst-resolv-res_ninit.c | 74 ++++ 18 files changed, 1741 insertions(+), 236 deletions(-) create mode 100644 resolv/resolv_conf.c create mode 100644 resolv/resolv_conf.h create mode 100644 resolv/tst-resolv-res_ninit.c