This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/bug25486 in repository glibc.
discards e617cbe3cd Fix non-RELA targets discards 9bb62c34f2 Fix <malloc.h> for conformance checks discards 16c1f61820 WIP elf: Do not export malloc functions from ld.so [BZ #25486] adds 5828bc4523 Update syscall lists for Linux 5.5. adds 449db0fa3e Update kernel version to 5.5 in tst-mman-consts.py. adds 3fced064f2 y2038: Define __suseconds64_t type to be used with struct __ [...] adds 504c987170 y2038: Introduce struct __timeval64 - new internal glibc type adds cde52c2557 y2038: alpha: Rename valid_timeval_to_timeval64 to valid_tim [...] adds ebc2368121 y2038: alpha: Rename valid_timeval64_to_timeval to valid_tim [...] adds 29bf83ccd7 y2038: Provide conversion helpers for struct __timeval64 adds d2e3b697da y2038: linux: Provide __settimeofday64 implementation adds 814309f0c2 Remove a comment claiming that sin/cos round correctly. adds d4e209d355 resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c new 3e85b3e499 elf: Introduce the rtld-stubbed-symbols makefile variable new 68abc62967 elf: Introduce the rtld-weak-symbols variable new 67e9d70d6f elf: Do not export free/calloc/malloc/realloc functions from [...]
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 (e617cbe3cd) \ N -- N -- N refs/heads/fw/bug25486 (67e9d70d6f)
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 3 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: bits/typesizes.h | 1 + elf/Makefile | 11 +++- include/time.h | 72 ++++++++++++++++++++++++ posix/bits/types.h | 1 + resolv/tst-resolv-ai_idn-common.c | 3 +- sysdeps/ieee754/dbl-64/s_sin.c | 8 +-- sysdeps/mach/hurd/bits/typesizes.h | 1 + sysdeps/unix/sysv/linux/aarch64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/alpha/bits/typesizes.h | 1 + sysdeps/unix/sysv/linux/alpha/osf_adjtime.c | 8 +-- sysdeps/unix/sysv/linux/alpha/osf_getitimer.c | 4 +- sysdeps/unix/sysv/linux/alpha/osf_setitimer.c | 8 +-- sysdeps/unix/sysv/linux/alpha/osf_utimes.c | 4 +- sysdeps/unix/sysv/linux/alpha/tv32-compat.h | 8 +-- sysdeps/unix/sysv/linux/generic/bits/typesizes.h | 1 + sysdeps/unix/sysv/linux/s390/bits/typesizes.h | 1 + {time => sysdeps/unix/sysv/linux}/settimeofday.c | 26 +++++---- sysdeps/unix/sysv/linux/sparc/bits/typesizes.h | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 4 +- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/x86/bits/typesizes.h | 1 + 21 files changed, 131 insertions(+), 36 deletions(-) copy {time => sysdeps/unix/sysv/linux}/settimeofday.c (71%)