This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/glibc-hwcaps in repository glibc.
discards b95528237a s390x: Add Add glibc-hwcaps support discards 90216adbe7 powerpc64le: Add glibc-hwcaps support discards 973a3eb2bd x86_64: Add glibc-hwcaps support discards 98c163157a elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] discards bd93bf1d19 elf: Process glibc-hwcaps subdirectories in ldconfig discards a5fd989157 elf: Implement tail merging of strings in ldconfig discards edbdd73935 elf: Implement a string table for ldconfig, with tail merging discards ab183d5875 elf: Add extension mechanism to ld.so.cache discards de24d8c678 elf: Add endianness markup to ld.so.cache adds 84ba719b26 elf: Add endianness markup to ld.so.cache (bug 27008) adds dfb3f101c5 elf: Add extension mechanism to ld.so.cache adds 785969a047 elf: Implement a string table for ldconfig, with tail merging adds 73b6e50a22 elf: Implement tail merging of strings in ldconfig adds b44ac4f4c7 elf: Process glibc-hwcaps subdirectories in ldconfig adds 600d9e0c87 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] adds f267e1c9dd x86_64: Add glibc-hwcaps support adds 94551be902 symbols: Add defines for libanl's libanl_hidden_{def|proto} adds 47f78f3683 y2038: Convert gai_suspend to support 64 bit time adds 4ec2e73803 futex: Remove not used futex_reltimed_wait{_cancelable} adds 135ca0a7cd lowlevellock-futex: Remove not used macros adds 4f4bd9e47b elf: Add missing <stddef.h> header to elf/dl-hwcaps.h adds 2976082a38 x86: Set RDRAND usable if CPU supports RDRAND adds 93fda28693 x86: Adjust tst-cpu-features-supports.c for GCC 11 adds 4c38c1a229 powerpc64le: Add glibc-hwcaps support adds 7dc2f14bb3 Add scripts/move-symbol-to-libc.py adds 171689dac7 nss: Introduce <nss_module.h> adds fd5b9b4458 <nss_action.h>: New abstraction for combining NSS modules an [...] adds fa78feca47 nss: Implement <nss_database.h> adds f8847d83e1 nsswitch: use new internal API (core) adds 6eceded941 nsswitch: user new internal API (tests) adds f4f3b09111 nsswitch: use new internal API (callers) adds 088e962537 x86: Rename readelflib.c new f29b79a135 s390x: Add Add glibc-hwcaps support
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (b95528237a) \ N -- N -- N refs/heads/fw/glibc-hwcaps (f29b79a135)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 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: elf/dl-cache.c | 2 +- elf/dl-hwcaps.h | 3 +- elf/tst-glibc-hwcaps-cache.script | 6 +- grp/compat-initgroups.c | 2 +- grp/initgroups.c | 37 +- include/libc-symbols.h | 8 + include/netdb.h | 7 + inet/ether_hton.c | 21 +- inet/ether_ntoh.c | 21 +- inet/getnetgrent_r.c | 40 +- inet/netgroup.h | 2 +- malloc/set-freeres.c | 5 + nscd/aicache.c | 17 +- nscd/gai.c | 2 +- nscd/initgrcache.c | 8 +- nscd/netgroupcache.c | 4 +- nscd/nscd_netgroup.c | 2 +- nss/Makefile | 6 +- nss/XXX-lookup.c | 7 +- nss/compat-lookup.c | 8 +- nss/function.def | 126 ++-- nss/getXXbyYY_r.c | 51 +- nss/getXXent_r.c | 10 +- nss/getnssent_r.c | 22 +- nss/nss_action.c | 116 +++ nss/nss_action.h | 108 +++ nss/nss_action_parse.c | 191 +++++ nss/nss_compat/compat-grp.c | 2 +- nss/nss_compat/compat-initgroups.c | 2 +- nss/nss_compat/compat-pwd.c | 2 +- nss/nss_compat/compat-spwd.c | 2 +- nss/nss_database.c | 469 ++++++++++++ nss/nss_database.h | 88 +++ nss/nss_module.c | 366 ++++++++++ nss/nss_module.h | 93 +++ nss/nss_test.h | 9 + nss/nss_test1.c | 166 ++++- nss/nsswitch.c | 809 +-------------------- nss/nsswitch.h | 69 +- nss/tst-reload1.c | 341 +++++++++ nss/tst-reload1.root/etc/nsswitch.conf | 3 + nss/tst-reload1.root/etc/nsswitch.conf2 | 3 + .../tst-reload1.root}/etc/services | 0 .../tst-reload1.script} | 0 posix/tst-rfc3484-2.c | 2 +- posix/tst-rfc3484-3.c | 2 +- posix/tst-rfc3484.c | 2 +- resolv/gai_suspend.c | 61 +- scripts/move-symbol-to-libc.py | 217 ++++++ sunrpc/netname.c | 21 +- sunrpc/publickey.c | 42 +- sysdeps/mach/hurd/fork.c | 8 + sysdeps/nptl/fork.c | 9 + sysdeps/nptl/futex-internal.h | 61 -- sysdeps/nptl/gai_misc.h | 11 +- sysdeps/nptl/lowlevellock-futex.h | 43 -- sysdeps/posix/getaddrinfo.c | 19 +- sysdeps/unix/sysv/linux/{i386 => x86}/readelflib.c | 4 +- sysdeps/unix/sysv/linux/x86_64/readelflib.c | 2 - sysdeps/x86/cpu-features.c | 1 + sysdeps/x86/tst-cpu-features-supports.c | 15 +- 61 files changed, 2479 insertions(+), 1297 deletions(-) create mode 100644 nss/nss_action.c create mode 100644 nss/nss_action.h create mode 100644 nss/nss_action_parse.c create mode 100644 nss/nss_database.c create mode 100644 nss/nss_database.h create mode 100644 nss/nss_module.c create mode 100644 nss/nss_module.h create mode 100644 nss/tst-reload1.c create mode 100644 nss/tst-reload1.root/etc/nsswitch.conf create mode 100644 nss/tst-reload1.root/etc/nsswitch.conf2 copy {posix/bug-ga2.root => nss/tst-reload1.root}/etc/services (100%) copy nss/{tst-nss-test3.root/tst-nss-test3.script => tst-reload1.root/tst-reload1. [...] create mode 100644 scripts/move-symbol-to-libc.py rename sysdeps/unix/sysv/linux/{i386 => x86}/readelflib.c (98%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/readelflib.c