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 0ccab8d654 linux: Handle internal DIR offsets as 64-bit discards b3295496c9 linux: Add __readdir64_unlocked discards c245e56dda linux: Use gendents64 on non-LFS readdir discards 60467738ef linux: Simplify opendir buffer allocation discards e9b62d9a9d linux: Move dir implementation to Linux only discards 48c57cf464 Set _DIRENT_HAVE_D_TYPE to 1 discards 4674c3ec02 Assume _DIRENT_HAVE_D_OFF discards a1c3b106c9 posix: Assume _DIRENT_HAVE_D_RECLEN new d75d5ba4e4 linux: Move posix dir implementations to Linux new 0a6ff811c0 linux: Simplify opendir buffer allocation new 49ffe35ce2 linux: Add __readdir_unlocked new 672c91d33c linux: Use internal DIR locks when accessing filepos on telldir new 2f2bc5957a linux: Use getdents64 on non-LFS readdir new 39d7abcfec linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050] new 75c0e60507 linux: Add __readdir64_unlocked new 126e0e2318 linux: Add __old_readdir64_unlocked new 8621a1b20c 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 (0ccab8d654) \ N -- N -- N refs/heads/azanella/bz23960 (8621a1b20c)
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/Makefile | 2 +- dirent/dirent.h | 7 +- dirent/tst-seekdir2.c | 149 ++++++++++++++++++++++++++++++ support/temp_file.c | 12 ++- support/temp_file.h | 7 ++ sysdeps/unix/sysv/linux/dirstream_nolfs.h | 37 +++++++- sysdeps/unix/sysv/linux/getdents64.c | 95 +------------------ sysdeps/unix/sysv/linux/olddirent.h | 4 +- sysdeps/unix/sysv/linux/opendir.c | 7 +- sysdeps/unix/sysv/linux/readdir.c | 2 - sysdeps/unix/sysv/linux/readdir64.c | 49 ++++++---- sysdeps/unix/sysv/linux/readdir64_r.c | 79 ++++------------ sysdeps/unix/sysv/linux/seekdir.c | 38 ++++---- sysdeps/unix/sysv/linux/telldir.c | 26 ++++-- sysdeps/unix/sysv/linux/telldir.h | 39 ++++---- 15 files changed, 317 insertions(+), 236 deletions(-) create mode 100644 dirent/tst-seekdir2.c