aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski1-0/+8
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer5-1/+192
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer10-3/+508
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer4-53/+427
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer2-39/+40
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer5-1/+488
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer2-1/+211
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer3-2/+93
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer16-33/+784
2020-12-03elf: Synchronize <elf.h> section header flags with binutilsFlorian Weimer1-0/+2
2020-12-03x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek2-2/+12
2020-12-03htl: Add hidden def for __pthread_create/detachSamuel Thibault3-0/+4
2020-12-03manual: Clarify File Access Modes section and add O_PATHFlorian Weimer1-28/+44
2020-12-03htl: Add missing symbolsSamuel Thibault2-1/+3
2020-12-02Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella2-5/+0
2020-12-02Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella20-133/+11
2020-12-02elf.h: Fix spelling of EM_TILE64 commentFlorian Weimer1-1/+1
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes3-5/+142
2020-11-30powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy16-197/+817
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski6-31/+57
2020-11-30Fix typo in NEWS fileShuo Wang1-3/+3
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella4-13/+13
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella6-27/+34
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella4-0/+4
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni3-8/+81
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer3-18/+24
2020-11-26support: Add support_copy_fileFlorian Weimer3-0/+49
2020-11-25NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791Florian Weimer1-0/+4
2020-11-25timezone: Change zdump installation to bin directoryPrasanth R1-1/+2
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella4-1/+92
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella5-1/+80
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella3-12/+7
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella4-12/+14
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella4-97/+2
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella3-63/+5
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella3-54/+4
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella1-76/+35
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2-9/+13
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella2-107/+18
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella2-49/+2
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella2-100/+1
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2-2/+6
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang1-1/+1
2020-11-24powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho1-10/+16
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler9-15/+23
2020-11-23hurd report-wait: Fix stpcpy usageSamuel Thibault1-29/+49
2020-11-23hurd S_msg_report_wait: Fix detecting fd portsSamuel Thibault1-1/+1
2020-11-23hurd S_msg_report_wait: Fix reporting portsSamuel Thibault1-1/+1
2020-11-22hurd: Fix strcpy callsSamuel Thibault1-3/+4