This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/bz23960 in repository glibc.
discards 5d2edfbc17 linux: Use getdents64 on readdir64 compat implementation discards 845ad64221 linux: Add __old_readdir64_unlocked discards 583ab0117a linux: Add __readdir64_unlocked discards e3315202b5 linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050] discards 5953fcf52f linux: Use getdents64 on non-LFS readdir discards c47a5befab linux: Use internal DIR locks when accessing filepos on telldir discards 09a38c487d linux: Add __readdir_unlocked discards 85030d0a99 linux: Simplify opendir buffer allocation new e84a7ef34d linux: Simplify opendir buffer allocation new bc08d27a4d linux: Add __readdir_unlocked new 3c323eb3c4 linux: Use internal DIR locks when accessing filepos on telldir new bf75a21f54 linux: Use getdents64 on non-LFS readdir new 7c4f353cd9 linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050] new 3ff85f6578 linux: Add __readdir64_unlocked new 8bd86fb8bf linux: Add __old_readdir64_unlocked new 2a73dbb0c0 linux: Use getdents64 on readdir64 compat implementation
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 (5d2edfbc17) \ N -- N -- N refs/heads/azanella/bz23960 (2a73dbb0c0)
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 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: sysdeps/unix/sysv/linux/opendir.c | 9 +++----- sysdeps/unix/sysv/linux/readdir.c | 6 +++++ sysdeps/unix/sysv/linux/readdir.h | 48 ++++++++++++++++++++++++++++++++------- 3 files changed, 49 insertions(+), 14 deletions(-)