summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s390x: Add Add glibc-hwcaps supportfw/glibc-hwcapsFlorian Weimer2020-12-075-1/+181
* x86: Rename readelflib.cH.J. Lu2020-12-062-4/+2
* nsswitch: use new internal API (callers)DJ Delorie2020-12-0426-262/+88
* nsswitch: user new internal API (tests)DJ Delorie2020-12-047-1/+524
* nsswitch: use new internal API (core)DJ Delorie2020-12-048-845/+168
* nss: Implement <nss_database.h>Florian Weimer2020-12-045-1/+539
* <nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer2020-12-044-1/+423
* nss: Introduce <nss_module.h>Florian Weimer2020-12-045-61/+467
* Add scripts/move-symbol-to-libc.pyFlorian Weimer2020-12-041-0/+217
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-045-1/+135
* x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu2020-12-041-5/+10
* x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu2020-12-041-0/+1
* elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho2020-12-041-0/+1
* lowlevellock-futex: Remove not used macrosLukasz Majewski2020-12-041-43/+0
* futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski2020-12-041-61/+0
* y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski2020-12-043-29/+50
* symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski2020-12-041-0/+8
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-045-1/+192
* elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer2020-12-0410-3/+508
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-044-53/+427
* elf: Implement tail merging of strings in ldconfigFlorian Weimer2020-12-042-39/+40
* elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer2020-12-045-1/+488
* elf: Add extension mechanism to ld.so.cacheFlorian Weimer2020-12-042-1/+211
* elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2020-12-043-2/+93
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-0416-33/+784
* elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer2020-12-031-0/+2
* x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek2020-12-032-2/+12
* htl: Add hidden def for __pthread_create/detachSamuel Thibault2020-12-033-0/+4
* manual: Clarify File Access Modes section and add O_PATHFlorian Weimer2020-12-031-28/+44
* htl: Add missing symbolsSamuel Thibault2020-12-032-1/+3
* Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella2020-12-022-5/+0
* Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella2020-12-0220-133/+11
* elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer2020-12-021-1/+1
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-013-5/+142
* powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy2020-11-3016-197/+817
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-306-31/+57
* Fix typo in NEWS fileShuo Wang2020-11-301-3/+3
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-274-13/+13
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-276-27/+34
* sh: Add sh4 fpu Implies folderAdhemerval Zanella2020-11-274-0/+4
* io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni2020-11-263-8/+81
* elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2020-11-263-18/+24
* support: Add support_copy_fileFlorian Weimer2020-11-263-0/+49
* NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791Florian Weimer2020-11-251-0/+4
* timezone: Change zdump installation to bin directoryPrasanth R2020-11-251-1/+2
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-254-1/+92
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-255-1/+80
* nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella2020-11-253-12/+7
* nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella2020-11-251-1/+1
* nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella2020-11-254-12/+14