This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ed8cfb00c2 Fix siginterrupt namespace (bug 21597). new 487549c466 Fix another x86 sys/ucontext.h namespace issue (bug 21457). new ca3d65ff69 resolv: Make __res_vinit hidden new 26bf5a1029 resolv: Move res_randomid to its own file new e4e5b57d23 resolv: Move _res deallocation functions to their own file new e68111fbd6 resolv: Remove DEBUG preprocessor conditionals from res_setoptions new 94f094f22b resolv: Introduce is_sort_mask and call it from res_vinit new 4c4480eecb resolv: Reformat res_vinit and related functions to GNU style new ea4924ce5b resolv: Report allocation errors in __res_vinit new 89f187a40f resolv: Use getline for configuration file reading in res_vinit_1
The 9 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 | 56 ++ include/resolv.h | 2 +- resolv/Makefile | 2 +- resolv/nss_dns/dns-host.c | 18 +- resolv/nss_dns/dns-network.c | 12 +- resolv/{inet_addr.c => res-close.c} | 174 +++--- resolv/res_init.c | 880 +++++++++++++++-------------- resolv/res_libc.c | 2 - resolv/{inet_addr.c => res_randomid.c} | 141 +---- sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 2 +- 10 files changed, 616 insertions(+), 673 deletions(-) copy resolv/{inet_addr.c => res-close.c} (59%) copy resolv/{inet_addr.c => res_randomid.c} (59%)