This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/y2038 in repository glibc.
discards 6ac4892ae8 y2038: Add test coverage discards a2731e40fb y2038: Add support for 64 bit time on legacy ABIs discards 044f5d79df linux: s390: Add libanl.abilist in s390 and s390x discards 9ad71172bc linux: mips: Split libanl.abilist in n32 and n64 discards fe7a34b2b8 linux: mips: Split libpthread.abilist in n32 and n64 discards 93391374cc y2038: Use a common definition for shmid_ds discards 419874621c y2038: Use a common definition for semid_ds discards 865470a1ea y2038: Use a common definition for msqid_ds discards 3723d0ce50 y2038: Use a common definition for stat discards 5ba98b5f03 y2038: linux: Add __USE_TIME_BITS64 support for struct timex discards c5e38323c0 y2038: Add __USE_TIME_BITS64 support for struct utimbuf discards f50383eb72 y2038: Add __USE_TIME_BITS64 support for struct timespec discards 3a223d66ea y2038: Add __USE_TIME_BITS64 support for struct timeval discards ee5fd6db65 y2038: Add __USE_TIME_BITS64 support for time_t discards 32cc899ed5 tst: Add test for clock_adjtime discards b5373c261d tst: Add test for clock_settime discards 4777fff222 support: Provide xclock_settime test helper function discards c7bec41df8 tst: Add test for futimens discards c56544d707 tst: Extend cross-test-ssh.sh to specify if target date can [...] discards 3993442546 nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 [...] discards ed757527e8 login: Rewrite utmp/wtmp locking mechanism (BZ #24492) discards 1210d2fde1 Remove __WORDSIZE_TIME64_COMPAT32 discards 343a81eb90 login: Use 64-bit time on struct lastlog discards 9e762e39d4 linux: Add pwrite64_nocancel discards 49942074bc login: Add 64-bit time support to utmp/utmpx discards 562639fbc8 Add tests-container-internal rules discards 5a662245b9 support: Add 'touch' command discards 4f6c523b0f Consolidate and simplify internal utmp definitions discards 247bead7ca login: Move gnu utmpx to default implementation discards ed09ed89e0 login: Consolidate utmp and utmpx headers discards 57d7367ded linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS} discards d3a8ef25d8 linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} discards 80770c5d8c linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO new c896605c69 linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO new 3ac3578dd2 linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} new 9c0cb07bc4 linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS} new a835f4c7a1 login: Consolidate utmp and utmpx headers new 8569f443b5 login: Move gnu utmpx to default implementation new 478e9bc9a6 Consolidate and simplify internal utmp definitions new 5429827ed6 support: Add 'touch' command new 4e7b619548 Add tests-container-internal rules new f7e491ac74 login: Add 64-bit time support to utmp/utmpx new d87d88cf14 linux: Add pwrite64_nocancel new c83630549c login: Use 64-bit time on struct lastlog new 214b86e20a Remove __WORDSIZE_TIME64_COMPAT32 new 301bfc9c80 login: Rewrite utmp/wtmp locking mechanism (BZ #24492) new 12fe0d5b54 nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 [...] new 17d74bd54d tst: Extend cross-test-ssh.sh to specify if target date can [...] new d19dd07904 tst: Add test for futimens new 63340d0fa3 support: Provide xclock_settime test helper function new 76f0bd8d13 tst: Add test for clock_settime new 91b32cbf05 tst: Add test for clock_adjtime new 3153230f9b y2038: Add __USE_TIME_BITS64 support for time_t new ea8d1af548 y2038: Add __USE_TIME_BITS64 support for struct timeval new ebb94c9601 y2038: Add __USE_TIME_BITS64 support for struct timespec new 0ad1eb4b93 y2038: Add __USE_TIME_BITS64 support for struct utimbuf new c400ce88ce y2038: linux: Add __USE_TIME_BITS64 support for struct timex new 6260c7c377 y2038: Use a common definition for stat new 12f5f2000f y2038: Use a common definition for msqid_ds new 632ecf56cf y2038: Use a common definition for semid_ds new 6e08d99688 y2038: Use a common definition for shmid_ds new 86f6433d09 linux: mips: Split libpthread.abilist in n32 and n64 new 85c4177ddb linux: mips: Split librt.abilist in n32 and n64 new 78bc057e3a linux: mips: Split libanl.abilist in n32 and n64 new 7f71ecaad8 linux: s390: Add libanl.abilist in s390 and s390x new 178e18a113 y2038: Add support for 64 bit time on legacy ABIs new 2da1ca6bc2 y2038: Add test coverage
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 (6ac4892ae8) \ N -- N -- N refs/heads/azanella/y2038 (2da1ca6bc2)
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 34 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: include/sys/socket.h | 17 ++--- sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/Versions | 1 + .../unix/sysv/linux/alpha/bits/socket-constants.h | 7 +++ sysdeps/unix/sysv/linux/bits/socket-constants.h | 27 +++++--- .../linux/{recvmsg.c => convert_scm_timestamps.c} | 53 ++++++---------- .../unix/sysv/linux/hppa/bits/socket-constants.h | 17 ++--- .../unix/sysv/linux/mips/bits/socket-constants.h | 19 +++--- .../sysv/linux/mips/mips64/{ => n32}/librt.abilist | 0 .../s390-64 => mips/mips64/n64}/librt.abilist | 5 -- .../sysv/linux/powerpc/bits/socket-constants.h | 19 +++--- sysdeps/unix/sysv/linux/recvmsg.c | 72 ---------------------- sysdeps/unix/sysv/linux/setsockopt.c | 4 +- .../unix/sysv/linux/sparc/bits/socket-constants.h | 19 +++--- 14 files changed, 91 insertions(+), 171 deletions(-) copy sysdeps/unix/sysv/linux/{recvmsg.c => convert_scm_timestamps.c} (75%) rename sysdeps/unix/sysv/linux/mips/mips64/{ => n32}/librt.abilist (100%) copy sysdeps/unix/sysv/linux/{s390/s390-64 => mips/mips64/n64}/librt.abilist (86%)