This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/glibc-hwcaps in repository glibc.
discards 704c48fd05 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] discards ffef62d315 elf: Process glibc-hwcaps subdirectories in ldconfig discards 7daa92c1e6 elf: In ldconfig, extract the new_sub_entry function from se [...] discards c27e67d784 elf: Implement tail merging of strings in ldconfig discards a512949efa elf: Implement a string table for ldconfig, with tail merging discards e1b021451a elf: Unify old and new format cache handling code in ld.so discards f4f7adb2d4 elf: Add extension mechanism to ld.so.cache discards b2987a1148 elf: Add endianness markup to ld.so.cache discards eec88dfcec aarch64: Add glibc-hwcaps support discards ce8a9e1ad5 s390x: Add Add glibc-hwcaps support discards 01faff4932 powerpc64le: Add glibc-hwcaps support discards e475fe134a x86_64: Add glibc-hwcaps support discards 47cb6998ed elf: Add glibc-hwcaps support for LD_LIBRARY_PATH discards f3dc341aa2 elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to [...] discards b124245ba3 elf: Enhance ld.so --help to print HWCAP subdirectories discards eb770614c0 elf: Add library search path information to ld.so --help discards c937c21fab elf: Make __rtld_env_path_list and __rtld_search_dirs global [...] discards 8b705ed302 elf: Print the full name of the dynamic loader in the ld.so [...] discards 7f4601c648 elf: Use the term "program interpreter" in the ld.so help message discards c09581872b scripts/update-copyrights: Update csu/version.c, elf/dl-usage.c discards 7333a9c583 elf: Implement ld.so --version discards 05bb7e01b9 elf: Implement ld.so --help discards ab35cf9efe elf: Record whether paths come from LD_LIBRARY_PATH or --lib [...] discards 82d06d8f60 elf: Move ld.so error/help output to _dl_usage discards 37a8980cbc elf: Extract command-line/environment variables state from rtld.c discards 5b4f6b0bb9 elf: Implement _dl_write discards bd7ec4292a elf: Implement __rtld_malloc_is_full discards 75fdede6bc elf: Do not search HWCAP subdirectories in statically linked [...] adds 238032ead6 aarch64: enforce >=64K guard size [BZ #26691] adds 574500a108 sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637] adds a16d2abd49 sysvipc: Return EINVAL for invalid semctl commands adds 20a00dbefc sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639] adds be9b0b9a01 sysvipc: Return EINVAL for invalid msgctl commands adds b2cdadde4d Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time adds 3102e28bd1 y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock [...] adds 5bb2e5300b manual: Fix typo adds 19302b27bd Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647) adds 78e09591a5 Optimize scripts/merge-test-results.sh adds 862897d2ad Replace Minumum/minumum with Minimum/minimum adds 7a887dd537 posix: Fix -Warray-bounds instances building timer_create [B [...] adds c42b7058a2 login/tst-grantpt: Convert to support framework, more error [...] adds 0f9793a556 Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053) adds 27fe5f2e67 Linux: Require properly configured /dev/pts for PTYs adds 56f8d44294 elf: Do not search HWCAP subdirectories in statically linked [...] adds b31d4355ae elf: Implement _dl_write adds a04689ee7a nptl: Add missing cancellation flags on futex_internal and p [...] adds 8f8052c2aa Revert "Fix missing redirects in testsuite targets" adds c0e9ddf59e __vfscanf_internal: fix aliasing violation (bug 26690) adds 72d36ffd7d elf: Implement __rtld_malloc_is_complete adds 2bf9e641fd elf: Extract command-line/environment variables state from rtld.c adds 9590a71adc elf: Move ld.so error/help output to _dl_usage adds 27316f4a23 elf: Record whether paths come from LD_LIBRARY_PATH or --lib [...] adds e0f1a58f3d elf: Implement ld.so --help adds 601f40d37b Update alpha libm-test-ulps adds ebcff89a98 Update mips64 libm-test-ulps adds addff78f1f nptl: Add missing cancellation flags on lockf adds 542923d949 elf: Implement ld.so --version adds 1a945ba5ad scripts/update-copyrights: Update csu/version.c, elf/dl-usage.c adds ca52c56abf elf: Use the term "program interpreter" in the ld.so help message adds db03874df9 elf: Print the full name of the dynamic loader in the ld.so [...] adds 50b1b7a390 elf: Make __rtld_env_path_list and __rtld_search_dirs global [...] adds 3eff7504ca Avoid GCC 11 -Warray-parameter warnings [BZ #26686]. adds c5db00dc30 sunrpc: Adjust RPC function declarations to match Sun's (bug 26686] adds 10b39a5124 elf: Add library search path information to ld.so --help adds 647103ea3a elf: Enhance ld.so --help to print HWCAP subdirectories adds bb5fd5ce64 elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to [...] adds 7674695cf7 <sys/platform/x86.h>: Add Intel UINTR support adds ebe454bcca <sys/platform/x86.h>: Add AVX512_FP16 support adds 875a50ff63 <sys/platform/x86.h>: Add AVX-VNNI support adds c712401bc6 <sys/platform/x86.h>: Add Intel HRESET support adds 428985c436 <sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM support adds 8ed005daf0 Remove stat wrapper functions, move them to exported symbols adds 589260cef8 Remove mknod wrapper functions, move them to symbols adds d892723830 linux: Move the struct stat{64} to struct_stat.h adds 30f1c74394 linux: Implement {l}fstat{at} in terms of fstatat adds 6073bae64c linux: Disentangle fstatat from fxstatat adds 20b39d5946 linux: Move {f}xstat{at} to compat symbols adds aa03f722f3 linux: Add {f}stat{at} y2038 support adds 81b83ff61f linux: Move xmknod{at} to compat symbols adds 5a619c1f46 hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID) adds 21181d1c7b elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c adds 7ee881f1f4 rtld: fix typo in comment adds a5177499e4 manual: replace an obsolete collation example with a valid one adds af548086ed manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015] adds 880a12e96d Add missing stat/mknod symbol on libc.abilist some ABIs adds 873e239a4c support: Provide a way to reorder responses within the DNS t [...] adds 08443b1996 support: Provide a way to clear the RA bit in DNS server responses adds f1f00c0721 resolv: Handle transaction ID collisions in parallel queries [...] new 36937b5dfa elf: Add glibc-hwcaps support for LD_LIBRARY_PATH new f73175bfc1 x86_64: Add glibc-hwcaps support new a3370a61ae powerpc64le: Add glibc-hwcaps support new 11348e6977 s390x: Add Add glibc-hwcaps support new b03038d771 elf: Add endianness markup to ld.so.cache new 1441db4c6d elf: Add extension mechanism to ld.so.cache new f605c8f311 elf: Unify old and new format cache handling code in ld.so new 93bcd0ec0b elf: Implement a string table for ldconfig, with tail merging new 6fe6eacbcf elf: Implement tail merging of strings in ldconfig new a93bb9135e elf: In ldconfig, extract the new_sub_entry function from se [...] new be11be5a51 elf: Process glibc-hwcaps subdirectories in ldconfig new 587fc3e8e3 elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...]
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 (704c48fd05) \ N -- N -- N refs/heads/fw/glibc-hwcaps (587fc3e8e3)
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 12 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 | 11 +- NEWS | 12 +- bits/sigstack.h | 2 +- elf/Makefile | 63 +++- elf/dl-cache.c | 2 +- elf/dl-hwcaps-subdirs.c | 2 +- elf/dl-hwcaps.c | 22 +- elf/dl-hwcaps.h | 31 +- elf/dl-main.h | 20 +- elf/dl-minimal.c | 2 +- elf/dl-usage.c | 27 +- ...dl-hwcaps-subdirs.c => markermodMARKER-VALUE.c} | 16 +- elf/rtld.c | 47 +-- .../tst-glibc-hwcaps-mask.c | 18 +- ...hwcaps-subdirs.c => tst-glibc-hwcaps-prepend.c} | 17 +- elf/{dl-hwcaps-subdirs.c => tst-glibc-hwcaps.c} | 15 +- grp/Makefile | 2 +- include/bits/types/struct___jmp_buf_tag.h | 1 + include/rtld-malloc.h | 2 +- include/sys/stat.h | 152 +++++++--- intl/Makefile | 10 +- io/Makefile | 11 +- io/Versions | 5 + io/fstat.c | 30 +- io/fstat64.c | 33 +-- io/fstatat.c | 33 +-- io/fstatat64.c | 33 +-- io/lstat.c | 30 +- io/lstat64.c | 33 +-- io/mknod.c | 32 +- io/mknodat.c | 32 +- io/stat.c | 31 +- io/stat64.c | 33 +-- io/sys/stat.h | 161 ---------- libio/Makefile | 2 +- localedata/Makefile | 4 +- login/tst-grantpt.c | 105 ++++--- malloc/Makefile | 2 +- malloc/malloc.c | 2 +- manual/install.texi | 11 +- manual/memory.texi | 2 +- manual/platform.texi | 21 ++ manual/string.texi | 6 +- manual/threads.texi | 2 +- nptl/Makefile | 2 +- nptl/allocatestack.c | 14 +- nptl/pthreadP.h | 18 ++ nptl/pthread_rwlock_clockrdlock.c | 20 +- nptl/pthread_rwlock_clockwrlock.c | 20 +- nptl/pthread_rwlock_common.c | 33 +-- nptl/pthread_rwlock_rdlock.c | 2 +- nptl/pthread_rwlock_timedrdlock.c | 20 +- nptl/pthread_rwlock_timedwrlock.c | 20 +- nptl/pthread_rwlock_wrlock.c | 2 +- nptl_db/fetch-value.c | 4 +- nscd/gai.c | 5 + posix/Makefile | 6 +- resolv/Makefile | 7 + resolv/res_send.c | 40 +-- resolv/tst-resolv-txnid-collision.c | 329 +++++++++++++++++++++ scripts/merge-test-results.sh | 7 +- setjmp/Makefile | 3 +- .../bits/types/struct___jmp_buf_tag.h | 31 +- setjmp/setjmp.h | 15 +- stdio-common/Makefile | 4 +- stdio-common/vfscanf-internal.c | 22 +- stdlib/Makefile | 4 +- sunrpc/netname.c | 5 +- sunrpc/rpc/auth.h | 8 +- support/Makefile | 2 + .../resolv_response_context_duplicate.c | 26 +- .../resolv_response_context_free.c | 17 +- support/resolv_test.c | 63 ++-- support/resolv_test.h | 41 ++- sysdeps/aarch64/nptl/pthreaddef.h | 3 + sysdeps/alpha/fpu/libm-test-ulps | 2 +- sysdeps/alpha/nptl/pthreaddef.h | 3 + sysdeps/arc/nptl/pthreaddef.h | 3 + sysdeps/arm/nptl/pthreaddef.h | 3 + sysdeps/csky/nptl/pthreaddef.h | 3 + sysdeps/generic/struct_stat_time64.h | 6 + sysdeps/generic/xstatver.h | 4 + sysdeps/hppa/nptl/pthreaddef.h | 3 + sysdeps/i386/nptl/pthreaddef.h | 3 + sysdeps/ia64/nptl/pthreaddef.h | 3 + sysdeps/m68k/nptl/pthreaddef.h | 3 + sysdeps/mach/clock_gettime.c | 88 +++++- sysdeps/mach/hurd/i386/libc.abilist | 10 + sysdeps/mach/hurd/xmknod.c | 17 +- sysdeps/mach/hurd/xmknodat.c | 12 +- sysdeps/microblaze/nptl/pthreaddef.h | 3 + sysdeps/mips/mips64/libm-test-ulps | 2 +- sysdeps/mips/nptl/pthreaddef.h | 3 + sysdeps/nios2/nptl/pthreaddef.h | 3 + sysdeps/nptl/Makefile | 1 + sysdeps/nptl/futex-internal.c | 70 +++++ sysdeps/nptl/futex-internal.h | 6 + sysdeps/nptl/pthread.h | 5 +- sysdeps/posix/getaddrinfo.c | 2 +- sysdeps/posix/mkfifo.c | 3 +- sysdeps/posix/mkfifoat.c | 3 +- sysdeps/powerpc/nptl/pthreaddef.h | 3 + sysdeps/powerpc/powerpc64/le/Makefile | 22 ++ sysdeps/powerpc/powerpc64/le/dl-hwcaps-subdirs.c | 21 +- sysdeps/powerpc/powerpc64/le/tst-glibc-hwcaps.c | 54 ++++ sysdeps/riscv/nptl/pthreaddef.h | 3 + sysdeps/s390/nptl/pthreaddef.h | 3 + sysdeps/s390/s390-64/dl-hwcaps-subdirs.c | 2 +- sysdeps/sh/nptl/pthreaddef.h | 3 + sysdeps/sparc/sparc32/pthreaddef.h | 3 + sysdeps/sparc/sparc64/pthreaddef.h | 3 + sysdeps/unix/sysv/linux/Makefile | 8 +- sysdeps/unix/sysv/linux/aarch64/libc.abilist | 10 + .../linux/alpha/bits/{stat.h => struct_stat.h} | 56 +--- sysdeps/unix/sysv/linux/alpha/fxstat64.c | 14 +- sysdeps/unix/sysv/linux/alpha/fxstatat64.c | 11 +- sysdeps/unix/sysv/linux/alpha/libc.abilist | 10 + sysdeps/unix/sysv/linux/alpha/lxstat64.c | 13 +- sysdeps/unix/sysv/linux/alpha/xstat64.c | 13 +- sysdeps/unix/sysv/linux/alpha/xstatver.h | 14 + sysdeps/unix/sysv/linux/arc/libc.abilist | 10 + sysdeps/unix/sysv/linux/arm/be/libc.abilist | 10 + sysdeps/unix/sysv/linux/arm/le/libc.abilist | 10 + sysdeps/unix/sysv/linux/bits/stat.h | 114 +------ .../unix/sysv/linux/bits/{stat.h => struct_stat.h} | 59 +--- sysdeps/unix/sysv/linux/csky/libc.abilist | 10 + .../unix/sysv/linux/fstat.c | 20 +- .../unix/sysv/linux/{mips/lxstat.c => fstat64.c} | 48 +-- sysdeps/unix/sysv/linux/fstatat.c | 82 +++++ sysdeps/unix/sysv/linux/fstatat64.c | 128 ++++++++ sysdeps/unix/sysv/linux/fxstat.c | 9 +- sysdeps/unix/sysv/linux/fxstat64.c | 17 +- sysdeps/unix/sysv/linux/fxstatat.c | 8 +- sysdeps/unix/sysv/linux/fxstatat64.c | 16 +- .../linux/generic/bits/{stat.h => struct_stat.h} | 59 +--- sysdeps/unix/sysv/linux/generic/xstatver.h | 10 + sysdeps/unix/sysv/linux/getpt.c | 67 +---- sysdeps/unix/sysv/linux/grantpt.c | 73 +++-- sysdeps/unix/sysv/linux/hppa/libc.abilist | 10 + sysdeps/unix/sysv/linux/i386/libc.abilist | 10 + .../sysv/linux/ia64/bits/{stat.h => struct_stat.h} | 53 +--- sysdeps/unix/sysv/linux/ia64/libc.abilist | 10 + sysdeps/unix/sysv/linux/ia64/xstatver.h | 10 + sysdeps/unix/sysv/linux/kernel-posix-timers.h | 52 +++- sysdeps/unix/sysv/linux/kstat_cp.h | 2 + .../unix/sysv/linux/lstat.c | 20 +- .../unix/sysv/linux/{mips/lxstat.c => lstat64.c} | 47 +-- sysdeps/unix/sysv/linux/lxstat.c | 9 +- sysdeps/unix/sysv/linux/lxstat64.c | 23 +- .../sysv/linux/m68k/bits/{stat.h => struct_stat.h} | 57 +--- sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 10 + sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 10 + sysdeps/unix/sysv/linux/m68k/xstatver.h | 13 + sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 10 + .../microblaze/bits/{stat.h => struct_stat.h} | 65 +--- sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 10 + sysdeps/unix/sysv/linux/microblaze/xstatver.h | 13 + .../sysv/linux/mips/bits/{stat.h => struct_stat.h} | 57 +--- sysdeps/unix/sysv/linux/mips/configure | 2 +- sysdeps/unix/sysv/linux/mips/configure.ac | 2 +- sysdeps/unix/sysv/linux/mips/fxstat.c | 9 +- sysdeps/unix/sysv/linux/mips/lxstat.c | 9 +- .../unix/sysv/linux/mips/mips32/fpu/libc.abilist | 10 + .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 10 + sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c | 8 +- sysdeps/unix/sysv/linux/mips/mips64/fxstatat.c | 9 +- sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c | 9 +- sysdeps/unix/sysv/linux/mips/mips64/kstat_cp.h | 75 +++++ sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c | 8 +- .../unix/sysv/linux/mips/mips64/n32/libc.abilist | 10 + .../unix/sysv/linux/mips/mips64/n64/libc.abilist | 10 + sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c | 3 - sysdeps/unix/sysv/linux/mips/mips64/xstat64.c | 9 +- sysdeps/unix/sysv/linux/mips/xstat.c | 9 +- sysdeps/unix/sysv/linux/mips/xstatver.h | 13 + .../unix/sysv/linux/mknod.c | 17 +- .../hurd/xmknod.c => unix/sysv/linux/mknodat.c} | 24 +- sysdeps/unix/sysv/linux/msgctl.c | 53 +++- sysdeps/unix/sysv/linux/nios2/libc.abilist | 10 + .../linux/powerpc/bits/{stat.h => struct_stat.h} | 64 +--- .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 10 + .../linux/powerpc/powerpc32/nofpu/libc.abilist | 10 + .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 10 + .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 10 + sysdeps/unix/sysv/linux/powerpc/xstatver.h | 17 ++ sysdeps/unix/sysv/linux/ptsname.c | 95 +----- sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 20 +- sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 10 + .../sysv/linux/s390/bits/{stat.h => struct_stat.h} | 68 +---- sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 10 + sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 10 + sysdeps/unix/sysv/linux/s390/xstatver.h | 19 ++ sysdeps/unix/sysv/linux/semctl.c | 16 + sysdeps/unix/sysv/linux/sh/be/libc.abilist | 10 + sysdeps/unix/sysv/linux/sh/le/libc.abilist | 10 + .../linux/sparc/bits/{stat.h => struct_stat.h} | 60 +--- sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 10 + sysdeps/unix/sysv/linux/sparc/sparc64/kstat_cp.h | 46 +++ sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 10 + sysdeps/unix/sysv/linux/sparc/xstatver.h | 13 + .../unix/sysv/linux/stat.c | 20 +- .../unix/sysv/linux/{mips/lxstat.c => stat64.c} | 48 +-- sysdeps/unix/sysv/linux/stat_t64_cp.c | 56 ++++ .../unix/sysv/linux/{statx_cp.h => stat_t64_cp.h} | 11 +- sysdeps/unix/sysv/linux/statx_cp.c | 30 ++ sysdeps/unix/sysv/linux/statx_cp.h | 3 + sysdeps/unix/sysv/linux/struct_stat_time64.h | 85 ++++++ sysdeps/unix/sysv/linux/timer_create.c | 74 ++--- sysdeps/unix/sysv/linux/timer_delete.c | 15 +- sysdeps/unix/sysv/linux/timer_getoverr.c | 8 +- sysdeps/unix/sysv/linux/timer_gettime.c | 6 +- sysdeps/unix/sysv/linux/timer_settime.c | 8 +- sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c | 177 +++++++++++ sysdeps/unix/sysv/linux/tst-sysvsem-linux.c | 184 ++++++++++++ sysdeps/unix/sysv/linux/unlockpt.c | 21 +- .../sysv/linux/x86/bits/{stat.h => struct_stat.h} | 67 +---- sysdeps/unix/sysv/linux/x86/xstatver.h | 16 + sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 10 + sysdeps/unix/sysv/linux/x86_64/timer_gettime.c | 4 +- sysdeps/unix/sysv/linux/x86_64/timer_settime.c | 5 +- sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 10 + sysdeps/unix/sysv/linux/xmknod.c | 20 +- sysdeps/unix/sysv/linux/xmknodat.c | 23 +- sysdeps/unix/sysv/linux/xstat.c | 9 +- sysdeps/unix/sysv/linux/xstat64.c | 17 +- sysdeps/unix/sysv/linux/xstatver.h | 13 + sysdeps/x86/cpu-features.c | 7 + sysdeps/x86/sys/platform/x86.h | 27 +- sysdeps/x86/tst-get-cpu-features.c | 12 + sysdeps/x86_64/Makefile | 36 ++- sysdeps/x86_64/dl-hwcaps-subdirs.c | 23 +- sysdeps/x86_64/nptl/pthreaddef.h | 3 + sysdeps/x86_64/tst-glibc-hwcaps.c | 65 ++++ sysvipc/test-sysvipc.h | 110 +++++++ sysvipc/test-sysvmsg.c | 5 + sysvipc/test-sysvsem.c | 6 + 236 files changed, 3664 insertions(+), 2099 deletions(-) copy elf/{dl-hwcaps-subdirs.c => markermodMARKER-VALUE.c} (75%) rename sysdeps/aarch64/dl-hwcaps-subdirs.c => elf/tst-glibc-hwcaps-mask.c (75%) copy elf/{dl-hwcaps-subdirs.c => tst-glibc-hwcaps-prepend.c} (73%) copy elf/{dl-hwcaps-subdirs.c => tst-glibc-hwcaps.c} (76%) create mode 100644 include/bits/types/struct___jmp_buf_tag.h create mode 100644 resolv/tst-resolv-txnid-collision.c copy sysdeps/unix/sysv/linux/mips/mips64/xstat64.c => setjmp/bits/types/struct___j [...] copy elf/dl-hwcaps-subdirs.c => support/resolv_response_context_duplicate.c (51%) copy elf/dl-hwcaps-subdirs.c => support/resolv_response_context_free.c (75%) create mode 100644 sysdeps/generic/struct_stat_time64.h create mode 100644 sysdeps/generic/xstatver.h create mode 100644 sysdeps/powerpc/powerpc64/le/tst-glibc-hwcaps.c rename sysdeps/unix/sysv/linux/alpha/bits/{stat.h => struct_stat.h} (68%) create mode 100644 sysdeps/unix/sysv/linux/alpha/xstatver.h copy sysdeps/unix/sysv/linux/bits/{stat.h => struct_stat.h} (72%) copy elf/dl-hwcaps-subdirs.c => sysdeps/unix/sysv/linux/fstat.c (75%) copy sysdeps/unix/sysv/linux/{mips/lxstat.c => fstat64.c} (53%) create mode 100644 sysdeps/unix/sysv/linux/fstatat.c create mode 100644 sysdeps/unix/sysv/linux/fstatat64.c rename sysdeps/unix/sysv/linux/generic/bits/{stat.h => struct_stat.h} (70%) create mode 100644 sysdeps/unix/sysv/linux/generic/xstatver.h rename sysdeps/unix/sysv/linux/ia64/bits/{stat.h => struct_stat.h} (72%) create mode 100644 sysdeps/unix/sysv/linux/ia64/xstatver.h create mode 100644 sysdeps/unix/sysv/linux/kstat_cp.h copy elf/dl-hwcaps-subdirs.c => sysdeps/unix/sysv/linux/lstat.c (74%) copy sysdeps/unix/sysv/linux/{mips/lxstat.c => lstat64.c} (53%) rename sysdeps/unix/sysv/linux/m68k/bits/{stat.h => struct_stat.h} (72%) create mode 100644 sysdeps/unix/sysv/linux/m68k/xstatver.h rename sysdeps/unix/sysv/linux/microblaze/bits/{stat.h => struct_stat.h} (77%) create mode 100644 sysdeps/unix/sysv/linux/microblaze/xstatver.h rename sysdeps/unix/sysv/linux/mips/bits/{stat.h => struct_stat.h} (81%) create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/kstat_cp.h delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c create mode 100644 sysdeps/unix/sysv/linux/mips/xstatver.h copy elf/dl-hwcaps-subdirs.c => sysdeps/unix/sysv/linux/mknod.c (75%) copy sysdeps/{mach/hurd/xmknod.c => unix/sysv/linux/mknodat.c} (62%) rename sysdeps/unix/sysv/linux/powerpc/bits/{stat.h => struct_stat.h} (82%) create mode 100644 sysdeps/unix/sysv/linux/powerpc/xstatver.h rename sysdeps/unix/sysv/linux/s390/bits/{stat.h => struct_stat.h} (80%) create mode 100644 sysdeps/unix/sysv/linux/s390/xstatver.h rename sysdeps/unix/sysv/linux/sparc/bits/{stat.h => struct_stat.h} (72%) create mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/kstat_cp.h create mode 100644 sysdeps/unix/sysv/linux/sparc/xstatver.h copy elf/dl-hwcaps-subdirs.c => sysdeps/unix/sysv/linux/stat.c (75%) copy sysdeps/unix/sysv/linux/{mips/lxstat.c => stat64.c} (53%) create mode 100644 sysdeps/unix/sysv/linux/stat_t64_cp.c copy sysdeps/unix/sysv/linux/{statx_cp.h => stat_t64_cp.h} (73%) create mode 100644 sysdeps/unix/sysv/linux/struct_stat_time64.h create mode 100644 sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c create mode 100644 sysdeps/unix/sysv/linux/tst-sysvsem-linux.c rename sysdeps/unix/sysv/linux/x86/bits/{stat.h => struct_stat.h} (73%) create mode 100644 sysdeps/unix/sysv/linux/x86/xstatver.h create mode 100644 sysdeps/unix/sysv/linux/xstatver.h create mode 100644 sysdeps/x86_64/tst-glibc-hwcaps.c create mode 100644 sysvipc/test-sysvipc.h