This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/glibc.
from b33e946fbb sparc: Move sigreturn stub to assembly adds 7975f9a48a y2038: fix: Add missing libc_hidden_def for __futimens64 adds f072671cf5 y2038: linux: Provide __futimes64 implementation adds 1a5e12826c y2038: linux: Provide __lutimes64 implementation adds 8b8f39376b y2038: linux: Provide __futimesat64 implementation adds fbaf0bae57 elf: Fix wrong indentation from commit eb447b7b4b adds d8faf2955a mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321e adds a9f4703d93 gcc PR 89877: miscompilation due to missing cc clobber in lo [...] adds 15ab195229 Add NEWS entry for CVE-2020-10029 (bug 25487) adds 7000651327 [AArch64] Improve integer memcpy adds 083d644d42 test-container: print errno when execvp fails adds b7176cc2af ldconfig: trace origin paths with -v adds 2de7fe6253 parse_tunables: Fix typo in comment new dcf46d3fe5 nscd: add cache dumper new 4315f45c93 manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
The 2 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: NEWS | 4 +- elf/dl-deps.c | 11 +- elf/dl-tunables.c | 2 +- elf/ldconfig.c | 30 +- include/time.h | 10 + manual/string.texi | 2 +- nscd/Makefile | 2 +- nscd/cachedumper.c | 373 +++++++++++++++++++++++ nscd/nscd.c | 13 + nscd/nscd.h | 2 + stdlib/longlong.h | 6 +- support/test-container.c | 2 +- sysdeps/aarch64/memcpy.S | 197 ++++++------ sysdeps/unix/sysv/linux/futimens.c | 2 + sysdeps/unix/sysv/linux/futimes.c | 42 +-- sysdeps/unix/sysv/linux/futimesat.c | 41 ++- sysdeps/unix/sysv/linux/lutimes.c | 37 ++- sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c | 2 +- 18 files changed, 618 insertions(+), 160 deletions(-) create mode 100644 nscd/cachedumper.c