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 26bea6c4bd Revise the documentation of ‘simple calendar time’. discards 94bd1c6f68 Linux/Alpha: don’t use timeval32 system calls. discards 0103ebfb26 Warn when gettimeofday is called with non-null tzp argument. discards 26dd0a410d Finish move of clock_* functions to libc. discards d0ca6737ca Use clock_gettime to implement gettimeofday. discards ac699a8809 Use clock_gettime to implement ftime. discards 389594cf8b Use clock_gettime to implement time. discards dc6c34fbda Use clock_settime to implement settimeofday. discards e157993600 Use clock_settime to implement stime. discards 43086baf7a Change most internal uses of __gettimeofday to __clock_gettime. discards b04bc5697f Remove implementations of clock_[gs]ettime using [gs]ettimeofday. new d53b35c896 Linux/Alpha: don't use timeval32 system calls. new 77a350d812 Change most internal uses of __gettimeofday to __clock_gettime. new ba7bd5775c Finish move of clock_* functions to libc. new da8786fbbf Use clock_gettime to implement time. new be5b6cbd4f Use clock_gettime to implement ftime; withdraw ftime. new 29ec06e86e Use clock_gettime to implement timespec_get. new c38d9652e3 Use clock_settime to implement stime; withdraw stime. new 5509f57349 Remove implementations of clock_[gs]ettime using [gs]ettimeofday. new cc1f7d7d35 Use clock_settime to implement settimeofday. new 46a8ff532f Use clock_gettime to implement gettimeofday. new 53df1cd281 Warn when gettimeofday is called with non-null tzp argument. new 212269f0cf Revise the documentation of simple calendar time.
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 (26bea6c4bd) \ N -- N -- N refs/heads/zack/y2038-preliminaries (212269f0cf)
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: NEWS | 33 +++++++----- conform/Makefile | 9 ++++ inet/deadline.c | 3 +- manual/time.texi | 59 +++++++++++++--------- nscd/nscd_helper.c | 8 +-- resolv/res_send.c | 3 +- rt/Versions | 11 ---- support/support_test_main.c | 8 +-- sysdeps/mach/clock_gettime.c | 9 ++-- sysdeps/mach/hurd/i386/libc.abilist | 6 +++ sysdeps/mach/nanosleep.c | 11 ++-- sysdeps/posix/clock_getres.c | 11 +++- sysdeps/posix/timespec_get.c | 38 -------------- sysdeps/unix/clock_nanosleep.c | 10 +++- sysdeps/unix/sysv/linux/aarch64/libc.abilist | 1 + sysdeps/unix/sysv/linux/alpha/Versions | 1 + sysdeps/unix/sysv/linux/alpha/adjtime.c | 38 -------------- sysdeps/unix/sysv/linux/alpha/libc.abilist | 7 +++ sysdeps/unix/sysv/linux/alpha/osf_adjtime.c | 27 ++++------ sysdeps/unix/sysv/linux/alpha/osf_getitimer.c | 19 +++---- sysdeps/unix/sysv/linux/alpha/osf_getrusage.c | 13 ++--- sysdeps/unix/sysv/linux/alpha/osf_gettimeofday.c | 21 +++----- sysdeps/unix/sysv/linux/alpha/osf_setitimer.c | 22 +++----- sysdeps/unix/sysv/linux/alpha/osf_settimeofday.c | 4 +- sysdeps/unix/sysv/linux/alpha/osf_utimes.c | 3 +- sysdeps/unix/sysv/linux/alpha/osf_wait4.c | 20 +++----- sysdeps/unix/sysv/linux/alpha/syscalls.list | 15 +++--- sysdeps/unix/sysv/linux/alpha/tv32-compat.h | 33 +++++------- sysdeps/unix/sysv/linux/arm/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/clock_getcpuclockid.c | 10 +++- sysdeps/unix/sysv/linux/clock_getres.c | 11 +++- sysdeps/unix/sysv/linux/clock_gettime.c | 11 +++- sysdeps/unix/sysv/linux/clock_nanosleep.c | 10 +++- sysdeps/unix/sysv/linux/clock_settime.c | 10 +++- sysdeps/unix/sysv/linux/csky/libc.abilist | 1 + sysdeps/unix/sysv/linux/hppa/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/i386/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/ia64/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/microblaze/libc.abilist | 1 + .../unix/sysv/linux/mips/mips32/fpu/libc.abilist | 6 +++ .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 6 +++ .../unix/sysv/linux/mips/mips64/n32/libc.abilist | 6 +++ .../unix/sysv/linux/mips/mips64/n64/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/nios2/libc.abilist | 1 + .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 6 +++ .../linux/powerpc/powerpc32/nofpu/libc.abilist | 6 +++ .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 6 +++ .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 1 + sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 1 + sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/sh/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/timespec_get.c | 46 ----------------- sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 6 +++ sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 6 +++ time/Makefile | 16 +++--- time/Versions | 15 +++++- time/clock_getcpuclockid.c | 9 +++- time/clock_getres.c | 11 +++- time/clock_gettime.c | 11 +++- time/clock_nanosleep.c | 11 +++- time/clock_settime.c | 11 +++- time/ftime.c | 30 +++++++---- time/stime.c | 10 +++- time/sys/timeb.h | 43 ---------------- time/time.c | 11 ++-- time/time.h | 6 --- time/timespec_get.c | 14 ++--- time/tst-ftime.c | 58 --------------------- time/{tst-ftime_l.c => tst-strftime_l.c} | 0 74 files changed, 461 insertions(+), 461 deletions(-) delete mode 100644 sysdeps/posix/timespec_get.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/adjtime.c delete mode 100644 sysdeps/unix/sysv/linux/timespec_get.c delete mode 100644 time/sys/timeb.h delete mode 100644 time/tst-ftime.c rename time/{tst-ftime_l.c => tst-strftime_l.c} (100%)