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 8621a1b20c linux: Use getdents64 on readdir64 compat implementation discards 126e0e2318 linux: Add __old_readdir64_unlocked discards 75c0e60507 linux: Add __readdir64_unlocked discards 39d7abcfec linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050] discards 2f2bc5957a linux: Use getdents64 on non-LFS readdir discards 672c91d33c linux: Use internal DIR locks when accessing filepos on telldir discards 49ffe35ce2 linux: Add __readdir_unlocked discards 0a6ff811c0 linux: Simplify opendir buffer allocation discards d75d5ba4e4 linux: Move posix dir implementations to Linux new 8d7d1c1d28 linux: Move posix dir implementations to Linux new 85030d0a99 linux: Simplify opendir buffer allocation new 09a38c487d linux: Add __readdir_unlocked new c47a5befab linux: Use internal DIR locks when accessing filepos on telldir new 5953fcf52f linux: Use getdents64 on non-LFS readdir new e3315202b5 linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050] new 583ab0117a linux: Add __readdir64_unlocked new 845ad64221 linux: Add __old_readdir64_unlocked new 5d2edfbc17 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 (8621a1b20c) \ N -- N -- N refs/heads/azanella/bz23960 (5d2edfbc17)
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 9 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: dirent/tst-seekdir2.c | 9 ++++- sysdeps/unix/sysv/linux/opendir.c | 7 ++-- sysdeps/unix/sysv/linux/readdir.c | 2 +- .../sysv/linux/{dirstream_nolfs.h => readdir.h} | 44 +++++++++++++--------- sysdeps/unix/sysv/linux/readdir64.c | 2 +- sysdeps/unix/sysv/linux/seekdir.c | 4 +- 6 files changed, 42 insertions(+), 26 deletions(-) rename sysdeps/unix/sysv/linux/{dirstream_nolfs.h => readdir.h} (80%)