aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2020-12-06x86: Rename readelflib.cH.J. Lu
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-12-04nsswitch: user new internal API (tests)DJ Delorie
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer
2020-12-04nss: Introduce <nss_module.h>Florian Weimer
2020-12-04Add scripts/move-symbol-to-libc.pyFlorian Weimer
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer
2020-12-04x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-12-03elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer
2020-12-03x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek
2020-12-03htl: Add hidden def for __pthread_create/detachSamuel Thibault
2020-12-03manual: Clarify File Access Modes section and add O_PATHFlorian Weimer
2020-12-03htl: Add missing symbolsSamuel Thibault
2020-12-02Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella
2020-12-02Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella
2020-12-02elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-30powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-30Fix typo in NEWS fileShuo Wang
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer
2020-11-26support: Add support_copy_fileFlorian Weimer
2020-11-25NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791Florian Weimer
2020-11-25timezone: Change zdump installation to bin directoryPrasanth R
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella