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:42 2025 |
Group: Unspecified | Build host: buildhw-x86-10.iad2.fedoraproject.org |
Size: 7569846 | 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/00 /usr/lib/.build-id/00/6fc7b9e56b5d000499cdef5434b93f938d5108 /usr/lib/.build-id/01 /usr/lib/.build-id/01/b92170eb15d89e0586045e91f88c81b1b5bac1 /usr/lib/.build-id/02 /usr/lib/.build-id/02/61612d145e083df004aa3fe1554e6a2926a697 /usr/lib/.build-id/02/a93d199963746b4d8b9897a1a57ba5bbdc413e /usr/lib/.build-id/02/ac72476245f4cced44ff6fb71938a787dc96b5 /usr/lib/.build-id/03/dd4e02ff89bcd1199a729e6c872fe6825e7219 /usr/lib/.build-id/04 /usr/lib/.build-id/04/976e0452f40487e824db0d8d6ea3bbab9736ea /usr/lib/.build-id/04/a563e52d650fb8db134abb9a5cc1f1d0cae7e3 /usr/lib/.build-id/05 /usr/lib/.build-id/05/5935bff5cb6a1e3bd32850d7e95db36b48ff9c /usr/lib/.build-id/06 /usr/lib/.build-id/06/1675597e43bf057167b2fe64b675d911420957 /usr/lib/.build-id/06/86e58123a7c7773847731222d9ee53c032db1d /usr/lib/.build-id/0c /usr/lib/.build-id/0c/3da4e11e70be58272f370fce2be81e8615772f /usr/lib/.build-id/0d /usr/lib/.build-id/0d/13342d06582d8a020cad2547c573a97be54a0e /usr/lib/.build-id/0d/356396651aaf3b59259b1fbc18d7cf8e544bc0 /usr/lib/.build-id/0d/35afc7e26cc3a25e26be3382c77d3685340d3c /usr/lib/.build-id/0e /usr/lib/.build-id/0e/989bef9b3ac762e78aa590b41d2f46ffb91799 /usr/lib/.build-id/0f/b8c16394a607243b7e80c9e90222d08e99c086 /usr/lib/.build-id/12 /usr/lib/.build-id/12/4f29d68fef70b5263c4378c732ab7e365a1f71 /usr/lib/.build-id/12/669cf53d19cc8d234196c0f4a1e29f8eb98d43 /usr/lib/.build-id/12/ca02ec05a0e3ce9e7299a45373f8bb88101d64 /usr/lib/.build-id/12/fd8ee89c7727a1c9d162a78108cb5bdac78846 /usr/lib/.build-id/13/46501de741e2fc4656c0e4d365b0df5cde7211 /usr/lib/.build-id/13/8ea1643d6b74de230ff454d3dd68214fef6180 /usr/lib/.build-id/13/da82b6139a2b7e14f4db3ec5033624e56a1028 /usr/lib/.build-id/14/8574aad67b1a05c8c670a583a9a897fb88275a /usr/lib/.build-id/15 /usr/lib/.build-id/15/59c25997bef073cd5b18b11dafbbac4d12c346 /usr/lib/.build-id/15/dbf9a1f56de5bce2b66f498fb7345a122159f0 /usr/lib/.build-id/15/ea010c0a29dcbfac8854958d38d8844aff1d7a /usr/lib/.build-id/16 /usr/lib/.build-id/16/4a4b2cd18f9c7e5e394ac51834da41fb22c87d /usr/lib/.build-id/17/69d3e6af562882b128d86c15b64cbb196963ec /usr/lib/.build-id/18 /usr/lib/.build-id/18/51ddfd3ffe6db18e4008fba63dc20516982359 /usr/lib/.build-id/18/976a56b938d5f9a9fb3b38ca5aa1f38ee661ec /usr/lib/.build-id/19 /usr/lib/.build-id/19/7ebe1d3948cf8540da60adf0d718d444697373 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/bdaf6f4ec62950a0a374351c9f0a7091cfa547 /usr/lib/.build-id/1a/ee078347ea5f9e06ae27aa11b510a969bf2f99 /usr/lib/.build-id/1b /usr/lib/.build-id/1b/0601155a807426e5444f961c82da038ecad41a /usr/lib/.build-id/1b/cc570aeacd76b8132b7202aaeea15b6ee153d5 /usr/lib/.build-id/1d /usr/lib/.build-id/1d/066aa14c255c128dd234eba63b5c05a81ac892 /usr/lib/.build-id/1d/0bd837b3dce7be1028c41442013e74cdce546f /usr/lib/.build-id/1d/5195f275b71919345e4f861ba4cd1738d79e40 /usr/lib/.build-id/1d/8d24fb6943a4bfe28e40c25fc3f0bc6914469c /usr/lib/.build-id/1e /usr/lib/.build-id/1e/fd69a9711212c846d83aedad6cf84cc2a0d9bd /usr/lib/.build-id/20 /usr/lib/.build-id/20/7611495178fb270722644c401b312a6dafbf64 /usr/lib/.build-id/21 /usr/lib/.build-id/21/cf2bb7145ac9b242d7dd8b976395a2d3859947 /usr/lib/.build-id/26 /usr/lib/.build-id/26/55e6b8546c1029fe8a9a9f2c5e133107ac232a /usr/lib/.build-id/27 /usr/lib/.build-id/27/9fc0e35894acfb4370853f551b9b0e905f0d4a /usr/lib/.build-id/28 /usr/lib/.build-id/28/470d6162a682061af220ed1673e86b34e0518a /usr/lib/.build-id/28/af1b77bb2e4a3329cfab587d8d15569acc0c98 /usr/lib/.build-id/2a/3d7cdf63be075f068731f56237f7542520f31f /usr/lib/.build-id/2b /usr/lib/.build-id/2b/1c51948dadbbbae5575658918824e5598c531a /usr/lib/.build-id/2b/8f531732678ac346861410bbf3e05fa28dd3fa /usr/lib/.build-id/2c /usr/lib/.build-id/2c/bf4643ace54570902795363c3211670839d4e7 /usr/lib/.build-id/2d /usr/lib/.build-id/2d/7c7a186b8ca49820f75b167745dba0c5f83e47 /usr/lib/.build-id/2d/9fcf8f5c298cac4b52f454fef329e8b45187ae /usr/lib/.build-id/2f/b9c0534eb3e3b7be3b925572e0ad74cc171439 /usr/lib/.build-id/30 /usr/lib/.build-id/30/1d7cec87a789810bd4c8edc1cb2407fccc2385 /usr/lib/.build-id/31 /usr/lib/.build-id/31/23ae2eb8d7894556a13b1294390e6737b1b6cb /usr/lib/.build-id/31/4a05ab2a72a0f93b3d91e9e170675fe9f00569 /usr/lib/.build-id/31/6632545b9a50748d670bc8725704544526b113 /usr/lib/.build-id/31/8471d66541743ac2647c00049825d41fe7de9a /usr/lib/.build-id/31/849e7803529bccd9e17cc8e406153cf078b6c2 /usr/lib/.build-id/31/95b5021165f3101a4e77b75f2dfa21512b55d7 /usr/lib/.build-id/32 /usr/lib/.build-id/32/3f310a34c12ead4f74f48e2803ac920a426378 /usr/lib/.build-id/36 /usr/lib/.build-id/36/0c0880801a53fbef017fd9528a28ccf53a42c8 /usr/lib/.build-id/38 /usr/lib/.build-id/38/c1bcaa8c24a3ac722b73dc5c21af54be4882f6 /usr/lib/.build-id/39/f65ce55c2f97506ee95eb5956b14a922bccabc /usr/lib/.build-id/3a /usr/lib/.build-id/3a/15dcd62ac7235b660c810551107c4f7db4b143 /usr/lib/.build-id/3a/b0b5d038d336a8af7b50ae714e07ea2cf1b04f /usr/lib/.build-id/3b /usr/lib/.build-id/3b/0e681162205bf5908aa68202362832c72680e2 /usr/lib/.build-id/3b/53f583aeae0491f64b2d0c4977addc7b7b6928 /usr/lib/.build-id/3c/5850890d281aec857c2800f1b171e9c81f476a /usr/lib/.build-id/40 /usr/lib/.build-id/40/549aea5f8d8ef1aac9c22f2d4f7bc3c54e2f50 /usr/lib/.build-id/40/e267be72fc21cdd317627dac0c17cef4bd04c9 /usr/lib/.build-id/42 /usr/lib/.build-id/42/eb7280fb3434efabc9cc8d365654590fc6b3bd /usr/lib/.build-id/45 /usr/lib/.build-id/45/14fcecd8a011e47b42f635570281932ed32318 /usr/lib/.build-id/46/3527b3b0124c1e3f6a899f8d6d26fb8c22af15 /usr/lib/.build-id/47 /usr/lib/.build-id/47/adae2162edba7720bfe0fbbc3c5d498230bfc8 /usr/lib/.build-id/48 /usr/lib/.build-id/48/d161ae94cb4dc075af62f2f680208486320433 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/771f3c79352d947066d0a2520290b59567fd30 /usr/lib/.build-id/4a/c9b3203a99592be103926b10319a68ccd04b06 /usr/lib/.build-id/4c /usr/lib/.build-id/4c/baef6182d859f16a7628cf39c86d38d1448be5 /usr/lib/.build-id/4d /usr/lib/.build-id/4d/ebf606e0798391aa75e095892207a4a8210cc8 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/ec4dcc8b59c91e6a4899d487343a2c279475fa /usr/lib/.build-id/52/37d9d3fb6dca1800407bfc80bd40f9e1fbd95e /usr/lib/.build-id/52/945d8ffdf355c7ff844c0dac1c0202845bf46f /usr/lib/.build-id/53 /usr/lib/.build-id/53/8367c55b66d688c20e52bbba14e06d9839d394 /usr/lib/.build-id/54 /usr/lib/.build-id/54/90c704eb4934eef53618a3d8fc68dd3910f74f /usr/lib/.build-id/57 /usr/lib/.build-id/57/8149692ee70106b5492ac771dbe6529f91a5dc /usr/lib/.build-id/5a /usr/lib/.build-id/5a/778d0fc2827d21a4af5c01fc77dedb2d3cea14 /usr/lib/.build-id/5a/ef531f0d965c601ef953f2a677a2c58a91f1b0 /usr/lib/.build-id/5e /usr/lib/.build-id/5e/0d3b192bd50fabafcf089437c13abef609716c /usr/lib/.build-id/5e/459d1b84d2923a2d11516a4691968ab9733c0a /usr/lib/.build-id/5e/f7d5e9636749dd7a5107b2cd34b2e62e8ee38d /usr/lib/.build-id/5f/0470c7067cbc833163f48ac2f87d7e1a741089 /usr/lib/.build-id/62 /usr/lib/.build-id/62/818ad8441719ee14455d7cfa3bd0b83a19c195 /usr/lib/.build-id/63 /usr/lib/.build-id/63/28d5714d7c2629256ce1116b9d76c647f17973 /usr/lib/.build-id/63/f4967e6b27da28cc619117ee265edd3df22726 /usr/lib/.build-id/64 /usr/lib/.build-id/64/c1a4c2df3944354a2f506579aa9bda3ba7cc0a /usr/lib/.build-id/65 /usr/lib/.build-id/65/61e7eb85c02c40ad37223b014657117736a79c /usr/lib/.build-id/67/2c36cb3341bfdf3a1e369f91ce164b0417481c /usr/lib/.build-id/67/7aa87b75efce6525b98318923bde91d6e4c87a /usr/lib/.build-id/68 /usr/lib/.build-id/68/822d6e9890e909b13912beaa17d33d5c05d2af /usr/lib/.build-id/68/d9b13dfc9293f5864219414bf68294ca873ab9 /usr/lib/.build-id/6b /usr/lib/.build-id/6b/b0b8c220cd218f4fe5b2bac94debd05cb54f34 /usr/lib/.build-id/6c /usr/lib/.build-id/6c/31c0fa25247236c3f34de881a19abb62a113dc /usr/lib/.build-id/6d /usr/lib/.build-id/6d/b1444bfeec94884377113350cfc4309c6cec5d /usr/lib/.build-id/6e /usr/lib/.build-id/6e/fa6ffdd5f6307ac9303f5cec7a95053a0a84c6 /usr/lib/.build-id/6f /usr/lib/.build-id/6f/a762b1f98f6420edee5b70d27753faadd60f71 /usr/lib/.build-id/71 /usr/lib/.build-id/71/00f7a56cf4580f6b53b6ce0a5636a76f4ebdf6 /usr/lib/.build-id/71/9b8518b77e8b558e5139074d1e09991fd5aa20 /usr/lib/.build-id/72/4b0498b61745037a043d9674ec8f4f4e2a1976 /usr/lib/.build-id/75 /usr/lib/.build-id/75/65ef72cf9b5fb5f59a2a6dd1c3000de55d5669 /usr/lib/.build-id/77 /usr/lib/.build-id/77/9fd43b2b98a6fa893a75cce5470d56b88e3e52 /usr/lib/.build-id/78/a175848f0bc2898bc9a0a312dca9c57a85d23e /usr/lib/.build-id/79 /usr/lib/.build-id/79/54d44d89b8e2b27d2ad3f9b54241edc184073d /usr/lib/.build-id/79/7f82d5c7304cbe9c9eb1eec141d5e0d2248c32 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/d181474f14e1f455d12186b3dc8e106658ae4a /usr/lib/.build-id/7c /usr/lib/.build-id/7c/82143950806b77568c40b66d599ce874e1e752 /usr/lib/.build-id/7c/8dc5561857cbd4b38a181ceb45a787b5b0ccb8 /usr/lib/.build-id/80 /usr/lib/.build-id/80/959785f266e28799e7c07074682be73d35d6e6 /usr/lib/.build-id/81 /usr/lib/.build-id/81/29f29e28e1cf57328ae9d0cd1f3f446b226e88 /usr/lib/.build-id/82 /usr/lib/.build-id/82/291312ab9aac20751fd6ab8e4df401f423a206 /usr/lib/.build-id/83 /usr/lib/.build-id/83/3d4ade748094eb57fec7990f98354392d54d4b /usr/lib/.build-id/83/a3612ae528af7dd4f6a659a0506bdf57a0e136 /usr/lib/.build-id/86 /usr/lib/.build-id/86/8a17ec8e29af4f9980718ea1c4f219c9404668 /usr/lib/.build-id/87 /usr/lib/.build-id/87/569393d1c3c185995f4b85d1b12433b25c242f /usr/lib/.build-id/87/a2305be913bbd06175f9ab76fea2bb1710c585 /usr/lib/.build-id/87/a723e4762480ca21a94b5d59d263939e372c1a /usr/lib/.build-id/88 /usr/lib/.build-id/88/5efe51f38f727fbf5da3aa6b7bc7cecf68db5e /usr/lib/.build-id/88/619aa51c197e29ec47a43d682c2f5594a83da8 /usr/lib/.build-id/88/66d5596e06ece5506001344017b93f0a198184 /usr/lib/.build-id/88/e39ced7b04fb79d3db3a34f9925e23d991539d /usr/lib/.build-id/89 /usr/lib/.build-id/89/7554c13c151a614ead6f362dc05e1da99990c5 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/31cc22b96966be0381b9537ebe432fd4d35ba9 /usr/lib/.build-id/8b/a975a93fef26df1649d1c4fa7472b6175658f9 /usr/lib/.build-id/8d /usr/lib/.build-id/8d/9b91976020c81b6ec5d58c9aefbebb987c494e /usr/lib/.build-id/8f /usr/lib/.build-id/8f/9ee3da8730191e87a011cbdb3a3f3b24673b61 /usr/lib/.build-id/90 /usr/lib/.build-id/90/13a8e5347828264005fa339f4f0cdd1eb0cfd5 /usr/lib/.build-id/91 /usr/lib/.build-id/91/a89735ab0887fe3bcb60f9fd7816c22ac2d1a9 /usr/lib/.build-id/91/d15d472b57503614aa41b0d018c62bdea4a3b9 /usr/lib/.build-id/91/fd2b79ed3afc9d8d38cd1ef4b10ec21462c2f4 /usr/lib/.build-id/92 /usr/lib/.build-id/92/4dd8ce3ab90853595a20e9da46a9a80ee359e9 /usr/lib/.build-id/93 /usr/lib/.build-id/93/e7f6749217086cbb9e0ac0b23779affcea03b1 /usr/lib/.build-id/94 /usr/lib/.build-id/94/b7c4075ac1efc6407f2f0ba2dc3af962288fa8 /usr/lib/.build-id/94/bce502c7565c0d6225472182eab91b9da10e0a /usr/lib/.build-id/95 /usr/lib/.build-id/95/38f2b16145b1da6438b7947632020ccbd569d8 /usr/lib/.build-id/96 /usr/lib/.build-id/96/b32ddcc24af1f11362320a81beaf3fbfd5c1d1 /usr/lib/.build-id/97/7cb488b29274f6b99ae45601acfcf8bc39ab04 /usr/lib/.build-id/97/c561995ab609816d0503f9ae257deacd3aecc0 /usr/lib/.build-id/99 /usr/lib/.build-id/99/b141dc35aef336c95b858cae18fa50176ddf40 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/467b496de8b0d4cfdbe1277c29b5919a3a3966 /usr/lib/.build-id/9a/941aa80c00edbd297a991e6aa0f3cdddab1a5e /usr/lib/.build-id/9b /usr/lib/.build-id/9b/9d47a6cd874890da343e4eddb03e3f5a22b9d6 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/314f9b2f958cf19f283f3d2d74b0b8fb968111 /usr/lib/.build-id/9c/4526e15947db13e306795f24aa4781110a6c18 /usr/lib/.build-id/9e /usr/lib/.build-id/9e/7f15a9e93a01d538e08442ef2dd14d4a3ef585 /usr/lib/.build-id/9f /usr/lib/.build-id/9f/4421037a0b9bff06fec744c57707bb505c2797 /usr/lib/.build-id/a0/f95a7a79612cf9de5e540f965a328bf03f3289 /usr/lib/.build-id/a1 /usr/lib/.build-id/a1/1b9d86613826febd4f491ec273c508220c2ff1 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/4430ed45528797cdad49cec705f4b492be7b62 /usr/lib/.build-id/a3/be55dddd1c6876f87a0ce74d6b152ce96f83e2 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/e49674e019ae7d65b0611a0d8479243791cb3b /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/08b4f46fe624c5bef74b545b39703859cc7e6c /usr/lib/.build-id/a6/27112984501b15760f54eead83b3a381523996 /usr/lib/.build-id/a6/55fa19f2b82d6bbfc5e6831422b276a4346450 /usr/lib/.build-id/a6/5eabb0cb9481d1c0e9eb10a2a1147505f23261 /usr/lib/.build-id/a8/84c228efc1ef99c286bfdfdb19e7a8b665f7cb /usr/lib/.build-id/a8/b15664ae91ef8398783dcfc16884f1bcc5dd1b /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/9ca15c4eb4accc9e9c768fd8e13f6fe29afcdd /usr/lib/.build-id/aa /usr/lib/.build-id/aa/7670c9b1bf1f10b5299eee2f86c72ac4dd6d8a /usr/lib/.build-id/af /usr/lib/.build-id/af/e8ade3141a63801f836ae3d8465956cf5073b5 /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/0d61e93aae4fe6d776b8a0cff87d30dab5d1bf /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/066a6bc96e862a133c0c8455e6510006101d87 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/067bb0e900b442478a4c3ddfeb379cce59d277 /usr/lib/.build-id/b6/07a9219e1c9aef749aba97bae7fcd6a62adee2 /usr/lib/.build-id/b6/9e01a19bd1a21754407356e5894f2ca1b0aaf3 /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/b2d7fc68cf1d3176ca11b599ed5da7053a3f60 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/48e63dc1c6ef002a17cd36141e3b5e24a31595 /usr/lib/.build-id/bb /usr/lib/.build-id/bb/6c55b098fc10e027bc9e8bc0f5f2ed162b0c1c /usr/lib/.build-id/bb/cc9e3955fbdc8325918268c53ad0f3c157c899 /usr/lib/.build-id/bb/ed05d77c26761cdfd3ebc50ace99be806304b7 /usr/lib/.build-id/bc /usr/lib/.build-id/bc/b5375074b8fd7b9b81512f7018e18e1ecd09b1 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/33964a38c72d15d3913facbd4dc581179fcbff /usr/lib/.build-id/bd/4c5e4edfb28eb423420c0c5d2f4c9bff2274ac /usr/lib/.build-id/bf /usr/lib/.build-id/bf/dc69c87dd75eafa931c3b08566a26c08b15f82 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/68193e32d31a5581168cfe52cfdc58280460ae /usr/lib/.build-id/c0/8fb23e52b0b4c21bc923ecd88a13f0739676ce /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/1076d1afdd5abc5d7c1f62de3bd32202b37b47 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/27e2c03c6720b26b9fb372d7473f02622099fe /usr/lib/.build-id/c2/76027c84fb61ccf33181566b1a4a95064be9e5 /usr/lib/.build-id/c3/347d0b4dc58b2789dd097705b3a36b4f9a7398 /usr/lib/.build-id/c3/6f845d7df2bf1c66d59ac2c119006b92b58300 /usr/lib/.build-id/c3/8a3acf91333d0fbb4ad9e4ca907b71a02482d0 /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/50ad10d13bda48771c4d9a06d7e62972e5ace7 /usr/lib/.build-id/c4/ba8060e85e4bc776d25307a51197cad30e8739 /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/96d709744a8eb1445939f03714c07bd6f4af46 /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/426aa4bd1fb58df7857d67e83879ea6f926f6b /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/9807ad0608e34f0f8e7751af95c6c3bc6db61d /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/595b1e4c91cc5d123cda8aeafb849c6909eae2 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/c606576ec03b55cc3e76e9d0d4cb78a051d4ea /usr/lib/.build-id/cb /usr/lib/.build-id/cb/03fab329d0517203e8a1366eb85a91349f78de /usr/lib/.build-id/cf /usr/lib/.build-id/cf/f709ea207f5eb0b5a4fa19a0d26db00df72c98 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/bcc1e2c9c5663ceade6b7ad3391da55eafadf7 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/759ac86d7752bcf72789da375abc713b67123e /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/dffce2aa14add818ce8ab54d47f1fdca0b28f8 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/565354ba49839d2a2077937e3645e8498ed73d /usr/lib/.build-id/d5/a212b4e41bda23c9508709218100ffac9bf182 /usr/lib/.build-id/d8/1d6036187691733f5b073d69a3678aa42035f7 /usr/lib/.build-id/d8/4d1977ef3f3006582accd6b6457ed5744abcba /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/c2e2c8e77ded90f227853e7bd4b973d42fdaa5 /usr/lib/.build-id/da /usr/lib/.build-id/da/0bd50b80721ff194774bcd9b642b57d372ad21 /usr/lib/.build-id/dc/20c0612713640c8caf533ea772e6462042f108 /usr/lib/.build-id/dd /usr/lib/.build-id/dd/83467aee09ff6b7e576c7d5a9e1dd66acced25 /usr/lib/.build-id/de/5ee6ed79eca14a94b88478617f1ac3f8eb9480 /usr/lib/.build-id/df /usr/lib/.build-id/df/492ee7c2487e21ba496ccf4aab9e63ae1c245b /usr/lib/.build-id/df/8e6ee97559a9307aacbc0db03907dfc9eaef92 /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/31cb8d93f004b8f224224b183393d79402082b /usr/lib/.build-id/e0/c6f6f3d4a97649808f590827d58373a51183cb /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/7c8bebcadaf95b5aee2f823212e20c252c4dd5 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/2ca3a61eaf660eaef5ca15db6c681cf6294bc3 /usr/lib/.build-id/e6/e8c8308550349da1cd6b5c43df1612708b1e0d /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/4e4ebe0ee885b008edb8784047ab8a370d5700 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/3434675bd5265829312420956f3cd860c14c21 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/01fbf3a13c4e01b04fe7974b9a6c2b4d599e87 /usr/lib/.build-id/ea/2b5bcd136527821244b0ddba1362ed2ba77ca2 /usr/lib/.build-id/ea/738f36b8060383c234ab71aef70f5926ac0f38 /usr/lib/.build-id/ea/82a603baa0dbabfb56a34dd77b36c9a7ab9cdb /usr/lib/.build-id/ea/b437f5d7c589ca0f510215d05da1dabae8ddf5 /usr/lib/.build-id/ea/d2a2c9cbc54950661c93e2439fcc190541f6a8 /usr/lib/.build-id/eb /usr/lib/.build-id/eb/886b08681c7a08706dc02cc0bd0296385bfdc8 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/83e9e9df7d44435bd495fefd886a8d3f350c9b /usr/lib/.build-id/ed /usr/lib/.build-id/ed/00b40804cc6bc2d68180c2b9cd3ed40cab3759 /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/3731b79eb70ff49bd585c7ec6015d91c963df6 /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/97642183e50cb96f7429d34effb8164b81b456 /usr/lib/.build-id/f1/ff8b80c58262d74c8518c38b842e56ae5b01bd /usr/lib/.build-id/f2/ace1a3295579d70ab6108ea11acb6fdb772f54 /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/3f7bfa96d784d2553794c7333230168438ef7c /usr/lib/.build-id/f3/cacc0f4c4b85570a6c79cceb7905743afc6fde /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/48b07d5d1d5dafd77ce8ec3095454d2fee567f /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/6d7233962dff89cc195eaae31fa0250a9a8f32 /usr/lib/.build-id/f8/00cfddfd431906e223b55ad3537ffb1025e7fa /usr/lib/.build-id/fb/9fb694bf7be592d0218e185ea1b0adaca7fadc /usr/lib/.build-id/fb/db5e5593c812a06e004a25a371d37afc2f55d9 /usr/lib/.build-id/fc /usr/lib/.build-id/fc/040fca536f2e8a3008890836ccc80e3c9fb8f0 /usr/lib/.build-id/fd/1246266ba8ed5ade08745daa18719322bb492c /usr/lib/.build-id/ff /usr/lib/.build-id/ff/dd6589f541d5bcfb79f86d04b3580c6dced3d9 /usr/lib64/gconv/ANSI_X3.110.so /usr/lib64/gconv/ARMSCII-8.so /usr/lib64/gconv/ASMO_449.so /usr/lib64/gconv/BIG5.so /usr/lib64/gconv/BIG5HKSCS.so /usr/lib64/gconv/BRF.so /usr/lib64/gconv/CP10007.so /usr/lib64/gconv/CP1125.so /usr/lib64/gconv/CP1250.so /usr/lib64/gconv/CP1251.so /usr/lib64/gconv/CP1253.so /usr/lib64/gconv/CP1254.so /usr/lib64/gconv/CP1255.so /usr/lib64/gconv/CP1256.so /usr/lib64/gconv/CP1257.so /usr/lib64/gconv/CP1258.so /usr/lib64/gconv/CP737.so /usr/lib64/gconv/CP770.so /usr/lib64/gconv/CP771.so /usr/lib64/gconv/CP772.so /usr/lib64/gconv/CP773.so /usr/lib64/gconv/CP774.so /usr/lib64/gconv/CP775.so /usr/lib64/gconv/CP932.so /usr/lib64/gconv/CSN_369103.so /usr/lib64/gconv/CWI.so /usr/lib64/gconv/DEC-MCS.so /usr/lib64/gconv/EBCDIC-AT-DE-A.so /usr/lib64/gconv/EBCDIC-AT-DE.so /usr/lib64/gconv/EBCDIC-CA-FR.so /usr/lib64/gconv/EBCDIC-DK-NO-A.so /usr/lib64/gconv/EBCDIC-DK-NO.so /usr/lib64/gconv/EBCDIC-ES-A.so /usr/lib64/gconv/EBCDIC-ES-S.so /usr/lib64/gconv/EBCDIC-ES.so /usr/lib64/gconv/EBCDIC-FI-SE-A.so /usr/lib64/gconv/EBCDIC-FI-SE.so /usr/lib64/gconv/EBCDIC-FR.so /usr/lib64/gconv/EBCDIC-IS-FRISS.so /usr/lib64/gconv/EBCDIC-IT.so /usr/lib64/gconv/EBCDIC-PT.so /usr/lib64/gconv/EBCDIC-UK.so /usr/lib64/gconv/EBCDIC-US.so /usr/lib64/gconv/ECMA-CYRILLIC.so /usr/lib64/gconv/EUC-CN.so /usr/lib64/gconv/EUC-JISX0213.so /usr/lib64/gconv/EUC-JP-MS.so /usr/lib64/gconv/EUC-JP.so /usr/lib64/gconv/EUC-KR.so /usr/lib64/gconv/EUC-TW.so /usr/lib64/gconv/GB18030.so /usr/lib64/gconv/GBBIG5.so /usr/lib64/gconv/GBGBK.so /usr/lib64/gconv/GBK.so /usr/lib64/gconv/GEORGIAN-ACADEMY.so /usr/lib64/gconv/GEORGIAN-PS.so /usr/lib64/gconv/GOST_19768-74.so /usr/lib64/gconv/GREEK-CCITT.so /usr/lib64/gconv/GREEK7-OLD.so /usr/lib64/gconv/GREEK7.so /usr/lib64/gconv/HP-GREEK8.so /usr/lib64/gconv/HP-ROMAN8.so /usr/lib64/gconv/HP-ROMAN9.so /usr/lib64/gconv/HP-THAI8.so /usr/lib64/gconv/HP-TURKISH8.so /usr/lib64/gconv/IBM037.so /usr/lib64/gconv/IBM038.so /usr/lib64/gconv/IBM1004.so /usr/lib64/gconv/IBM1008.so /usr/lib64/gconv/IBM1008_420.so /usr/lib64/gconv/IBM1025.so /usr/lib64/gconv/IBM1026.so /usr/lib64/gconv/IBM1046.so /usr/lib64/gconv/IBM1047.so /usr/lib64/gconv/IBM1097.so /usr/lib64/gconv/IBM1112.so /usr/lib64/gconv/IBM1122.so /usr/lib64/gconv/IBM1123.so /usr/lib64/gconv/IBM1124.so /usr/lib64/gconv/IBM1129.so /usr/lib64/gconv/IBM1130.so /usr/lib64/gconv/IBM1132.so /usr/lib64/gconv/IBM1133.so /usr/lib64/gconv/IBM1137.so /usr/lib64/gconv/IBM1140.so /usr/lib64/gconv/IBM1141.so /usr/lib64/gconv/IBM1142.so /usr/lib64/gconv/IBM1143.so /usr/lib64/gconv/IBM1144.so /usr/lib64/gconv/IBM1145.so /usr/lib64/gconv/IBM1146.so /usr/lib64/gconv/IBM1147.so /usr/lib64/gconv/IBM1148.so /usr/lib64/gconv/IBM1149.so /usr/lib64/gconv/IBM1153.so /usr/lib64/gconv/IBM1154.so /usr/lib64/gconv/IBM1155.so /usr/lib64/gconv/IBM1156.so /usr/lib64/gconv/IBM1157.so /usr/lib64/gconv/IBM1158.so /usr/lib64/gconv/IBM1160.so /usr/lib64/gconv/IBM1161.so /usr/lib64/gconv/IBM1162.so /usr/lib64/gconv/IBM1163.so /usr/lib64/gconv/IBM1164.so /usr/lib64/gconv/IBM1166.so /usr/lib64/gconv/IBM1167.so /usr/lib64/gconv/IBM12712.so /usr/lib64/gconv/IBM1364.so /usr/lib64/gconv/IBM1371.so /usr/lib64/gconv/IBM1388.so /usr/lib64/gconv/IBM1390.so /usr/lib64/gconv/IBM1399.so /usr/lib64/gconv/IBM16804.so /usr/lib64/gconv/IBM256.so /usr/lib64/gconv/IBM273.so /usr/lib64/gconv/IBM274.so /usr/lib64/gconv/IBM275.so /usr/lib64/gconv/IBM277.so /usr/lib64/gconv/IBM278.so /usr/lib64/gconv/IBM280.so /usr/lib64/gconv/IBM281.so /usr/lib64/gconv/IBM284.so /usr/lib64/gconv/IBM285.so /usr/lib64/gconv/IBM290.so /usr/lib64/gconv/IBM297.so /usr/lib64/gconv/IBM420.so /usr/lib64/gconv/IBM423.so /usr/lib64/gconv/IBM424.so /usr/lib64/gconv/IBM437.so /usr/lib64/gconv/IBM4517.so /usr/lib64/gconv/IBM4899.so /usr/lib64/gconv/IBM4909.so /usr/lib64/gconv/IBM4971.so /usr/lib64/gconv/IBM500.so /usr/lib64/gconv/IBM5347.so /usr/lib64/gconv/IBM803.so /usr/lib64/gconv/IBM850.so /usr/lib64/gconv/IBM851.so /usr/lib64/gconv/IBM852.so /usr/lib64/gconv/IBM855.so /usr/lib64/gconv/IBM856.so /usr/lib64/gconv/IBM857.so /usr/lib64/gconv/IBM858.so /usr/lib64/gconv/IBM860.so /usr/lib64/gconv/IBM861.so /usr/lib64/gconv/IBM862.so /usr/lib64/gconv/IBM863.so /usr/lib64/gconv/IBM864.so /usr/lib64/gconv/IBM865.so /usr/lib64/gconv/IBM866.so /usr/lib64/gconv/IBM866NAV.so /usr/lib64/gconv/IBM868.so /usr/lib64/gconv/IBM869.so /usr/lib64/gconv/IBM870.so /usr/lib64/gconv/IBM871.so /usr/lib64/gconv/IBM874.so /usr/lib64/gconv/IBM875.so /usr/lib64/gconv/IBM880.so /usr/lib64/gconv/IBM891.so /usr/lib64/gconv/IBM901.so /usr/lib64/gconv/IBM902.so /usr/lib64/gconv/IBM903.so /usr/lib64/gconv/IBM9030.so /usr/lib64/gconv/IBM904.so /usr/lib64/gconv/IBM905.so /usr/lib64/gconv/IBM9066.so /usr/lib64/gconv/IBM918.so /usr/lib64/gconv/IBM921.so /usr/lib64/gconv/IBM922.so /usr/lib64/gconv/IBM930.so /usr/lib64/gconv/IBM932.so /usr/lib64/gconv/IBM933.so /usr/lib64/gconv/IBM935.so /usr/lib64/gconv/IBM937.so /usr/lib64/gconv/IBM939.so /usr/lib64/gconv/IBM943.so /usr/lib64/gconv/IBM9448.so /usr/lib64/gconv/IEC_P27-1.so /usr/lib64/gconv/INIS-8.so /usr/lib64/gconv/INIS-CYRILLIC.so /usr/lib64/gconv/INIS.so /usr/lib64/gconv/ISIRI-3342.so /usr/lib64/gconv/ISO-2022-CN-EXT.so /usr/lib64/gconv/ISO-2022-CN.so /usr/lib64/gconv/ISO-2022-JP-3.so /usr/lib64/gconv/ISO-2022-JP.so /usr/lib64/gconv/ISO-2022-KR.so /usr/lib64/gconv/ISO-IR-197.so /usr/lib64/gconv/ISO-IR-209.so /usr/lib64/gconv/ISO646.so /usr/lib64/gconv/ISO8859-10.so /usr/lib64/gconv/ISO8859-11.so /usr/lib64/gconv/ISO8859-13.so /usr/lib64/gconv/ISO8859-14.so /usr/lib64/gconv/ISO8859-16.so /usr/lib64/gconv/ISO8859-2.so /usr/lib64/gconv/ISO8859-3.so /usr/lib64/gconv/ISO8859-4.so /usr/lib64/gconv/ISO8859-5.so /usr/lib64/gconv/ISO8859-6.so /usr/lib64/gconv/ISO8859-7.so /usr/lib64/gconv/ISO8859-8.so /usr/lib64/gconv/ISO8859-9.so /usr/lib64/gconv/ISO8859-9E.so /usr/lib64/gconv/ISO_10367-BOX.so /usr/lib64/gconv/ISO_11548-1.so /usr/lib64/gconv/ISO_2033.so /usr/lib64/gconv/ISO_5427-EXT.so /usr/lib64/gconv/ISO_5427.so /usr/lib64/gconv/ISO_5428.so /usr/lib64/gconv/ISO_6937-2.so /usr/lib64/gconv/ISO_6937.so /usr/lib64/gconv/JOHAB.so /usr/lib64/gconv/KOI-8.so /usr/lib64/gconv/KOI8-R.so /usr/lib64/gconv/KOI8-RU.so /usr/lib64/gconv/KOI8-T.so /usr/lib64/gconv/KOI8-U.so /usr/lib64/gconv/LATIN-GREEK-1.so /usr/lib64/gconv/LATIN-GREEK.so /usr/lib64/gconv/MAC-CENTRALEUROPE.so /usr/lib64/gconv/MAC-IS.so /usr/lib64/gconv/MAC-SAMI.so /usr/lib64/gconv/MAC-UK.so /usr/lib64/gconv/MACINTOSH.so /usr/lib64/gconv/MIK.so /usr/lib64/gconv/NATS-DANO.so /usr/lib64/gconv/NATS-SEFI.so /usr/lib64/gconv/PT154.so /usr/lib64/gconv/RK1048.so /usr/lib64/gconv/SAMI-WS2.so /usr/lib64/gconv/SHIFT_JISX0213.so /usr/lib64/gconv/SJIS.so /usr/lib64/gconv/T.61.so /usr/lib64/gconv/TCVN5712-1.so /usr/lib64/gconv/TIS-620.so /usr/lib64/gconv/TSCII.so /usr/lib64/gconv/UHC.so /usr/lib64/gconv/VISCII.so /usr/lib64/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/lib64/gconv/libCNS.so /usr/lib64/gconv/libGB.so /usr/lib64/gconv/libISOIR165.so /usr/lib64/gconv/libJIS.so /usr/lib64/gconv/libJISX0213.so /usr/lib64/gconv/libKSC.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 26 23:40:07 2025