aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang
2020-11-24powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler
2020-11-23hurd report-wait: Fix stpcpy usageSamuel Thibault
2020-11-23hurd S_msg_report_wait: Fix detecting fd portsSamuel Thibault
2020-11-23hurd S_msg_report_wait: Fix reporting portsSamuel Thibault
2020-11-22hurd: Fix strcpy callsSamuel Thibault
2020-11-22hurd: Fix _S_msg_get/set_env_variable prototypeSamuel Thibault
2020-11-16hurd: Enable using ifuncSamuel Thibault
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault