This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 7d75dcf228 Avoid the clang integrated assembler for generated errlist.c new cfa5a3225d Forward-port __google_auxv addition new f649403e8a Forward-port addition of __google_pthread_signal_safe_key_create new b6ae0cdf40 As with gettimeofday, avoid vdso for clang-compiled time() new be2e30101d Forward-port addition of _google_dl_debug_state_hook new e4c4622633 Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19 new 9be560e59e Update an include path new 63d64a8dd4 Update nss_cache.c and nss_cache.h to current upstream versi [...] new 3cc85ebe75 Describe borg-pwd better, remove dead code. new 0086b05823 Augment borg-pwd to also search through passwd.borg.base, if [...] new cc94c6b7c8 Call the correct function. new 5c0823e1b9 Handle a not-found case in borg passwd lookup
The 11 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/Versions | 3 + elf/dl-debug.c | 4 + elf/dl-init.c | 13 + elf/dl-support.c | 3 + include/grp.h | 1 + include/pwd.h | 2 + include/shadow.h | 1 + nptl/Versions | 1 + nptl/pthread_key_create.c | 55 +- nptl/tst-key1.c | 4 + nptl/tst-key4.c | 4 + nss/Makefile | 12 +- nss/Versions | 29 + nss/function.def | 10 + nss/nss_borg/borg-pwd.c | 180 +++++ nss/nss_cache/nss_cache.c | 936 +++++++++++++++++++++++ nss/nss_cache/nss_cache.h | 78 ++ shlib-versions | 2 + sysdeps/nptl/pthread.h | 14 + sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h | 1 + sysdeps/unix/sysv/linux/alpha/bits/local_lim.h | 1 + sysdeps/unix/sysv/linux/bits/local_lim.h | 1 + sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h | 1 + sysdeps/unix/sysv/linux/sparc/bits/local_lim.h | 1 + sysdeps/unix/sysv/linux/x86/time.c | 5 +- 25 files changed, 1341 insertions(+), 21 deletions(-) create mode 100644 nss/nss_borg/borg-pwd.c create mode 100644 nss/nss_cache/nss_cache.c create mode 100644 nss/nss_cache/nss_cache.h