Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-benchtests | Distribution: Fedora Project |
Version: 2.41.9000 | Vendor: Fedora Project |
Release: 20.fc43 | Build date: Sun Jun 22 22:21:17 2025 |
Group: Unspecified | Build host: buildvm-s390x-05.s390.fedoraproject.org |
Size: 7174764 | Source RPM: glibc-2.41.9000-20.fc43.src.rpm |
Packager: Fedora Project | |
Url: http://www.gnu.org/software/glibc/ | |
Summary: Benchmarking binaries and scripts for glibc |
This package provides built benchmark binaries and scripts to run microbenchmark tests on the system.
LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.0-or-later AND Unicode-3.0 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only
* Sun Jun 22 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-20 - Remove glibc-rh2368545.patch, applied upstream. - Auto-sync with upstream branch master, commit b3b0d0308c95d213f019b19c33abf1b06911f528: - i386: Update ___tls_get_addr to preserve vector registers - manual: Clarify renameat documentation - posix: Add nonnull attribute to glob_pattern_p. - math: Simplify and optimize modf implementation - math: Simplify and optimize modff implementation - AArch64: Improve codegen SVE log1p helper - AArch64: Optimise SVE FP64 Hyperbolics - AArch64: Optimize SVE exp functions - Fix termios related targets - malloc: Cleanup _mid_memalign - aarch64: simplify calls to __libc_arm_za_disable in assembly - aarch64: GCS: use internal struct in __alloc_gcs - powerpc: Remove assembler workarounds - malloc: Fix tests-malloc-largetcache tests - Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h. - linux/termios: regression test for termios speed functions - include/array_length.h: add array_foreach[_const] macros - termios: unify the naming of the termios speed fields - termios: add new baud_t interface, defined to be explicitly numeric - manual: document all the termios Bxxx constants in the manual - termios: merge the termios baud definitions - hurd+generic/termios: make speed_t an unsigned int - termios: change the generic cfsetspeed() to support arbitrary speeds - hurd/termios: remove USE_OLD_TTY - linux: implement arbitrary and split speeds in termios - linux/termios/powerpc: deal with powerpc-unique ioctl emulation - linux/ioctls: use <linux/sockios.h> for sockios ioctls - io: replace local_isatty() with a proper function __isatty_nostatus() - termios: make __tcsetattr() the internal interface * Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-19 - Remove glibc-fedora-manual-dircategory.patch (#2252409) * Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-18 - Remove glibc-fedora-linux-tcsetattr.patch (#2252406) * Thu Jun 19 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-17 - langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433) * Tue Jun 17 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-16 - Replace glibc-rh2368545.patch with upstream fix under review. - Auto-sync with upstream branch master, commit d1b27eeda3d92f33314e93537437cab11ddf4777: - malloc: Sort tests-exclude-largetcache in Makefile - ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702) - ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059) - ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702) - ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745) - malloc: add testing for large tcache support - malloc: add tcache support for large chunk caching - Always check lockf64 return value - elf: Add optimization barrier for __ehdr_start and _end - htl: move pthread_key_*, pthread_get/setspecific - elf: Remove the unused _etext declaration - io: Mark lockf() __wur [BZ #32800] - benchtests: Improve modf benchtest - benchtests: Add modff benchtest - riscv: Correct __riscv_hwprobe function prototype [BZ #32932] - resolv: Add test for getaddrinfo returning FQDN in ai_canonname - aarch64: fix typo in sysdeps/aarch64/Makefile - Advisory text for CVE-2025-5745 - Advisory text for CVE-2025-5702 - hurd: Make __getrandom_early_init call __mach_init - x86: Avoid GLRO(dl_x86_cpu_features) - manual: Add a comparative example of 'clock_nanosleep' use - AArch64: Fix builderror with GCC 12.1/12.2 - Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex' - aarch64: add __ifunc_hwcap function to be used in ifunc resolvers - aarch64: add support for hwcap3,4 - manual: Document futimens and utimensat - manual: Document unlinkat - manual: Document renameat - manual: Document mkdirat - manual: Document faccessat - manual: Expand Descriptor-Relative Access section - Makefile: Avoid $(objpfx)/ in makefiles - manual: Document error codes missing for 'inet_pton' - manual: Document error codes missing for 'if_nametoindex' - manual: Document error codes missing for 'if_indextoname' - posix: fix building regex when _LIBC isn't defined - localedata: Use the name North Macedonia. - malloc: Count tcache entries downwards - sparc: Fix argument passing to __libc_start_main (BZ 32981) - localedata: Refer to Eswatini instead of Swaziland. - sigaction: don't sign-extend sa_flags - stdio-common: Add nonnull attribute to stdio_ext.h functions. - elf: Fix UB on _dl_map_object_from_fd - argp: Fix shift bug - math: Remove i386 ilogb/ilogbf/llogb/llogbf - math: Optimize float ilogb/llogb - math: Remove UB and optimize double ilogbf - math: Optimize double ilogb/llogb - math: Remove UB and optimize double ilogb - manual: Correct return value description of 'clock_nanosleep' - nss: free dynarray buffer after parsing nsswitch.conf - manual: Document clock_nanosleep - manual: Fix invalid 'illegal' usage with 'nanosleep' - manual: Fix duplicate 'consult' erratum - localedata: Correct Persian collation rules description - stdio-common: Correct 'sscanf' test feature wrapper description - manual: Document error codes missing for 'inet_ntop' - manual: Document error codes missing for 'socket' - stdio-common: Consistently use 'num_digits_len' in 'vfscanf' - Update syscall lists for Linux 6.15 - AArch64: Improve enabling of SVE for libmvec - AArch64: Improve codegen in SVE log1p - Use Linux 6.15 in build-many-glibcs.py - manual: mention PKEY_UNRESTRICTED macro in the manual - linux: use PKEY_UNRESTRICTED macro in tst-pkey - misc: add PKEY_UNRESTRICTED macro - generic: Add missing parameter name to __getrandom_early_init - hurd: Avoid -Wfree-labels warning in _hurd_intr_rpc_mach_msg - Update RISC-V relocations - malloc: Fix malloc init order - Move C warning flags from +gccwarn to +gccwarn-c - doc: Add missing space in documentation of __TIMESIZE - doc: Fix typos in documentation of _TIME_BITS - Fix comment typo in libc-symbols.h - Turn on -Wmissing-parameter-name by default if available - manual: Document getopt_long_only with single letter options (bug 32980) * Fri May 30 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-15 - malloc: Revert to the glibc-2.41.9000-6.fc43 version (#2368545) * Mon May 26 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-14 - Remove glibc-configure-disable-libsupport.patch, solved with upstream commit be61b9493d38032519e596f282f9695667402c8d ("support: Use unwinder in links-dso-program-c only with libgcc_s"). - Fix regression malloc initialization (#2368545) - Auto-sync with upstream branch master, commit 4f4c4fcde76aedc1f5362a51d98ebb57a28fbce9: - Turn on -Wfree-labels by default if available - S390: Use cfi_val_offset instead of cfi_escape. 31bit part - libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f) - INSTALL: Regenerate with texinfo 7.2 - Fix error reporting (false negatives) in SGID tests - manual: Use more inclusive language in comments. - Makerules: Use 'original' instead of 'master' in source. - gen-libm-test: Use 'original source' instead of 'master' in code. - nss_test1: Use 'parametrized template' instead of 'master' in comment. - linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code. - posix: Use more inclusive language in test data. - pylintrc: Remove obsolete ignore section and comments. - support: Pick group in support_capture_subprogram_self_sgid if UID == 0 - ldbl-128: also disable lgammaf128_r builtin when building lgammal_r - elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987) - x86_64: Fix typo in ifunc-impl-list.c. - elf: Test case for bug 32976 (CVE-2025-4802) - support: Use const char * argument in support_capture_subprogram_self_sgid - AArch64: Fix typo in math-vector.h - Fix typos in ldbl-opt makefile - AArch64: Cleanup SVE config and defines - AArch64: Cleanup PAC and BTI - AArch64: Implement AdvSIMD and SVE atan2pi/f - AArch64: Implement AdvSIMD and SVE atanpi/f - AArch64: Implement AdvSIMD and SVE asinpi/f - AArch64: Implement AdvSIMD and SVE acospi/f - AArch64: Optimize inverse trig functions - Document CVE-2025-4802. - ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) - Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower} - Optimize __libc_tsd_* thread variable access - Remove <libc-tsd.h> - manual: add sched_getcpu() - manual: Clarifications for listing directories - manual: add remaining CPU_* macros - powerpc: Remove check for -mabi=ibmlongdouble - aarch64: update tests for SME - aarch64: Disable ZA state of SME in setjmp and sigsetjmp - benchtest: malloc tcache hotpath benchtest - Implement C23 rootn. - malloc: Improve performance of __libc_calloc - S390: Use cfi_val_offset instead of cfi_escape. - powerpc64le: Remove configure check for objcopy >= 2.26. - Raise the minimum binutils version to 2.39 * Tue May 13 2025 DJ Delorie <dj@redhat.com> - 2.41.9000-13 - Auto-sync with upstream branch master, commit ad966bc4efd9e69cbbda2073121cc68f1deb9588. - added benchtest inputs for log2l - added benchtest inputs for expl - aarch64: fix unwinding in longjmp - added benchtest inputs for powl - added benchtest inputs for fmal - manual: fix typo for sched_[sg]etattr - malloc: Improve malloc initialization - Document all CLOCK_* values - malloc: Improved double free detection in the tcache - Correct spelling mistake in test file - hurd: Make rename refuse trailing slashes [BZ #32570] - Implement C23 compoundn - hurd: Fix tst-stack2 test build on Hurd - nss: remove undefined behavior and optimize getaddrinfo - powerpc: Remove POWER7 strncasecmp optimization - manual: add more pthread functions - S390: Add new s390 platform z17. - Correct test descriptors in libm-test-pown.inc - malloc: Inline tcache_try_malloc * Thu May 01 2025 Patsy Griffin <patsy@redhat.com> - 2.41.9000-12 - Auto-sync with upstream branch master, commit 84977600dace5a7cfcb0918e6757939fd4969839: - math: Fix UB on sinpif (BZ 32925) - math: Fix UB on erfcf (BZ 32924) - math: Fix UB on cospif (BZ 32923) - math: Fix UB on cbrtf (BZ 32922) - math: Fix UB on sinhf (BZ 32921) - math: Fix UB on logf (BZ 32920) - math: Fix UB on coshf (BZ 32919) - math: Fix UB on atanhf (BZ 32918) - nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897) - RISC-V: Use builtin for ffs and ffsll while supported extension available - stdio: Remove UB on printf_fp - benchtest: Correct shell script related to bench-malloc-thread * Fri Apr 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-11 - Auto-sync with upstream branch master, commit e04afb71771710cdc6025fe95908f5f17de7b72d: - linux/termio: remove <termio.h> and struct termio - elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882] - Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h - Add AT_* constants from Linux 6.12 - malloc: move tcache_init out of hot tcache paths - aarch64: Add back non-temporal load/stores from oryon-1's memset - aarch64: Add back non-temporal load/stores from oryon-1's memcpy - malloc: Use tailcalls in __libc_free - malloc: Inline tcache_free - malloc: Improve free checks - malloc: Inline _int_free_check - malloc: Inline _int_free - malloc: Move mmap code out of __libc_free hotpath - manual/tunables: fix a trivial typo - Fix spelling mistake "trucate" -> "truncate" - Fix spelling mistake "suports" -> "supports" - Fix spelling mistake "succsefully" -> "successfully" - manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider. - manual: Update standardization of getline and getdelim [BZ #32830] - libio: Add test case for fflush * Mon Apr 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-10 - Auto-sync with upstream branch master, commit 7b47b3dd214c8ff2c699f13efe5533941be53635: - libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes - x86: Detect Intel Diamond Rapids - x86: Handle unknown Intel processor with default tuning - conform: Add initial support for C23. - x86: Add ARL/PTL/CWF model detection support - timezone: Enhance tst-bz28707 diagnostics - powerpc: Remove relocation cache flush code for power64 * Wed Apr 09 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-9 - Auto-sync with upstream branch master, commit 63c99cd50bc9c10f0692f7cb31f4c5f02ff526df: - math: Fix up THREEp96 constant in expf128 [BZ #32411] - elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653) - stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs - stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened - Remove duplicates from binaries-shared-tests when creating make rules - x86: Optimize xstate size calculation - NEWS: update for GCC 12.1 requirement [BZ #32539] * Thu Apr 03 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-8 - Auto-sync with upstream branch master, aaf94ec804830e0e273cfb45d54f4a04ab778fe5: - stdio: fix hurd link for tst-setvbuf2 - stdlib: Fix qsort memory leak if callback throws (BZ 32058) - sysdeps: powerpc: restore -mlong-double-128 check - stdio: Add more setvbuf tests - add ptmx support to test-container - Update syscall lists for Linux 6.14 - x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread - elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823) - Raise the minimum GCC version to 12.1 [BZ #32539] - Fix typo in comment - manual: tidy the longopt.c example - manual: Document functions adopted by POSIX.1-2024. - aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612) - x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) - x86: Skip XSAVE state size reset if ISA level requires XSAVE - malloc: Improve performance of __libc_malloc - stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701] - stdio-common: Reject significand prefixes in scanf [BZ #12701] - stdio-common: Reject integer prefixes in scanf [BZ #12701] - stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988] - stdio-common: Add tests for formatted vsscanf input specifiers - stdio-common: Add tests for formatted vfscanf input specifiers - stdio-common: Add tests for formatted vscanf input specifiers - stdio-common: Add tests for formatted sscanf input specifiers - stdio-common: Add tests for formatted fscanf input specifiers - stdio-common: Add scanf long double data for Intel/Motorola 80-bit format - Implement C23 pown - support: Use unwinder in links-dso-program-c only with libgcc_s - malloc: Use __always_inline for simple functions - linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708] - malloc: Use _int_free_chunk for remainders - Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py - stdio-common: Add scanf long double data for IBM 128-bit format - stdio-common: Add scanf long double data for IEEE 754 binary64 format - stdio-common: Add scanf long double data for IEEE 754 binary128 format - stdio-common: Add scanf double data for IEEE 754 binary64 format - stdio-common: Add scanf float data for IEEE 754 binary32 format - stdio-common: Add scanf integer data for LP64 targets - stdio-common: Add scanf integer data for ILP32 targets - stdio-common: Add tests for formatted scanf input specifiers * Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 2.41.9000-7 - Update riscv64 handling (thanks David Abdurachmanov) * Tue Mar 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-6 - Add glibc-configure-disable-libsupport.patch and --disable-support to work around missing libgcc_s.so.1 in glibc32 build. - Auto-sync with upstream branch master, commit 0544df4f4a9c6ce72de589e95f5bdadce8f103d0: - mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available - aio_suspend64: Fix clock discrepancy [BZ #32795] - Add _FORTIFY_SOURCE support for inet_pton - Prepare inet_pton to be fortified - Update kernel version to 6.13 in header constant tests - support: Link links-dso-program-c with libgcc_s only if available - elf: Use +nolink-deps to add make-only dependency for tst-origin - Makeconfig: Support $(+nolink-deps) in link flags - debug: Improve '%n' fortify detection (BZ 30932) - Remove eloop-threshold.h - malloc: missing initialization of tcache in _mid_memalign - support: Link links-dso-program-c against libgcc_s - Add _FORTIFY_SOURCE support for inet_ntop - Add missing guards in include/arpa/inet.h - Prepare inet_ntop to be fortified * Thu Mar 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-5 - Auto-sync with upstream branch master, commit c5113a838b28a8894da19794ca7a69c5ace959a3: - add inputs giving large errors for rsqrt - malloc: Improve csize2tidx - elf: Fix tst-origin make rules - AArch64: Optimize algorithm in users of SVE expf helper - malloc: Improve arena_for_chunk() - benchtests: Increase iterations of bench-malloc-simple - elf: Fix tst-origin make rules - htl: Make pthread_setcanceltype / state a cancellation point * Fri Mar 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-4 - Auto-sync with upstream branch master, commit 10af00f7a135c85796a9c4c75228358b8898da5c: - tst-fopen-threaded: Only check EOF for failing read - Implement C23 powr - x86_64: Add atanh with FMA - elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] - x86_64: Add sinh with FMA - benchtests: Remove wrong snippet from 360cce0b06 - x86_64: Add tanh with FMA - nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) - nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) - getaddrinfo.c: support MPTCP (BZ #29609) - math: Refactor how to use libm-test-ulps - Update syscall lists for Linux 6.13 - Makefile: Clean up pthread_atfork integration - nptl: Include <stdbool.h> in tst-pthread_gettid_np.c - Linux: Add new test misc/tst-sched_setattr-thread - Linux: Remove attribute access from sched_getattr (bug 32781) - Linux: Add the pthread_gettid_np function (bug 27880) - elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor - s390x: Regenerate ULPs. - math: Remove an extra semicolon in math function declarations - nptl: extend test coverage for sched_yield - posix: Move environ helper variables next to environ definition (bug 32541) - Implement C23 rsqrt * Fri Mar 07 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-3 - Auto-sync with upstream branch master, commit ee3b1d15da412be19583085f81c220653b270c1f: - Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py - elf: Fix handling of symbol versions which hash to zero (bug 29190) - configure: Fix spelling of -Wl,--no-error-execstack option - manual: Mark perror as MT-unsafe and update check-safety.sh - elf: Check if __attribute__ ((aligned (65536))) is supported - htl: Make __pthread_create_internal directly call __pthread_sigmask - htl: Make __pthread_sigmask directly call __sigthreadmask - hurd: Consolidate signal mask change - static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763] - sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf - linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV - Remove dl-procinfo.h - powerpc: Remove unused dl-procinfo.h - powerpc: Move cache geometry information to ld diagnostics - powerpc: Move AT_HWCAP descriptions to ld diagnostics - benchtests: Add random strlen benchmark - benchtests: Improve large memcpy/memset benchmarks - manual: Explain sched_yield semantics with different schedulers - Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717] - malloc: Add integrity check to largebin nextsizes - libio: Clean up fputc/putc comments - htl: move pthread_once into libc - Remove unused dl-procinfo.h - LoongArch: Optimize f{max,min}imum_mag_num{,f} - LoongArch: Optimize f{max,min}imum_num{,f} - LoongArch: Optimize f{max,min}imum_mag{,f} - LoongArch: Optimize f{max,min}imum{,f} - AArch64: Use prefer_sve_ifuncs for SVE memset - sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711) - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664] - RISC-V: Fix IFUNC resolver cannot access gp pointer * Tue Feb 25 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-2 - Auto-sync with upstream branch master, commit 935563754bb5e1f16b9edb392d6c80c6827ddfca: - AArch64: Remove LP64 and ILP32 ifdefs - AArch64: Simplify lrint - AArch64: Remove AARCH64_R macro - AArch64: Cleanup pointer mangling - AArch64: Remove PTR_REG defines - AArch64: Remove PTR_ARG/SIZE_ARG defines - stdlib: Add single-threaded fast path to rand() - Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c - posix: Rewrite cpuset tests - support: Add support_next_to_fault_before support function - math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694) - nptl: clear the whole rseq area before registration - aarch64: Add GCS test with signal handler - aarch64: Add GCS tests for dlopen - aarch64: Add GCS tests for transitive dependencies - aarch64: Add tests for Guarded Control Stack - aarch64: Add configure checks for GCS support * Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1 - Auto-sync with upstream branch master, commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749. - manual: Mark setlogmask as AS-unsafe and AC-unsafe. - AArch64: Add SVE memset - x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723] - manual: Document setlogmask as MT-safe. - math: Consolidate acosf and asinf internal tables - math: Consolidate acospif and asinpif internal tables - math: Consolidate cospif and sinpif internal tables - htl: don't export __pthread_default_rwlockattr anymore. - htl: move pthread_rwlock_init into libc. - htl: move pthread_rwlock_destroy into libc. - htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc. - htl: move pthread_rwlock_unlock into libc. - htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc. - htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc. - htl: move pthread_rwlockattr_destroy into libc. - htl: move pthread_rwlockattr_init into libc. - htl: move __pthread_default_rwlockattr into libc. - Fix tst-aarch64-pkey to handle ENOSPC as not supported - Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c - elf: Keep using minimal malloc after early DTV resize (bug 32412) - libio: Initialize _total_written for all kinds of streams - malloc: Add size check when moving fastbin->tcache - nss: Improve network number parsers (bz 32573, 32575) - nptl: Remove unused __g_refs comment. - advisories: Fix up GLIBC-SA-2025-0001 - AArch64: Improve codegen for SVE powf - AArch64: Improve codegen for SVE pow - AArch64: Improve codegen for SVE erfcf - Aarch64: Improve codegen in SVE exp and users, and update expf_inline - Aarch64: Improve codegen in SVE asinh - math: Improve layout of exp/exp10 data - assert: Add test for CVE-2025-0395 - math: Consolidate coshf and sinhf internal tables - math: Consolidate acoshf and asinhf internal tables - math: Use tanpif from CORE-MATH - math: Use sinpif from CORE-MATH - math: Use cospif from CORE-MATH - math: Use atanpif from CORE-MATH - math: Use atan2pif from CORE-MATH - math: Use asinpif from CORE-MATH - math: Use acospif from CORE-MATH - benchtests: Add tanpif - benchtests: Add sinpif - benchtests: Add cospif - benchtests: Add atanpif - benchtests: Add atan2pif - benchtests: Add asinpif - benchtests: Add acospif - hurd: Replace char foo[1024] with string_t - hurd: Drop useless buffer initialization in ttyname* - mig_strncpy: ensure destination string is null terminated - htl: stop exporting __pthread_default_barrierattr. - htl: move pthread_barrier_wait into libc. - htl: move pthread_barrier_init into libc. - htl: move pthread_barrier_destroy into libc. - htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc. - htl: move pthread_barrierattr_init into libc. - htl: move pthread_barrierattr_destroy into libc. - htl: move __pthread_default_barrierattr into libc. - manual: Update signal descriptions - libio: Replace __LP64__ with __WORDSIZE - powerpc64le: Also avoid IFUNC for __mempcpy - elf: Build dl-tls.o with early startup symbol redirections - manual: make @manpageurl more specific to each output - math: Fix tanf for some inputs (BZ 32630) - elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen - elf: Add fast path to dlopen for fully-opened maps - elf: Determine the caller link map in _dl_open - elf: Merge __dl_libc_freemem into __rtld_libc_freeres - elf: Add l_soname accessor function for DT_SONAME values - elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object - hurd: Use the new __proc_reauthenticate_complete protocol - elf: Do not add a copy of _dl_find_object to libc.so - htl: move pthread_setcancelstate into libc. - math: Fix sinhf for some inputs (BZ 32627) - math: Fix log10p1f internal table value (BZ 32626) - manual: Safety annotations for timespec_get and timespec_getres - sh: Fix tst-guard1 build - manual: Add links to POSIX Semaphores man-pages documentation - manual: Consolidate POSIX Semaphores docs in Threads chapter - ld.so: Decorate BSS mappings - nptl: Add support for setup guard pages with MADV_GUARD_INSTALL - nptl: Correct stack size attribute when stack grows up [BZ #32574] - manual: Update compatibility note on flushing of line-oriented files - htl: move pthread_setcanceltype into libc. - htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. - htl: move pthread_mutex_destroy into libc. - htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc - htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} - htl: move pthread_mutex_init into libc. - htl: remove leftover for pthread_mutexattr_settype - Add test of input file flushing / offset issues - Fix fflush handling for mmap files after ungetc (bug 32535) - Fix fseek handling for mmap files after ungetc or fflush (bug 32529) - Make fflush (NULL) flush input files (bug 32369) - Make fclose seek input file to right offset (bug 12724) - Fix fflush after ungetc on input file (bug 5994) - libio: Add a new fwrite test that evaluates partial writes - libio: Start to return errors when flushing fwrite's buffer [BZ #29459] - Add new tests for fopen - Increase version to 2.41.9000, add new section to NEWS - Create ChangeLog.old/ChangeLog.30 - Bump version to 2.41
/usr/lib/.build-id /usr/lib/.build-id/04 /usr/lib/.build-id/04/12ed09aff2959bfe99693f9ffe0b938cd44286 /usr/lib/.build-id/04/37b6f874a12c4cec9659022413817b6d4e8d60 /usr/lib/.build-id/04/b934e5ca0edf8a4fad46bb97a4e0861090dc7e /usr/lib/.build-id/06/2a76631836c972aa85b48cb2ab2ff45064cfdd /usr/lib/.build-id/07 /usr/lib/.build-id/07/9a13c3ec7022604f0012f9119cb72ab91dc49b /usr/lib/.build-id/0a/21ed3c04fe66454f240d85f42a4fcc442e07e2 /usr/lib/.build-id/0a/aa953924353ebd150f172e3398990a184ad83f /usr/lib/.build-id/0b/6a6a2de01d8199a46c82f226f964c929080b89 /usr/lib/.build-id/0b/a7e48cdf8f73a8e159a08a975bec3ce37f55c9 /usr/lib/.build-id/0b/af489d8c0df11dd0dd4db928c79f8535cb16d3 /usr/lib/.build-id/0c/dffb04e660002344e183eb7eacbebeb6949e24 /usr/lib/.build-id/0e/d74669243784f57cb494ebed277306dadd896d /usr/lib/.build-id/0e/e0c8e7c75f3e18743a15bf54c5c1ee1bd1c89e /usr/lib/.build-id/0e/f28c6ba6860bdc01254c7835fa23a2f91d1856 /usr/lib/.build-id/10/6ac8414deb276781e07acdc97d1ecf4949f47b /usr/lib/.build-id/13/ce827ecd9057320db8aed33784ce70c43afd6f /usr/lib/.build-id/14/a3b9a7211a0978b54050efc49ea620b9226e44 /usr/lib/.build-id/14/b6d1ed0ff3df1163acaa5496aed58416142015 /usr/lib/.build-id/15 /usr/lib/.build-id/15/3d1bb69c2a2168b97d283f59da528fabf4e6bf /usr/lib/.build-id/15/62dd2618e61216799788837d5764d7b7bc21fb /usr/lib/.build-id/17 /usr/lib/.build-id/17/3a4a89f905073e7e0f8f5b896c656c293a4319 /usr/lib/.build-id/17/9329fc7b385e668852f4b3abc59ce7f0aa2dd3 /usr/lib/.build-id/18/5fcf2a81c2af56d08c192a7b9af9d4f9d6bf78 /usr/lib/.build-id/19/2fa3bb08a160fe8f81d1dfab2bcebd637e3d38 /usr/lib/.build-id/19/b2e64020bd94c4a3af16f93efd87971c697e70 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/5e8fc54bd3a02e028174b8d1d8dc42fa878f6d /usr/lib/.build-id/1f/dc5cdf60ba16bc973ad3bef66cd1767fc7f811 /usr/lib/.build-id/22/2fc7499f29c97d35f58359c244798cd20932d7 /usr/lib/.build-id/22/f2a2f5d7df64cbb83b2fe18dac85ae7cafc406 /usr/lib/.build-id/23 /usr/lib/.build-id/23/51d60c5e744b0f63b48b6968d2e6553d466efc /usr/lib/.build-id/23/dcb24ff4a48ec5bbb4e68f6ab2144676c04263 /usr/lib/.build-id/24 /usr/lib/.build-id/24/2c73ed4003839bf06f1dcd99512ddf9036f7b2 /usr/lib/.build-id/25/131e26d66d02afcc74b0362bf040b674bd262f /usr/lib/.build-id/27/0cf4356322f25a1039a3abba5bee8e641490d8 /usr/lib/.build-id/27/488c2bad0cc0daa3962221eb387425d594cfa3 /usr/lib/.build-id/27/aef2338f08cc96969d9cde2d111c712660d706 /usr/lib/.build-id/28 /usr/lib/.build-id/28/1b9473953151b7262e6a049a227eb0ff3989c0 /usr/lib/.build-id/29/34f357e45f25a7743fc6e04216f63f78b0d534 /usr/lib/.build-id/29/762af0f95c7e9783e7a7aaca2862c92d6d8b18 /usr/lib/.build-id/2a/6c9bd663986c641060d0a10f1d799fe47734d7 /usr/lib/.build-id/2a/eb3cdaea00cc52fbea68d93dfa7db746754a26 /usr/lib/.build-id/2b/12ac93ccdb986abf487fbf157e2a4127387301 /usr/lib/.build-id/2b/180d4de3bd01cf4f9ba7ddcc30b67e7d4578a6 /usr/lib/.build-id/2b/281a4609c11705a1d660af27ba39bc15cf0a1e /usr/lib/.build-id/2b/a523e984e91dcd28deee44c6f2e2052e158104 /usr/lib/.build-id/2f/9f3ac9a999790bf7be535a2a0cca4f2d03a6d9 /usr/lib/.build-id/32/5a8f66e434fca56b7c380a3d2edcceadf54395 /usr/lib/.build-id/33 /usr/lib/.build-id/33/0dea92d0f22b6a3d511d87939b670851c6de7b /usr/lib/.build-id/34/17e697e173f05417435ced856d1a874e8e3557 /usr/lib/.build-id/35/847956eb06ef0e2fb3add17a6fcd01df358e0a /usr/lib/.build-id/37 /usr/lib/.build-id/37/3ac68968e72af5bc8c97a6365a384ab6a89a07 /usr/lib/.build-id/39/488cddb4c4ada454d48d7ce69f5b107b512d3c /usr/lib/.build-id/39/a31a58c9ddc02304b2885cc815c19da9e8adc7 /usr/lib/.build-id/3a/5d692adf342d05d9b3420e0d154f77953601fd /usr/lib/.build-id/3c/2c9bba9b457c2f9d80773c91236d3d16c2f886 /usr/lib/.build-id/40/4ecc02ce76b45c9b895e31fa7022bf6b2c3b76 /usr/lib/.build-id/40/9eccd01daffe5f9fcd4fd1c18e9c0f33bcce59 /usr/lib/.build-id/41/10ae559d5f11c1d90343299f6c1dbcf148c1eb /usr/lib/.build-id/41/55701ba316ac7a7e5bbed58d8a8e5d1e432489 /usr/lib/.build-id/41/705d8143b53fbaa8067e382b6b857f3ffa86cb /usr/lib/.build-id/43 /usr/lib/.build-id/43/f7031222aa96d80d5b56d8514bc3b677cedf18 /usr/lib/.build-id/45 /usr/lib/.build-id/45/33280d96bc5e32fb3bee62370e60c80ac1c7df /usr/lib/.build-id/45/d604188885250a7893dc71ecae38448b19cb65 /usr/lib/.build-id/47/421356013d8a2fbf5c29ac3f7fd6613af2e4cf /usr/lib/.build-id/48/572273a57fb44823b3de298c191f327f8b798b /usr/lib/.build-id/48/d3766e530d98151befb717cb5998e15b09af6a /usr/lib/.build-id/49/11a534959c74922954e36d142d6d181ca45c32 /usr/lib/.build-id/49/57c368e67bd47d579172f5a5053fcdd927a734 /usr/lib/.build-id/49/db80624515c2ca0487895beb84146e615c0d92 /usr/lib/.build-id/4c/f1804a5334c934dc7122c7a936fb7b00e5d00e /usr/lib/.build-id/4e /usr/lib/.build-id/4e/bb66359608985fef0ed7bdd6dff3d419c93b52 /usr/lib/.build-id/4f/694cc5c4e3e1ca4ba88b27e7df9d5bb63e51db /usr/lib/.build-id/4f/87c6d0bd754f804ad460d7e33670d9d5b1371d /usr/lib/.build-id/50/b436075048a002f63c310559580600faae2307 /usr/lib/.build-id/50/c50714d849e6b8488a3fcf6e717e57b5225a5d /usr/lib/.build-id/52 /usr/lib/.build-id/52/f131e314da4e69c5a2f4c3c5c4eba1a960f17a /usr/lib/.build-id/53 /usr/lib/.build-id/53/c65c77599db01d4cc572aca00b087e0982a21d /usr/lib/.build-id/55/02d1277c35354bf2e81ebb024f0033adb96ec3 /usr/lib/.build-id/59/97b37c5634062f030ac9825e857bfd77a15ea0 /usr/lib/.build-id/59/c487f8be4abaccd706f44107b3af1dc8be797e /usr/lib/.build-id/5b/bc34b5fe7034c155e1b2ceda93f3a77e9c917d /usr/lib/.build-id/5d/ee170bd5a66ede3ac77abbe434686d5c5b2135 /usr/lib/.build-id/60 /usr/lib/.build-id/60/96009a6b4ed01b795ddfa902894dc86cb6033f /usr/lib/.build-id/63/1a795fccc06e0dca9ed00352dea4e221fae5b5 /usr/lib/.build-id/63/b640020cfacc67cd760b296fde6ace95eaf46c /usr/lib/.build-id/64/0acfbde01c3714668b72e275ca5c3f2ed848f8 /usr/lib/.build-id/64/d7c3c4044580f09b8ae3cf273e3116838c77a7 /usr/lib/.build-id/65 /usr/lib/.build-id/65/df0598204c9876f28458885f1856dab9269d5e /usr/lib/.build-id/66 /usr/lib/.build-id/66/1ece0d4314de66a8813961aeb977f7dacf92fc /usr/lib/.build-id/66/86856deb9dce572ce5982bc2f9a309a31ee142 /usr/lib/.build-id/67/4ecf6a1d91d82b07e10a4c6b371ec0888ce735 /usr/lib/.build-id/67/687c1761ed3acf6d58d6676245deaa303825e3 /usr/lib/.build-id/67/6ff8e9d648ccd001bfb93f0090e59e3b9a1544 /usr/lib/.build-id/69/494fb62f3fad598e0646680a3126038eb2e2d5 /usr/lib/.build-id/6b/796256d391afc3e2683f32898b263ef912fe48 /usr/lib/.build-id/6e/433aeeadd14266f151dff642d430e295beca7a /usr/lib/.build-id/6e/f1a16b0b28401c379f855b723775be73b1d81b /usr/lib/.build-id/6f /usr/lib/.build-id/6f/85537178c8494e9a7fac09a3a50afde5ea7fad /usr/lib/.build-id/71/be65d6154c8acebe96c5a381de68cff46067dc /usr/lib/.build-id/73 /usr/lib/.build-id/73/9a6ae143ec5405930c2c61f4f7de3b706adfca /usr/lib/.build-id/74/06a84f9426e0d2d15b5b464ee4492f972b26a7 /usr/lib/.build-id/74/1055cf0eeb0fa6981c7d537f24de333ade40f7 /usr/lib/.build-id/74/24e3b39103c7c443b4826676b1d39a61cea016 /usr/lib/.build-id/74/28773dbdc64093d4ab63fa68063267f2679fca /usr/lib/.build-id/75/9198cb7af4173b6ec0152242584ce253c5868a /usr/lib/.build-id/76 /usr/lib/.build-id/76/c66f7bbb1a7efb5cdcc937b536daf8ea4175ab /usr/lib/.build-id/77 /usr/lib/.build-id/77/d33f3f93c7e40f53b9a6655ff998791ca1473a /usr/lib/.build-id/7a/6a8acc74bf66756aec2c07a2db2388d94d5db2 /usr/lib/.build-id/7b /usr/lib/.build-id/7b/6654d27f0e007ec5efdbb31925411765d6f5a2 /usr/lib/.build-id/7c /usr/lib/.build-id/7c/756ddd175b1da4522352b594bf2931e57af959 /usr/lib/.build-id/7e/56d54d9eccccbe459f1ea5d5f5cf2b47c3b699 /usr/lib/.build-id/7f/354ac222aedf5ea57796c0bd9684a2de32742d /usr/lib/.build-id/7f/83fe078d5026260b60839344f854e1bdbab352 /usr/lib/.build-id/89/0c2fd92c5b47470ec3dcdf4e0785a91431c979 /usr/lib/.build-id/8a/e0e0463072ed614a09f5604e3496c279176b59 /usr/lib/.build-id/8c/06cf408b346ed67c94b466bdb57662cef5d4ed /usr/lib/.build-id/8c/4bd7ba1908dbb3253d932a3cbab8ebfd58f4ca /usr/lib/.build-id/8e/0e46c4e1461b25440f23645f39536c8b50e2fa /usr/lib/.build-id/8f/6fca7a3f4901f6afa0476584773345b1b5f7a1 /usr/lib/.build-id/91 /usr/lib/.build-id/91/a60cb098bbbd43428bf8c3b884e4022952ea44 /usr/lib/.build-id/93 /usr/lib/.build-id/93/7f3033b1bff252d4b5bcb329998ebe2d5b775e /usr/lib/.build-id/93/c222b12e27fac3c3c2d9471c6d8de56bef26b5 /usr/lib/.build-id/94 /usr/lib/.build-id/94/6de44f139fe7c74a96f1bf4795edd6e3a863e2 /usr/lib/.build-id/94/d7531d3e33716e7b5c045401f5011f9bb8c507 /usr/lib/.build-id/95 /usr/lib/.build-id/95/7552caa915c68704648953f849b0ddc9d70f46 /usr/lib/.build-id/96/93203b4ac1cf36dd9b2f736f4cf7ef11ecca3f /usr/lib/.build-id/98 /usr/lib/.build-id/98/5a88bce3a8c7607a87f3b9da9427dc05fcb87d /usr/lib/.build-id/98/5cb28b9b0604e9569eed3a18c676c470df409c /usr/lib/.build-id/98/e61ae904b97c78c337bc905bef52cab5ed1a73 /usr/lib/.build-id/9b/b860aafc7a03a65f08141339f11a73881decf8 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/03f66367b361f4c8edfde241e64c4583e6e01e /usr/lib/.build-id/9d /usr/lib/.build-id/9d/2a14deb8d7e3b88f368b392d410517637b786b /usr/lib/.build-id/9f /usr/lib/.build-id/9f/5551acf5a62a2774c58ec2aa5f9e196dd2ca06 /usr/lib/.build-id/9f/939203851c80b33edfbf9c65b3463312037294 /usr/lib/.build-id/9f/9c7d21c6ecc1a569b0869ed826300ba2ae7754 /usr/lib/.build-id/9f/e58eaaad75c07cf7e8050bba4efcb9713f6ff1 /usr/lib/.build-id/a3/74f8406fae4ee3e677bde2ec87821985fbe298 /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/4cd3fd4cdc52e989c897a3344a029c87c9d3ea /usr/lib/.build-id/a7/da7ef9235999f3f7f981fe11ebb710f5fdeb1c /usr/lib/.build-id/a9/d5b2613307b931af93d836878de2042f3236e3 /usr/lib/.build-id/aa /usr/lib/.build-id/aa/7d38dc87cbe724a14f402cb860242d887e447b /usr/lib/.build-id/ab/07abd4a3ae652c7e0916c96e6f7ca2529ad0f1 /usr/lib/.build-id/ab/543d4f7e480e390e49433f77c29df5e11e3cd9 /usr/lib/.build-id/ad/06b350ad63305800c016977eef4c1d0ff0b6d2 /usr/lib/.build-id/af/85b1e05b2cd68a24a761a0b390638bdb6e4203 /usr/lib/.build-id/b0/b59f9e7dc9e0c30f23629b1e7091718e86a6a2 /usr/lib/.build-id/b0/bdc0b54066f2e26ef615a7bef5af3a5c0ab9b2 /usr/lib/.build-id/b0/c7021c877ca8ee82ff60e5f07e331a33891176 /usr/lib/.build-id/b0/d35ef4815afa9335f30d3ac16a0fae3f72ed83 /usr/lib/.build-id/b1 /usr/lib/.build-id/b1/b27e69b09698069283a6a621a1586ca647df73 /usr/lib/.build-id/b4/e5d6bd90a978255ae38b017682af0db3306151 /usr/lib/.build-id/b5/178e189e9b728539116c22d6380d67b5532fcb /usr/lib/.build-id/b5/628cdfc493c7f86b5aaeb77c9610bc409d4f87 /usr/lib/.build-id/b6/08c7c1aa3c08b22db43d70aa3e24eb4a86252d /usr/lib/.build-id/b8/c62e42aaaec3c5989a7c11c033151268b575b4 /usr/lib/.build-id/b8/fffd058044a4ec538d04f32f1e1d99f80d7155 /usr/lib/.build-id/b9/a66ffb43c63f59a4d533b1dbd129a4479dcae7 /usr/lib/.build-id/bb/4a268e84389a481cb2a02967d2cdf126f73dfd /usr/lib/.build-id/bd/4ebef80348d9a95f77799ee138e56a76fc090a /usr/lib/.build-id/bd/f49e4c5393d0e3809898608d374cc0cfe0d8c7 /usr/lib/.build-id/be /usr/lib/.build-id/be/b6a698453cfe5df873a7b0af9f440d135bbb84 /usr/lib/.build-id/bf/17a685f16329402e944a8ca85d034e7d874bf2 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/13feea209c900bc4f98e0ef66745efcc62bf59 /usr/lib/.build-id/c2/ce6d3a27a0e9e5573e2344d715c522ef565d67 /usr/lib/.build-id/c2/ffada1c0fca1631d7593da45f29b81229ada1f /usr/lib/.build-id/c5/40098b10d5cb2206b07cdf1e41d0c1ae39c65e /usr/lib/.build-id/c6/fee24fc3659edefc821aa1a3a502e7620ceeae /usr/lib/.build-id/c7/4264dc9e42f5dbd0e2263820da2cfad062daa9 /usr/lib/.build-id/c7/4cd83a2706c5cb0ad394a0c6e19fff7e1a214c /usr/lib/.build-id/c8/36498df3bab4555d56b9cacdaa81d48f0f5e71 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/36e75a74d31722e75263872b91085646363ba5 /usr/lib/.build-id/cd/abc33ef2505a6f1fc436b2597b8c369742cdbc /usr/lib/.build-id/ce/fdf0152417850bb04df48a19f21f0543ba7827 /usr/lib/.build-id/cf/491e28d3b0ac0183b6d2fcf1226d7b5bbdefd1 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/bc2e99b5468bcc8117e228ff52cf6bdf5f0b61 /usr/lib/.build-id/d1/4bc8e2c4a9a8ce9eb31e5cf724978db720c5e2 /usr/lib/.build-id/d1/878dbea6bcd6db23022be4bc0bdcfa21c18f6c /usr/lib/.build-id/d3/595224c1d9f8fae6520baff1da63cf0264adfa /usr/lib/.build-id/d3/853fc78c82b49b528c2c06f100ea6d5eb1bfef /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/b4e6a5011b3fe7275df3f8123476f0a261362a /usr/lib/.build-id/d4/e5d435e37a585825fe5c26a373bfa538deec55 /usr/lib/.build-id/d6/b0bb36fd53052fee72ac8ba09f818e66234fc1 /usr/lib/.build-id/d7/d09dc4dceb200b0024fd4ab3fc3d8b469b4d66 /usr/lib/.build-id/d9/85b00f6b437ea02d2dcdc9586669b1d4c322af /usr/lib/.build-id/da/eefe1ec8dd44cf8d5bc28ca8b75f2bc93bc76a /usr/lib/.build-id/db/31b7266b011db2c82e31af3ec1ebf80f257e64 /usr/lib/.build-id/dc/4f9dcc8157dcbbf3259a71275ef45dd2fc819c /usr/lib/.build-id/dc/c4b47d0d6c2c70efd5d3276dc7ac460cdaa500 /usr/lib/.build-id/de/e72e0614eabf322a26c57bef8987d29519dbd5 /usr/lib/.build-id/e1/013118657680d70f29626cef1fe6b16d2c8bd1 /usr/lib/.build-id/e1/a6f5f4d7a8a8b2638cc535ec5abddceeaf2b49 /usr/lib/.build-id/e2/fc486e4de116068368f1a9bde47ebf4d51b542 /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/65cd7f033995a5e9d2269fbb513477254f4dbb /usr/lib/.build-id/e6/344d7a09bfca01d4cc064b7418f5d98024ca39 /usr/lib/.build-id/e6/8865f80618cb6c3aadfce7601b2d3d13abbf55 /usr/lib/.build-id/e7/0174ca49f10ff2920155792fe3725c2f7e2acc /usr/lib/.build-id/e7/78f783afda7436d95102206633aa9f1e5f80ef /usr/lib/.build-id/ed/c881c199ca7bc25cc9416b1c7e255122f5e74d /usr/lib/.build-id/ed/d3008f600cf590ae33ccba1606dc128c9abecb /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/83e8a999ac1dcd8d4fd25295e29e5c2ef0f585 /usr/lib/.build-id/f5/2a42f2ff444ab134c264ec4ea5aaaa56ca5c38 /usr/lib/.build-id/f6/c2a6dff1a54344046a954308abe6bfdf9fafba /usr/lib/.build-id/f6/d437a52d320b72b9312ceeacd8299bb85f6a16 /usr/lib/.build-id/fb /usr/lib/.build-id/fb/1804fe189a7d934c14a1d11cadb5ed18ad815d /usr/lib/.build-id/ff /usr/lib/.build-id/ff/b3b5ba9e98170bf336f14fff71232c25a9ff36 /usr/libexec/glibc-benchtests /usr/libexec/glibc-benchtests/bench-acos /usr/libexec/glibc-benchtests/bench-acosf /usr/libexec/glibc-benchtests/bench-acosh /usr/libexec/glibc-benchtests/bench-acoshf /usr/libexec/glibc-benchtests/bench-acospif /usr/libexec/glibc-benchtests/bench-arc4random /usr/libexec/glibc-benchtests/bench-asin /usr/libexec/glibc-benchtests/bench-asinf /usr/libexec/glibc-benchtests/bench-asinh /usr/libexec/glibc-benchtests/bench-asinhf /usr/libexec/glibc-benchtests/bench-asinpif /usr/libexec/glibc-benchtests/bench-atan /usr/libexec/glibc-benchtests/bench-atan2 /usr/libexec/glibc-benchtests/bench-atan2f /usr/libexec/glibc-benchtests/bench-atan2pif /usr/libexec/glibc-benchtests/bench-atanf /usr/libexec/glibc-benchtests/bench-atanh /usr/libexec/glibc-benchtests/bench-atanhf /usr/libexec/glibc-benchtests/bench-atanpif /usr/libexec/glibc-benchtests/bench-bsearch /usr/libexec/glibc-benchtests/bench-bzero /usr/libexec/glibc-benchtests/bench-bzero-large /usr/libexec/glibc-benchtests/bench-calloc-simple /usr/libexec/glibc-benchtests/bench-calloc-tcache /usr/libexec/glibc-benchtests/bench-calloc-thread /usr/libexec/glibc-benchtests/bench-cbrt /usr/libexec/glibc-benchtests/bench-cbrtf /usr/libexec/glibc-benchtests/bench-ceil /usr/libexec/glibc-benchtests/bench-ceilf /usr/libexec/glibc-benchtests/bench-cos /usr/libexec/glibc-benchtests/bench-cosf /usr/libexec/glibc-benchtests/bench-cosh /usr/libexec/glibc-benchtests/bench-coshf /usr/libexec/glibc-benchtests/bench-cospif /usr/libexec/glibc-benchtests/bench-dl-elf-hash /usr/libexec/glibc-benchtests/bench-dl-new-hash /usr/libexec/glibc-benchtests/bench-erf /usr/libexec/glibc-benchtests/bench-erfc /usr/libexec/glibc-benchtests/bench-erfcf /usr/libexec/glibc-benchtests/bench-erff /usr/libexec/glibc-benchtests/bench-exp /usr/libexec/glibc-benchtests/bench-exp10 /usr/libexec/glibc-benchtests/bench-exp10f /usr/libexec/glibc-benchtests/bench-exp10m1f /usr/libexec/glibc-benchtests/bench-exp2 /usr/libexec/glibc-benchtests/bench-exp2f /usr/libexec/glibc-benchtests/bench-exp2m1f /usr/libexec/glibc-benchtests/bench-expf /usr/libexec/glibc-benchtests/bench-expf128 /usr/libexec/glibc-benchtests/bench-expl /usr/libexec/glibc-benchtests/bench-expm1 /usr/libexec/glibc-benchtests/bench-expm1f /usr/libexec/glibc-benchtests/bench-fclose /usr/libexec/glibc-benchtests/bench-ffs /usr/libexec/glibc-benchtests/bench-ffsll /usr/libexec/glibc-benchtests/bench-floor /usr/libexec/glibc-benchtests/bench-floorf /usr/libexec/glibc-benchtests/bench-fmal /usr/libexec/glibc-benchtests/bench-fmax /usr/libexec/glibc-benchtests/bench-fmaxf /usr/libexec/glibc-benchtests/bench-fmin /usr/libexec/glibc-benchtests/bench-fminf /usr/libexec/glibc-benchtests/bench-fmod /usr/libexec/glibc-benchtests/bench-fmodf /usr/libexec/glibc-benchtests/bench-hypot /usr/libexec/glibc-benchtests/bench-hypotf /usr/libexec/glibc-benchtests/bench-ilogb /usr/libexec/glibc-benchtests/bench-ilogbf /usr/libexec/glibc-benchtests/bench-ilogbf128 /usr/libexec/glibc-benchtests/bench-isfinite /usr/libexec/glibc-benchtests/bench-isinf /usr/libexec/glibc-benchtests/bench-isnan /usr/libexec/glibc-benchtests/bench-j0 /usr/libexec/glibc-benchtests/bench-j1 /usr/libexec/glibc-benchtests/bench-lgamma /usr/libexec/glibc-benchtests/bench-lgammaf /usr/libexec/glibc-benchtests/bench-llrint /usr/libexec/glibc-benchtests/bench-llrintf /usr/libexec/glibc-benchtests/bench-log /usr/libexec/glibc-benchtests/bench-log10 /usr/libexec/glibc-benchtests/bench-log10f /usr/libexec/glibc-benchtests/bench-log10p1f /usr/libexec/glibc-benchtests/bench-log1p /usr/libexec/glibc-benchtests/bench-log1pf /usr/libexec/glibc-benchtests/bench-log2 /usr/libexec/glibc-benchtests/bench-log2f /usr/libexec/glibc-benchtests/bench-log2l /usr/libexec/glibc-benchtests/bench-log2p1f /usr/libexec/glibc-benchtests/bench-logb /usr/libexec/glibc-benchtests/bench-logbf /usr/libexec/glibc-benchtests/bench-logf /usr/libexec/glibc-benchtests/bench-lrint /usr/libexec/glibc-benchtests/bench-lrintf /usr/libexec/glibc-benchtests/bench-malloc-simple /usr/libexec/glibc-benchtests/bench-malloc-tcache /usr/libexec/glibc-benchtests/bench-malloc-thread /usr/libexec/glibc-benchtests/bench-math-inlines /usr/libexec/glibc-benchtests/bench-memccpy /usr/libexec/glibc-benchtests/bench-memchr /usr/libexec/glibc-benchtests/bench-memcmp /usr/libexec/glibc-benchtests/bench-memcmpeq /usr/libexec/glibc-benchtests/bench-memcpy /usr/libexec/glibc-benchtests/bench-memcpy-large /usr/libexec/glibc-benchtests/bench-memcpy-random /usr/libexec/glibc-benchtests/bench-memmem /usr/libexec/glibc-benchtests/bench-memmove /usr/libexec/glibc-benchtests/bench-memmove-large /usr/libexec/glibc-benchtests/bench-mempcpy /usr/libexec/glibc-benchtests/bench-memrchr /usr/libexec/glibc-benchtests/bench-memset /usr/libexec/glibc-benchtests/bench-memset-large /usr/libexec/glibc-benchtests/bench-memset-random /usr/libexec/glibc-benchtests/bench-memset-zero /usr/libexec/glibc-benchtests/bench-memset-zero-large /usr/libexec/glibc-benchtests/bench-modf /usr/libexec/glibc-benchtests/bench-modff /usr/libexec/glibc-benchtests/bench-nearbyint /usr/libexec/glibc-benchtests/bench-nearbyintf /usr/libexec/glibc-benchtests/bench-nss-hash /usr/libexec/glibc-benchtests/bench-pow /usr/libexec/glibc-benchtests/bench-powf /usr/libexec/glibc-benchtests/bench-powf128 /usr/libexec/glibc-benchtests/bench-powl /usr/libexec/glibc-benchtests/bench-pthread-locks /usr/libexec/glibc-benchtests/bench-pthread-mutex-lock /usr/libexec/glibc-benchtests/bench-pthread-mutex-trylock /usr/libexec/glibc-benchtests/bench-pthread-spin-lock /usr/libexec/glibc-benchtests/bench-pthread-spin-trylock /usr/libexec/glibc-benchtests/bench-pthread_once /usr/libexec/glibc-benchtests/bench-random-lock /usr/libexec/glibc-benchtests/bench-rawmemchr /usr/libexec/glibc-benchtests/bench-rint /usr/libexec/glibc-benchtests/bench-rintf /usr/libexec/glibc-benchtests/bench-roundeven /usr/libexec/glibc-benchtests/bench-roundevenf /usr/libexec/glibc-benchtests/bench-sin /usr/libexec/glibc-benchtests/bench-sincos /usr/libexec/glibc-benchtests/bench-sincosf /usr/libexec/glibc-benchtests/bench-sinf /usr/libexec/glibc-benchtests/bench-sinf128 /usr/libexec/glibc-benchtests/bench-sinh /usr/libexec/glibc-benchtests/bench-sinhf /usr/libexec/glibc-benchtests/bench-sinpif /usr/libexec/glibc-benchtests/bench-sprintf /usr/libexec/glibc-benchtests/bench-sqrt /usr/libexec/glibc-benchtests/bench-stpcpy /usr/libexec/glibc-benchtests/bench-stpcpy_chk /usr/libexec/glibc-benchtests/bench-stpncpy /usr/libexec/glibc-benchtests/bench-strcasecmp /usr/libexec/glibc-benchtests/bench-strcasestr /usr/libexec/glibc-benchtests/bench-strcat /usr/libexec/glibc-benchtests/bench-strchr /usr/libexec/glibc-benchtests/bench-strchrnul /usr/libexec/glibc-benchtests/bench-strcmp /usr/libexec/glibc-benchtests/bench-strcoll /usr/libexec/glibc-benchtests/bench-strcpy /usr/libexec/glibc-benchtests/bench-strcpy_chk /usr/libexec/glibc-benchtests/bench-strcspn /usr/libexec/glibc-benchtests/bench-strlen /usr/libexec/glibc-benchtests/bench-strlen-random /usr/libexec/glibc-benchtests/bench-strncasecmp /usr/libexec/glibc-benchtests/bench-strncat /usr/libexec/glibc-benchtests/bench-strncmp /usr/libexec/glibc-benchtests/bench-strncpy /usr/libexec/glibc-benchtests/bench-strnlen /usr/libexec/glibc-benchtests/bench-strpbrk /usr/libexec/glibc-benchtests/bench-strrchr /usr/libexec/glibc-benchtests/bench-strsep /usr/libexec/glibc-benchtests/bench-strspn /usr/libexec/glibc-benchtests/bench-strstr /usr/libexec/glibc-benchtests/bench-strtod /usr/libexec/glibc-benchtests/bench-strtok /usr/libexec/glibc-benchtests/bench-tan /usr/libexec/glibc-benchtests/bench-tanf /usr/libexec/glibc-benchtests/bench-tanh /usr/libexec/glibc-benchtests/bench-tanhf /usr/libexec/glibc-benchtests/bench-tanpif /usr/libexec/glibc-benchtests/bench-tgamma /usr/libexec/glibc-benchtests/bench-tgammaf /usr/libexec/glibc-benchtests/bench-thread_create /usr/libexec/glibc-benchtests/bench-timing-type /usr/libexec/glibc-benchtests/bench-trunc /usr/libexec/glibc-benchtests/bench-truncf /usr/libexec/glibc-benchtests/bench-wcpcpy /usr/libexec/glibc-benchtests/bench-wcpncpy /usr/libexec/glibc-benchtests/bench-wcrtomb /usr/libexec/glibc-benchtests/bench-wcscat /usr/libexec/glibc-benchtests/bench-wcschr /usr/libexec/glibc-benchtests/bench-wcschrnul /usr/libexec/glibc-benchtests/bench-wcscmp /usr/libexec/glibc-benchtests/bench-wcscpy /usr/libexec/glibc-benchtests/bench-wcscspn /usr/libexec/glibc-benchtests/bench-wcslen /usr/libexec/glibc-benchtests/bench-wcsncat /usr/libexec/glibc-benchtests/bench-wcsncmp /usr/libexec/glibc-benchtests/bench-wcsncpy /usr/libexec/glibc-benchtests/bench-wcsnlen /usr/libexec/glibc-benchtests/bench-wcspbrk /usr/libexec/glibc-benchtests/bench-wcsrchr /usr/libexec/glibc-benchtests/bench-wcsspn /usr/libexec/glibc-benchtests/bench-wmemchr /usr/libexec/glibc-benchtests/bench-wmemcmp /usr/libexec/glibc-benchtests/bench-wmemset /usr/libexec/glibc-benchtests/bench-y0 /usr/libexec/glibc-benchtests/bench-y1 /usr/libexec/glibc-benchtests/bench.mk /usr/libexec/glibc-benchtests/benchout.schema.json /usr/libexec/glibc-benchtests/compare_bench.py /usr/libexec/glibc-benchtests/glibc-bench-compare /usr/libexec/glibc-benchtests/import_bench.py /usr/libexec/glibc-benchtests/validate_benchout.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jun 27 01:44:16 2025