This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/y2038-preliminaries in repository glibc.
discards c6213d1a52 Linux/Alpha: don’t use timeval32 system calls. discards ae59faf510 Warn when gettimeofday is called with non-null tzp argument. discards 00caaffbda Finish move of clock_* functions to libc. discards 7fffb650ac Revise the documentation of ‘simple calendar time’. discards 33487ef53e Use clock_gettime to implement gettimeofday. discards fcc009b4e7 Use clock_gettime to implement ftime. discards c93d0737e6 Use clock_gettime to implement time. discards 79d24b6ef1 Use clock_settime to implement settimeofday. discards 6df4704cd5 Use clock_settime to implement stime. discards e0c5b8187d Don’t use the argument to time. discards 2945aad778 Change most internal uses of __gettimeofday to __clock_gettime. discards 0a84fe552f Remove implementations of clock_[gs]ettime using [gs]ettimeofday. adds 4745f4c1ca Correct TEST_COMPAT conditions in totalorder compat tests. adds 1d714fd95d nptl: Move pthread_attr_getdetachstate implementation into libc adds a289ea09ea Do not print backtraces on fatal glibc errors adds 4b7c74179c nss: Make nsswitch.conf more distribution friendly. adds d34d4c8022 nscd: Improve nscd.conf comments. new 68d2df078e Remove implementations of clock_[gs]ettime using [gs]ettimeofday. new f9ed7198ad Change most internal uses of __gettimeofday to __clock_gettime. new c101e8b186 Don’t use the argument to time. new 4e83f31768 Use clock_settime to implement stime. new f66ff8e42d Use clock_settime to implement settimeofday. new 069a421951 Use clock_gettime to implement time. new 8e9ce235ee Use clock_gettime to implement ftime. new 6ec060709a Use clock_gettime to implement gettimeofday. new b80148f128 Revise the documentation of ‘simple calendar time’. new fc1706b35e Finish move of clock_* functions to libc. new 8ee292e35b Warn when gettimeofday is called with non-null tzp argument. new 61120e45ef Linux/Alpha: don’t use timeval32 system calls.
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 (c6213d1a52) \ N -- N -- N refs/heads/zack/y2038-preliminaries (61120e45ef)
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 12 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 | 97 ++++++++++++++++++++++ debug/fortify_fail.c | 26 +----- debug/stack_chk_fail.c | 7 +- include/stdio.h | 4 - manual/nss.texi | 24 ++++-- math/libm-test-compat_totalorder.inc | 2 +- math/libm-test-compat_totalordermag.inc | 2 +- nptl/Makefile | 4 +- nptl/Versions | 2 +- nptl/forward.c | 3 - nptl/nptl-init.c | 1 - nscd/nscd.conf | 6 ++ nss/nsswitch.conf | 81 ++++++++++++++---- sysdeps/nptl/pthread-functions.h | 1 - sysdeps/posix/libc_fatal.c | 35 +------- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/alpha/adjtime.c | 1 + sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/alpha/osf_adjtime.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_getitimer.c | 2 +- sysdeps/unix/sysv/linux/alpha/osf_getrusage.c | 2 +- sysdeps/unix/sysv/linux/alpha/osf_setitimer.c | 31 +++++-- sysdeps/unix/sysv/linux/alpha/osf_utimes.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_wait4.c | 2 +- sysdeps/unix/sysv/linux/alpha/tv32-compat.h | 62 +++++++------- sysdeps/unix/sysv/linux/arm/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/i386/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/libc_fatal.c | 33 -------- .../sysv/linux/m68k/coldfire/libpthread.abilist | 1 - .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 1 - .../unix/sysv/linux/microblaze/libpthread.abilist | 1 - .../unix/sysv/linux/mips/mips32/libpthread.abilist | 1 - .../unix/sysv/linux/mips/mips64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 - .../linux/powerpc/powerpc32/libpthread.abilist | 1 - .../linux/powerpc/powerpc64/be/libpthread.abilist | 1 - .../linux/powerpc/powerpc64/le/libpthread.abilist | 1 - .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 1 - .../sysv/linux/s390/s390-32/libpthread.abilist | 1 - .../sysv/linux/s390/s390-64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/sh/libpthread.abilist | 1 - .../sysv/linux/sparc/sparc32/libpthread.abilist | 1 - .../sysv/linux/sparc/sparc64/libpthread.abilist | 1 - .../unix/sysv/linux/x86_64/64/libpthread.abilist | 1 - .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 1 - 48 files changed, 266 insertions(+), 198 deletions(-)