Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-gconv-extra | Distribution: Fedora Project |
Version: 2.41.9000 | Vendor: Fedora Project |
Release: 20.fc43 | Build date: Sun Jun 22 22:21:49 2025 |
Group: Unspecified | Build host: buildhw-x86-05.iad2.fedoraproject.org |
Size: 7049802 | Source RPM: glibc-2.41.9000-20.fc43.src.rpm |
Packager: Fedora Project | |
Url: http://www.gnu.org/software/glibc/ | |
Summary: All iconv converter modules for glibc. |
This package contains all iconv converter modules built in glibc.
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/02 /usr/lib/.build-id/02/ed0b3d7b148851d427f96eeab5c96aebb276fe /usr/lib/.build-id/04 /usr/lib/.build-id/04/00d045cbf30eb8dd6e755695313d3683303663 /usr/lib/.build-id/04/73561402200630328c0ea9c40c6543c56d4552 /usr/lib/.build-id/06 /usr/lib/.build-id/06/769fc51c36b20d1a69d99c01e9562baddcb4ba /usr/lib/.build-id/07 /usr/lib/.build-id/07/704403531d511b8ae24367e5213637c96e8b54 /usr/lib/.build-id/08 /usr/lib/.build-id/08/bb4fb35e4c414df9dad201d24ef841a179d861 /usr/lib/.build-id/0b /usr/lib/.build-id/0b/f183defee6b1651f79b5f2a64c087eff68050f /usr/lib/.build-id/0c/dca3b3baa90cb4a4982a868d878be59a463b4d /usr/lib/.build-id/0c/fdd3e1cabde93a4e8c90b29614f7b329fbc08c /usr/lib/.build-id/0d /usr/lib/.build-id/0d/1a137b8ec6ea0e182440dfd47cf665eb673ff3 /usr/lib/.build-id/0e /usr/lib/.build-id/0e/49aa7d1b0e4abd2dc15eb397ce2d4525a5fe1e /usr/lib/.build-id/0e/82aa790de7da29f026ae9c201a68b23863203d /usr/lib/.build-id/0e/dd80f5aca23d63e5cb98ee2c0aee2844b72e26 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/b10ec042b887195122a87baf93b1308ce5040d /usr/lib/.build-id/11 /usr/lib/.build-id/11/1fcddc701c0e2b26460f5f98496d7422c8160f /usr/lib/.build-id/11/27b46e963ad59e4b22e95c939bec08dcfa3ac8 /usr/lib/.build-id/12 /usr/lib/.build-id/12/cfe0a9581004ec1c7b48449b8c50cf7cfe61e4 /usr/lib/.build-id/13 /usr/lib/.build-id/13/b8b3cd6af60e74e0a702de16fb6a1ce9916af9 /usr/lib/.build-id/14 /usr/lib/.build-id/14/6f14af723178eb6bf4488f61c69b7d75d51d7b /usr/lib/.build-id/17 /usr/lib/.build-id/17/460ae05fd425c520adf348e0db2a0d2633e455 /usr/lib/.build-id/17/867303111a279ed8d8f81216c927237fc9fd71 /usr/lib/.build-id/1a/8d5f566f8cef01387c44e622c980b5904d01c8 /usr/lib/.build-id/1a/9cbb507caa8f7ea14a7142dcc3a600b6f52226 /usr/lib/.build-id/1a/a4c5efea252aa2b9e9addd66d072cc18e46a91 /usr/lib/.build-id/1d /usr/lib/.build-id/1d/7bd599a5b65cf0b6f3f8582b39411ff056b052 /usr/lib/.build-id/21 /usr/lib/.build-id/21/c8d14ddfbe8b9b4c28e7aff9e1eb73c8d6e6f8 /usr/lib/.build-id/23/43678cc33dcd96360ead48bf82e57e2cd40e4a /usr/lib/.build-id/26 /usr/lib/.build-id/26/97c5995f5b9183d76995687ce31332b1c07ce7 /usr/lib/.build-id/26/d1e1eadfd1e8c15acad196044e2da03e46ef86 /usr/lib/.build-id/26/f7b6db9facaf27c54753775a962e7c28df9908 /usr/lib/.build-id/27 /usr/lib/.build-id/27/78881c6f8705b289429abf6c2222765ee51a4a /usr/lib/.build-id/27/e006325a14674d8131269f2190d3754c91ac29 /usr/lib/.build-id/28 /usr/lib/.build-id/28/08111c4ab525880f469454c9ff42990db11225 /usr/lib/.build-id/28/e91cf031c17b7dbfe36c4e171040935913d23a /usr/lib/.build-id/2a /usr/lib/.build-id/2a/2a836e0f7df4ce81bd89c5e91f83d703fe962e /usr/lib/.build-id/2a/4d3591a3ed28990ebe107468193131da5a1f51 /usr/lib/.build-id/2a/bfda1282952089aa81ff97b118af4f6d547f4e /usr/lib/.build-id/2b /usr/lib/.build-id/2b/88cc514a8f2c30ec7a15383d327a4b19569686 /usr/lib/.build-id/2d /usr/lib/.build-id/2d/29cc8e66d4b67377bcd6fb762a9cb75b7d118a /usr/lib/.build-id/2d/48ee227a6df99520e5fe7b333e7d0c7c53c031 /usr/lib/.build-id/2e/2d09a719b33cd82f9157a6e1727f92393d6125 /usr/lib/.build-id/30 /usr/lib/.build-id/30/585fc635cb98ceda1c6d0ac9ec5dd5f0c5820c /usr/lib/.build-id/34 /usr/lib/.build-id/34/4ac3551562704b420649840f4b8de92f00465f /usr/lib/.build-id/38 /usr/lib/.build-id/38/da584dc1e500dd3ce71bda69e647671e4dbfa7 /usr/lib/.build-id/3a /usr/lib/.build-id/3a/9037caef9ca8f3992ce4236fa116ca033fea71 /usr/lib/.build-id/3c/e3e93e046d8e24d6e2d936b181b94c1baae40f /usr/lib/.build-id/3c/f1809178f776114919322a284fa095ddee6a96 /usr/lib/.build-id/3d /usr/lib/.build-id/3d/6fc32a250a83b9811189398d06394eb142dfa2 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/5d4c3d0fceea999e1d6293c28f9137a6c9d7ea /usr/lib/.build-id/3e/9e8bbe8623f15056c26a874c83b63ba392758d /usr/lib/.build-id/3e/d9d88131272792de74095ea51bb423238467a8 /usr/lib/.build-id/40 /usr/lib/.build-id/40/d84204833e2d1706dfef90f430e6bd98b4f7b1 /usr/lib/.build-id/41 /usr/lib/.build-id/41/19c39e19693bb7e7832ec298d0a1c2e520a64f /usr/lib/.build-id/41/8d204657d97ba96c1967e815a71bf688bd73f8 /usr/lib/.build-id/42 /usr/lib/.build-id/42/549d641fb37ef80b227025fcca88606dee10dd /usr/lib/.build-id/43 /usr/lib/.build-id/43/ca3ca7517253e530977a2777063914fc34f416 /usr/lib/.build-id/45 /usr/lib/.build-id/45/8a1324ecbb412eaf1c1b5ed6a97f5c8be0eefa /usr/lib/.build-id/46 /usr/lib/.build-id/46/563e66f3d210a0bdc55ad53ff9d720f668ed64 /usr/lib/.build-id/47 /usr/lib/.build-id/47/7b6445b6dc3b9998a1ccca66c1c9b5bacd0a32 /usr/lib/.build-id/48 /usr/lib/.build-id/48/a4f0e70d119a7b02f3e988ba96dce5b3b2d51b /usr/lib/.build-id/48/af8e6ee02d57aefec45a1e310a6b5ea71da978 /usr/lib/.build-id/49 /usr/lib/.build-id/49/9c0b3ad44695ea72cb1ae6e342574b2d38c9fc /usr/lib/.build-id/49/9eb19b0f3079a225cd855f67a946ad1fb80994 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/6041004b5d331203e2b1e49fd9b8f8893b1eac /usr/lib/.build-id/50 /usr/lib/.build-id/50/21d39f3dd827c483422bb1c2513f0a4e199f5a /usr/lib/.build-id/50/7cb6935dbee52092d7c3e39112d9f1bbc6ea8c /usr/lib/.build-id/51 /usr/lib/.build-id/51/4335485992dc200f7a3562926df9167c34445e /usr/lib/.build-id/52 /usr/lib/.build-id/52/864a9b47ffef5585c88bd9ffa9405273902f76 /usr/lib/.build-id/52/e1097c6a238fb1bc2f16dc5723e49f9933fa47 /usr/lib/.build-id/53 /usr/lib/.build-id/53/f8da98a0df2d07216943a7fa2033537146395a /usr/lib/.build-id/54 /usr/lib/.build-id/54/05df71e10ebccafda28aa36567d8483f4676fb /usr/lib/.build-id/54/1926004b447197df283d48f3803b1b62bb0bd9 /usr/lib/.build-id/54/7a2ca950a911c15ffd818589237ceb6f45bebc /usr/lib/.build-id/59 /usr/lib/.build-id/59/2a8ea95d0071b6f9c88674f46f64961e5c31dc /usr/lib/.build-id/59/c3f4aa6367bc98f934bbe237b68c975986f2d4 /usr/lib/.build-id/5a/fe67bb677d17b07ab4a9a96ccbd1963161ea26 /usr/lib/.build-id/5b /usr/lib/.build-id/5b/8e62ce670799a36c0abf6cc37fa3923655c4f8 /usr/lib/.build-id/5b/cfc662989c8222cb32c5e857875cb2d7e898bb /usr/lib/.build-id/5e /usr/lib/.build-id/5e/7cde467a37102c21cfc6aa36e64d7361f25573 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/7945c53582ca49815505a726a4f099ef4c517f /usr/lib/.build-id/60 /usr/lib/.build-id/60/bff204d5bc1932c53c63bdfaacd3681fc4e4f7 /usr/lib/.build-id/61 /usr/lib/.build-id/61/a17911e7c950030ceae9597c1e97997dfc0a8a /usr/lib/.build-id/64 /usr/lib/.build-id/64/222a8e1ae9aeb0a6bf74b181c5e3a082865051 /usr/lib/.build-id/64/23defaf22f189b3be33cf7670442da4745e279 /usr/lib/.build-id/64/e02a993f322e9aaeb81204de72128c3e09e8dd /usr/lib/.build-id/65 /usr/lib/.build-id/65/d9a9e3b0b3545e0b72f7e5149c44978cc94aae /usr/lib/.build-id/67 /usr/lib/.build-id/67/9521686ec04bcea2ee79040c97cff43dccff7c /usr/lib/.build-id/68 /usr/lib/.build-id/68/030b400683d59fa684d931ee0db3cfd35a89d4 /usr/lib/.build-id/69 /usr/lib/.build-id/69/a69a97ad2dc387d9da32362101dd6dfb0414ed /usr/lib/.build-id/6a /usr/lib/.build-id/6a/ad010bf5a5c3769fabceb0e2f17ba7688877e9 /usr/lib/.build-id/6c /usr/lib/.build-id/6c/948b285095c36f1bc16d4b98339f812f174b77 /usr/lib/.build-id/6c/efe33c3b3bc936eccad93222c67aec84b44b82 /usr/lib/.build-id/6e /usr/lib/.build-id/6e/b0b56d9f7bf5472759c02bd7df120dd2474bd7 /usr/lib/.build-id/70 /usr/lib/.build-id/70/7d7c05242b5553b31e5975f88236986fc6d062 /usr/lib/.build-id/71/278166f305580749ed1d2949fa34fb5a26caae /usr/lib/.build-id/71/2804857f12609d66ad5155c9333acc8085b5c5 /usr/lib/.build-id/72 /usr/lib/.build-id/72/495f72201a6b55baa386ab590470b7811d99aa /usr/lib/.build-id/72/4ad3b8a2b62ae5730e3b4666c85cec0e4d5d5b /usr/lib/.build-id/75/57ac45021d9098f02a1adad62ca108c2e46996 /usr/lib/.build-id/76 /usr/lib/.build-id/76/6cd9d03922173427200fb8428ed38d6d9ee076 /usr/lib/.build-id/77/1a807c4419ee5dfa24fc9cb9e9da977dc565fb /usr/lib/.build-id/77/92b29528f489a27bcb43d4f8a10398e93795f3 /usr/lib/.build-id/78 /usr/lib/.build-id/78/2aea49a4c44228ad19d6b4ad71c5f872fb830e /usr/lib/.build-id/78/f5c4ec11e0567ce60922c1a06473206dde464b /usr/lib/.build-id/79 /usr/lib/.build-id/79/7f3fd6317a5999ed0648faa98df7869c5dfd3d /usr/lib/.build-id/7a /usr/lib/.build-id/7a/e44a373e672f5f8f4f9dea84996d15eb388dbe /usr/lib/.build-id/7b /usr/lib/.build-id/7b/d3ad6e52fa008d037d67c4c4268890c5da5857 /usr/lib/.build-id/7c /usr/lib/.build-id/7c/015c35b0d0fa758aadb13a6c60032970f33848 /usr/lib/.build-id/7c/aa7725d276aafb553847e30437a2aef2de29d2 /usr/lib/.build-id/7d/cafa403cf4ef5ede2d1b8a071ab216b0774410 /usr/lib/.build-id/7e /usr/lib/.build-id/7e/0723f8c9d7fed8f182ae67bacd797d5fb99f88 /usr/lib/.build-id/7e/21a3897bbcede447aa6db5c5f316a752abab57 /usr/lib/.build-id/7e/570c322276a58f3e28f5cbcd00ad009c19b31e /usr/lib/.build-id/7e/b8fd763f2704c92b22bf7117cfca71c3b38bf5 /usr/lib/.build-id/81 /usr/lib/.build-id/81/07c40ae0c558f4d75ffb96f9b339e2d20a7123 /usr/lib/.build-id/82 /usr/lib/.build-id/82/248f60dd874608f7d116675c0a5a23d494871a /usr/lib/.build-id/82/beed34142c6697ea79624115e37bd291afbf4d /usr/lib/.build-id/83 /usr/lib/.build-id/83/7db8b5e1a2369c3c66ec9b4456b7a2a6d0cbf9 /usr/lib/.build-id/83/acf69914b2248c8a8f8eb092f5824c23167b40 /usr/lib/.build-id/84 /usr/lib/.build-id/84/2d576851688b88d16b25ae039d573a7887083d /usr/lib/.build-id/84/af6f3aca160115f310ebd060e521adbbd32cc8 /usr/lib/.build-id/85 /usr/lib/.build-id/85/aad8cceb6c510e5fea5ac69338d5325734ac0c /usr/lib/.build-id/86 /usr/lib/.build-id/86/1b2fbe19474e5283d7603151078e2d37795e62 /usr/lib/.build-id/86/f7566651e1926b323ecbb645e8b20eb0ff790f /usr/lib/.build-id/87 /usr/lib/.build-id/87/f9ebabf91eb18ed746beccd0634fb0efd15284 /usr/lib/.build-id/88 /usr/lib/.build-id/88/43201947ec9010dc943fe36c80fca18c8560eb /usr/lib/.build-id/88/c5396c0afb21b84c6495d5face17e879cada99 /usr/lib/.build-id/89 /usr/lib/.build-id/89/5b62802195d0422b73f8b65fa66875df9f80a1 /usr/lib/.build-id/89/8696d1283e21cdb5b02c328a4863f4eb84123b /usr/lib/.build-id/8c /usr/lib/.build-id/8c/19426c651f6e4895d5c088814a3c13a705fb2b /usr/lib/.build-id/8c/b145f392880e35979dcb234e054fdceed465d3 /usr/lib/.build-id/8c/f3410e49721407d4ef20ad3e9c965a94dfe983 /usr/lib/.build-id/8e /usr/lib/.build-id/8e/d71a66497c785ea41ae6b2100ee28967cb0c95 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/aebf4d3126e0b6cc626c6e7a83990e471c5b34 /usr/lib/.build-id/90 /usr/lib/.build-id/90/346c8b3d481861a9e01d4a1a7d3668774afccc /usr/lib/.build-id/92/13b923a2606da1b74b05a780254a619d3f4399 /usr/lib/.build-id/92/a0d2c687fdee9442fa965f96dac273b9e17655 /usr/lib/.build-id/95 /usr/lib/.build-id/95/04a733b749452cd4204b71b5cbd0f21e1add60 /usr/lib/.build-id/95/124c276e3bce50bb9ea6c2bb06da55fe8262de /usr/lib/.build-id/95/1db55c05699c3162df8a0491424b51d47911b7 /usr/lib/.build-id/95/563a2b05d64a93931cb6bf25b32944754a3dd4 /usr/lib/.build-id/96 /usr/lib/.build-id/96/dbd0002d73aceede73050846363411de6ffaa8 /usr/lib/.build-id/98 /usr/lib/.build-id/98/959046f139c6b83e70a7a843dceabb87b63330 /usr/lib/.build-id/98/cc25ab0889e0b82d74f182ee77fa35b56fa3e2 /usr/lib/.build-id/99 /usr/lib/.build-id/99/93c83ad69230c22e934278aa2e19330daa38b1 /usr/lib/.build-id/99/e28981938f44e7d52e0a6e112066d4b8ef9d3b /usr/lib/.build-id/9b /usr/lib/.build-id/9b/8f84142ce88518a69619dde306cc5fcd9fe584 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/130dd71e03535d4e5546c97a7a58bbc93073d6 /usr/lib/.build-id/9c/e7b7a0c5a7818e61a27de6bd4de660280ab07f /usr/lib/.build-id/9d/09abca8af19c9c3c7c583996cf7807f4089100 /usr/lib/.build-id/9d/93bae66c632d2e91905f5a9746480867f0e5ce /usr/lib/.build-id/9e /usr/lib/.build-id/9e/82900acc9ffa3726bfbeb7d963cd94df6d4f74 /usr/lib/.build-id/9f /usr/lib/.build-id/9f/18445f740dbcfbc9a41ea1a5780083f253429c /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/78d75b71d1833ba13a805a45af82a73692f57e /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/08a233b459fb5dc7cc574a70edb4f0bf7b8c22 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/ad117869bc7d6b80a2785943f57ad704f34a28 /usr/lib/.build-id/a4/27d80f8c505d5cbaea524f18dfc414e784d4f7 /usr/lib/.build-id/a4/e7f1610956f728009f678644f0a77962710437 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/eb86d9665c86e34d3bf42c0e645cc17330970a /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/09f326f3fe423869cb1e07c6e24daf4b0e2170 /usr/lib/.build-id/ab /usr/lib/.build-id/ab/9d48bc14a8e71e7c4e145232510b451968dd77 /usr/lib/.build-id/ae /usr/lib/.build-id/ae/2ab421884fc8dcdcf40ffbd4398b150b76d54f /usr/lib/.build-id/ae/d42b84a2621a5028bb573e91bb7fe201fb6d0e /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/1849d262d56cf6f324dfcf32d51915b9756141 /usr/lib/.build-id/b0/3e04b3733485b64e816ff39d23d4eacbda03d6 /usr/lib/.build-id/b0/cb15cfcf3725e025bb9b196505a19674bb1177 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/b0490ac065b450640b02a3b6130294f9af109e /usr/lib/.build-id/b3/e0d6b3700e5ff1342591ac7609c253a074462f /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/b8b38e0dda492dd0e019c751989fc2f48f81ba /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/b89beec9726c7b94bb101e5de34f820fe8206d /usr/lib/.build-id/b7 /usr/lib/.build-id/b7/13c64ef3265c602d2d660725d6826d795b84d4 /usr/lib/.build-id/b8/d2c927c9312eb2fb6f724bb43915237c467d01 /usr/lib/.build-id/b8/e61c87e936bd9b66196e7c723d1dcf1bdc2fd3 /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/4e8ca7579f18cf665ea187e06cc54f0f410b4a /usr/lib/.build-id/b9/f9701d40e7702094a3aed4e8c584cb4625237c /usr/lib/.build-id/ba /usr/lib/.build-id/ba/2b9bf93c8543fb09ba884cf2deaeee3366c266 /usr/lib/.build-id/bb /usr/lib/.build-id/bb/d64ebe2405dbd8f2e200206909de11d2c9d8eb /usr/lib/.build-id/bd /usr/lib/.build-id/bd/8c1e70c834fe5d731564907a465d2f2a402c56 /usr/lib/.build-id/bd/e5eb0ffd164ef0f2141339a2fdc3d092fde5a8 /usr/lib/.build-id/bf /usr/lib/.build-id/bf/7a0b85a46f23594098d0eab58d43fbb63102f0 /usr/lib/.build-id/bf/db9a34a2501c6699225ac5d8597dd209861d78 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/1f26a8f62c6a3136e4a4122946e95ee92e5020 /usr/lib/.build-id/c0/8d3773da1b60ce7809fb0308ca6c7e761dc66f /usr/lib/.build-id/c0/cabdc9b4b334d1117a8651abf3ee548b44b7ca /usr/lib/.build-id/c3/fb388328d163cbadda7ba7c9c77c8e080a072e /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/9ecd1bd9d2ac0e56e0fb78f4b6738b4cb4793f /usr/lib/.build-id/c5/ad811be24fe87ec29623f9ae143abc9de6d357 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/3dddf50f87fd665b671d66d7cbc89e07ff39de /usr/lib/.build-id/c7/53c4b12ffb27eb66151fe5867f422b9799be29 /usr/lib/.build-id/c7/c0a7b9b9b749f76ebead84efdab4c2c16e896a /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/6d5397c798dc923f8984efe459861f4bf5f409 /usr/lib/.build-id/c8/6dc154718bb5224db9a577dd3147921756c9b1 /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/92023b4a8c0016ea82f5de317bed89fd22280c /usr/lib/.build-id/ca /usr/lib/.build-id/ca/c9b60bff6ead86da3e7e4a5476068196b65417 /usr/lib/.build-id/ca/e7bd91281a7581a23038b65720e8021dca656a /usr/lib/.build-id/cb/93602bfc41323e950aa581ff6d61cfd2139f23 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/6d1605b75105edceee495d967e41fead0d310a /usr/lib/.build-id/ce /usr/lib/.build-id/ce/5523e2d4db3e858d0d8524c40b969faf9725a3 /usr/lib/.build-id/ce/ff6a8ad4741ad8b796e84b559dff28c5555933 /usr/lib/.build-id/cf /usr/lib/.build-id/cf/d2a25199051139cfbb9f2b287011874cf4270c /usr/lib/.build-id/cf/e6a859ba68b14c001fcdc35b6b0f42012767f0 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/387d2ec05cc97462ad01613c3925aaed866872 /usr/lib/.build-id/d1/4b07f450d41e10ab36dba6c4456f9a51f7c307 /usr/lib/.build-id/d1/5a91083dc1af9f2308bd8712ca6bf917ea48ac /usr/lib/.build-id/d2/0cf8a4e007bb8704ce2929ce6c014a4e4a52ee /usr/lib/.build-id/d2/d1882f011bfd546cd4b6bb2d1251b41e9ad443 /usr/lib/.build-id/d2/ea363484a1f1d0ad7b6fe0e5d20a1df72c8808 /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/396aad91b3a3fd8eb281a81c3050d8d53d86a7 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/3e5fd211847c2709078b6702cb340e9e6c356d /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/f42e36726680beff0e2e957794b2db2d08cc65 /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/e0ca1f6863d91932627344415d21de5cde431c /usr/lib/.build-id/da /usr/lib/.build-id/da/03f0409dd565cc43afe7d079d6523454068cfd /usr/lib/.build-id/da/e74b28a6398e0458a934b67c70b7152ca44fea /usr/lib/.build-id/db /usr/lib/.build-id/db/10df9f55f3b4304518c836328caf5721262677 /usr/lib/.build-id/db/d788a2c89b75db0314a67525e396f4bd7d9edf /usr/lib/.build-id/dd /usr/lib/.build-id/dd/cd43dbf82d5ea3f3f84e41aff2e61da5f98be9 /usr/lib/.build-id/de /usr/lib/.build-id/de/222c6201b4d65c2b4af425154528f7c6b24b35 /usr/lib/.build-id/de/395cd5810f7b8f260daa13c0ab004cc373eec3 /usr/lib/.build-id/de/94675b572da66598435c848f93461d921d4280 /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/fcbfdfaab39f487d30666a41b3a36a3541d1b4 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/7a35df7c66b377f8ef8aaee774bab94f81ec2f /usr/lib/.build-id/e1/addb65f9f27bcc3557e684a328b348175cdbb2 /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/e6e2d7da31ef3f6f1c6df0d343a259192de368 /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/ffcdac74c87422a541510c59872e1ed496f4e7 /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/cc79503bd5b8bca334267333a56a35e78d10d9 /usr/lib/.build-id/e5/d976d465d6f9fa27d3b21dfe0423f50bb8089e /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/d65a987aa69123e01150bb52c39e243fd16743 /usr/lib/.build-id/e6/e7bfcd607e2a48a10be7155773c8affaa02be5 /usr/lib/.build-id/e8/bc3f8c9de9d9951c513fbf9d801ed23c49ba66 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/58a2c532e4a444bcdecaac9c1fd26609563531 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/9e1f725bed784597fbaf5daa070970a8b96bea /usr/lib/.build-id/ed /usr/lib/.build-id/ed/f9986e72ecedaaa1714b995acb8a329e323a7c /usr/lib/.build-id/ef /usr/lib/.build-id/ef/7eaa5beaa6f113574f8cebe6cff8f83718c278 /usr/lib/.build-id/ef/dc6850880ba6e6e9a1de3ba55541949dc483e9 /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/d3eda43eba0105475a3bd7d883f96e6f80a83d /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/860682442cffd7ab78add31e544e8313091df9 /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/02a71627f8f82050d4e0cfca5d7ac6403fea4d /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/5f9657dd00da1ab7350eb4ab5b7c327e3d3a43 /usr/lib/.build-id/f6/8b38d4edaf629164e60507a6074e957e5efaec /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/8339a3197b78c460af16d22c98e48be9c33236 /usr/lib/.build-id/f9 /usr/lib/.build-id/f9/1b02096fe7f45d8aeb76cc248d69bfe8489681 /usr/lib/.build-id/fa /usr/lib/.build-id/fa/3d6d35aa6f8b792d89351c36fe6b9beff3a46a /usr/lib/.build-id/fe /usr/lib/.build-id/fe/f88d1d9a99772eab67a0535db04d9faecab272 /usr/lib/.build-id/ff /usr/lib/.build-id/ff/63495d7ae4eb6835eb8136257e6edd3b9451d8 /usr/lib/.build-id/ff/73e120bee09539a8500c9b6b75c08d8bd6fbbe /usr/lib/.build-id/ff/9b1e50dc1a6b280b4f175d86acd7f2483b92f0 /usr/lib/gconv/ANSI_X3.110.so /usr/lib/gconv/ARMSCII-8.so /usr/lib/gconv/ASMO_449.so /usr/lib/gconv/BIG5.so /usr/lib/gconv/BIG5HKSCS.so /usr/lib/gconv/BRF.so /usr/lib/gconv/CP10007.so /usr/lib/gconv/CP1125.so /usr/lib/gconv/CP1250.so /usr/lib/gconv/CP1251.so /usr/lib/gconv/CP1253.so /usr/lib/gconv/CP1254.so /usr/lib/gconv/CP1255.so /usr/lib/gconv/CP1256.so /usr/lib/gconv/CP1257.so /usr/lib/gconv/CP1258.so /usr/lib/gconv/CP737.so /usr/lib/gconv/CP770.so /usr/lib/gconv/CP771.so /usr/lib/gconv/CP772.so /usr/lib/gconv/CP773.so /usr/lib/gconv/CP774.so /usr/lib/gconv/CP775.so /usr/lib/gconv/CP932.so /usr/lib/gconv/CSN_369103.so /usr/lib/gconv/CWI.so /usr/lib/gconv/DEC-MCS.so /usr/lib/gconv/EBCDIC-AT-DE-A.so /usr/lib/gconv/EBCDIC-AT-DE.so /usr/lib/gconv/EBCDIC-CA-FR.so /usr/lib/gconv/EBCDIC-DK-NO-A.so /usr/lib/gconv/EBCDIC-DK-NO.so /usr/lib/gconv/EBCDIC-ES-A.so /usr/lib/gconv/EBCDIC-ES-S.so /usr/lib/gconv/EBCDIC-ES.so /usr/lib/gconv/EBCDIC-FI-SE-A.so /usr/lib/gconv/EBCDIC-FI-SE.so /usr/lib/gconv/EBCDIC-FR.so /usr/lib/gconv/EBCDIC-IS-FRISS.so /usr/lib/gconv/EBCDIC-IT.so /usr/lib/gconv/EBCDIC-PT.so /usr/lib/gconv/EBCDIC-UK.so /usr/lib/gconv/EBCDIC-US.so /usr/lib/gconv/ECMA-CYRILLIC.so /usr/lib/gconv/EUC-CN.so /usr/lib/gconv/EUC-JISX0213.so /usr/lib/gconv/EUC-JP-MS.so /usr/lib/gconv/EUC-JP.so /usr/lib/gconv/EUC-KR.so /usr/lib/gconv/EUC-TW.so /usr/lib/gconv/GB18030.so /usr/lib/gconv/GBBIG5.so /usr/lib/gconv/GBGBK.so /usr/lib/gconv/GBK.so /usr/lib/gconv/GEORGIAN-ACADEMY.so /usr/lib/gconv/GEORGIAN-PS.so /usr/lib/gconv/GOST_19768-74.so /usr/lib/gconv/GREEK-CCITT.so /usr/lib/gconv/GREEK7-OLD.so /usr/lib/gconv/GREEK7.so /usr/lib/gconv/HP-GREEK8.so /usr/lib/gconv/HP-ROMAN8.so /usr/lib/gconv/HP-ROMAN9.so /usr/lib/gconv/HP-THAI8.so /usr/lib/gconv/HP-TURKISH8.so /usr/lib/gconv/IBM037.so /usr/lib/gconv/IBM038.so /usr/lib/gconv/IBM1004.so /usr/lib/gconv/IBM1008.so /usr/lib/gconv/IBM1008_420.so /usr/lib/gconv/IBM1025.so /usr/lib/gconv/IBM1026.so /usr/lib/gconv/IBM1046.so /usr/lib/gconv/IBM1047.so /usr/lib/gconv/IBM1097.so /usr/lib/gconv/IBM1112.so /usr/lib/gconv/IBM1122.so /usr/lib/gconv/IBM1123.so /usr/lib/gconv/IBM1124.so /usr/lib/gconv/IBM1129.so /usr/lib/gconv/IBM1130.so /usr/lib/gconv/IBM1132.so /usr/lib/gconv/IBM1133.so /usr/lib/gconv/IBM1137.so /usr/lib/gconv/IBM1140.so /usr/lib/gconv/IBM1141.so /usr/lib/gconv/IBM1142.so /usr/lib/gconv/IBM1143.so /usr/lib/gconv/IBM1144.so /usr/lib/gconv/IBM1145.so /usr/lib/gconv/IBM1146.so /usr/lib/gconv/IBM1147.so /usr/lib/gconv/IBM1148.so /usr/lib/gconv/IBM1149.so /usr/lib/gconv/IBM1153.so /usr/lib/gconv/IBM1154.so /usr/lib/gconv/IBM1155.so /usr/lib/gconv/IBM1156.so /usr/lib/gconv/IBM1157.so /usr/lib/gconv/IBM1158.so /usr/lib/gconv/IBM1160.so /usr/lib/gconv/IBM1161.so /usr/lib/gconv/IBM1162.so /usr/lib/gconv/IBM1163.so /usr/lib/gconv/IBM1164.so /usr/lib/gconv/IBM1166.so /usr/lib/gconv/IBM1167.so /usr/lib/gconv/IBM12712.so /usr/lib/gconv/IBM1364.so /usr/lib/gconv/IBM1371.so /usr/lib/gconv/IBM1388.so /usr/lib/gconv/IBM1390.so /usr/lib/gconv/IBM1399.so /usr/lib/gconv/IBM16804.so /usr/lib/gconv/IBM256.so /usr/lib/gconv/IBM273.so /usr/lib/gconv/IBM274.so /usr/lib/gconv/IBM275.so /usr/lib/gconv/IBM277.so /usr/lib/gconv/IBM278.so /usr/lib/gconv/IBM280.so /usr/lib/gconv/IBM281.so /usr/lib/gconv/IBM284.so /usr/lib/gconv/IBM285.so /usr/lib/gconv/IBM290.so /usr/lib/gconv/IBM297.so /usr/lib/gconv/IBM420.so /usr/lib/gconv/IBM423.so /usr/lib/gconv/IBM424.so /usr/lib/gconv/IBM437.so /usr/lib/gconv/IBM4517.so /usr/lib/gconv/IBM4899.so /usr/lib/gconv/IBM4909.so /usr/lib/gconv/IBM4971.so /usr/lib/gconv/IBM500.so /usr/lib/gconv/IBM5347.so /usr/lib/gconv/IBM803.so /usr/lib/gconv/IBM850.so /usr/lib/gconv/IBM851.so /usr/lib/gconv/IBM852.so /usr/lib/gconv/IBM855.so /usr/lib/gconv/IBM856.so /usr/lib/gconv/IBM857.so /usr/lib/gconv/IBM858.so /usr/lib/gconv/IBM860.so /usr/lib/gconv/IBM861.so /usr/lib/gconv/IBM862.so /usr/lib/gconv/IBM863.so /usr/lib/gconv/IBM864.so /usr/lib/gconv/IBM865.so /usr/lib/gconv/IBM866.so /usr/lib/gconv/IBM866NAV.so /usr/lib/gconv/IBM868.so /usr/lib/gconv/IBM869.so /usr/lib/gconv/IBM870.so /usr/lib/gconv/IBM871.so /usr/lib/gconv/IBM874.so /usr/lib/gconv/IBM875.so /usr/lib/gconv/IBM880.so /usr/lib/gconv/IBM891.so /usr/lib/gconv/IBM901.so /usr/lib/gconv/IBM902.so /usr/lib/gconv/IBM903.so /usr/lib/gconv/IBM9030.so /usr/lib/gconv/IBM904.so /usr/lib/gconv/IBM905.so /usr/lib/gconv/IBM9066.so /usr/lib/gconv/IBM918.so /usr/lib/gconv/IBM921.so /usr/lib/gconv/IBM922.so /usr/lib/gconv/IBM930.so /usr/lib/gconv/IBM932.so /usr/lib/gconv/IBM933.so /usr/lib/gconv/IBM935.so /usr/lib/gconv/IBM937.so /usr/lib/gconv/IBM939.so /usr/lib/gconv/IBM943.so /usr/lib/gconv/IBM9448.so /usr/lib/gconv/IEC_P27-1.so /usr/lib/gconv/INIS-8.so /usr/lib/gconv/INIS-CYRILLIC.so /usr/lib/gconv/INIS.so /usr/lib/gconv/ISIRI-3342.so /usr/lib/gconv/ISO-2022-CN-EXT.so /usr/lib/gconv/ISO-2022-CN.so /usr/lib/gconv/ISO-2022-JP-3.so /usr/lib/gconv/ISO-2022-JP.so /usr/lib/gconv/ISO-2022-KR.so /usr/lib/gconv/ISO-IR-197.so /usr/lib/gconv/ISO-IR-209.so /usr/lib/gconv/ISO646.so /usr/lib/gconv/ISO8859-10.so /usr/lib/gconv/ISO8859-11.so /usr/lib/gconv/ISO8859-13.so /usr/lib/gconv/ISO8859-14.so /usr/lib/gconv/ISO8859-16.so /usr/lib/gconv/ISO8859-2.so /usr/lib/gconv/ISO8859-3.so /usr/lib/gconv/ISO8859-4.so /usr/lib/gconv/ISO8859-5.so /usr/lib/gconv/ISO8859-6.so /usr/lib/gconv/ISO8859-7.so /usr/lib/gconv/ISO8859-8.so /usr/lib/gconv/ISO8859-9.so /usr/lib/gconv/ISO8859-9E.so /usr/lib/gconv/ISO_10367-BOX.so /usr/lib/gconv/ISO_11548-1.so /usr/lib/gconv/ISO_2033.so /usr/lib/gconv/ISO_5427-EXT.so /usr/lib/gconv/ISO_5427.so /usr/lib/gconv/ISO_5428.so /usr/lib/gconv/ISO_6937-2.so /usr/lib/gconv/ISO_6937.so /usr/lib/gconv/JOHAB.so /usr/lib/gconv/KOI-8.so /usr/lib/gconv/KOI8-R.so /usr/lib/gconv/KOI8-RU.so /usr/lib/gconv/KOI8-T.so /usr/lib/gconv/KOI8-U.so /usr/lib/gconv/LATIN-GREEK-1.so /usr/lib/gconv/LATIN-GREEK.so /usr/lib/gconv/MAC-CENTRALEUROPE.so /usr/lib/gconv/MAC-IS.so /usr/lib/gconv/MAC-SAMI.so /usr/lib/gconv/MAC-UK.so /usr/lib/gconv/MACINTOSH.so /usr/lib/gconv/MIK.so /usr/lib/gconv/NATS-DANO.so /usr/lib/gconv/NATS-SEFI.so /usr/lib/gconv/PT154.so /usr/lib/gconv/RK1048.so /usr/lib/gconv/SAMI-WS2.so /usr/lib/gconv/SHIFT_JISX0213.so /usr/lib/gconv/SJIS.so /usr/lib/gconv/T.61.so /usr/lib/gconv/TCVN5712-1.so /usr/lib/gconv/TIS-620.so /usr/lib/gconv/TSCII.so /usr/lib/gconv/UHC.so /usr/lib/gconv/VISCII.so /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/lib/gconv/libCNS.so /usr/lib/gconv/libGB.so /usr/lib/gconv/libISOIR165.so /usr/lib/gconv/libJIS.so /usr/lib/gconv/libJISX0213.so /usr/lib/gconv/libKSC.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jun 24 00:19:50 2025