This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 60167dc24b Update hppa libm-test-ulps new 496e36f225 tst: Extend cross-test-ssh.sh to specify if target date can [...] new a156555007 support: Provide xclock_settime test helper function new 3f337843ec tst: Add test for clock_settime new b4effffde8 tst: Add test for clock_adjtime new 4de01867dc tst: Modify tst-clock_adjtime to allow reuse of its code new 39f39cade3 tst: Add test for adjtimex new 6b6a151c77 tst: Add test for ntp_adjtime new 6905404496 tst: Add test for settimeofday
The 8 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: INSTALL | 15 ++++++ manual/install.texi | 20 +++++++ scripts/cross-test-ssh.sh | 25 ++++++++- support/Makefile | 1 + support/{xfchmod.c => xclock_settime.c} | 18 ++++--- support/xtime.h | 5 ++ sysdeps/unix/sysv/linux/Makefile | 3 +- .../unix/sysv/linux/tst-adjtimex.c | 10 ++-- .../linux/{tst-timerfd.c => tst-clock_adjtime.c} | 61 ++++++++++++---------- .../unix/sysv/linux/tst-ntp_adjtime.c | 10 ++-- time/Makefile | 3 +- .../tst-clock_settime.c | 28 +++++----- .../linux/tst-ppoll.c => time/tst-settimeofday.c | 47 ++++++++--------- 13 files changed, 158 insertions(+), 88 deletions(-) copy support/{xfchmod.c => xclock_settime.c} (65%) copy elf/dl-diagnostics-kernel.c => sysdeps/unix/sysv/linux/tst-adjtimex.c (85%) copy sysdeps/unix/sysv/linux/{tst-timerfd.c => tst-clock_adjtime.c} (52%) copy elf/dl-diagnostics-kernel.c => sysdeps/unix/sysv/linux/tst-ntp_adjtime.c (84%) copy posix/tst-sched_rr_get_interval.c => time/tst-clock_settime.c (60%) copy sysdeps/unix/sysv/linux/tst-ppoll.c => time/tst-settimeofday.c (52%)