aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand1-24/+0
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab1-2/+3
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers12-222/+4
2020-12-06x86: Rename readelflib.cH.J. Lu2-4/+2
2020-12-04nsswitch: use new internal API (callers)DJ Delorie1-12/+7
2020-12-04nss: Implement <nss_database.h>Florian Weimer2-0/+17
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer3-0/+128
2020-12-04x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu1-5/+10
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu1-0/+1
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski1-43/+0
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski1-61/+0
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski1-4/+7
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer3-0/+181
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2-2/+66
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer1-1/+122
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer1-1/+63
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-5/+15
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 Thibault1-0/+2
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-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes1-4/+3
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 Majewski4-31/+48
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2-2/+23
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella4-0/+4
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer1-1/+8
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2-1/+86
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2-0/+4
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella1-32/+0
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2-61/+3
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2-51/+0
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 Zanella1-49/+0
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-29/+0
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-98/+0
2020-11-24powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho1-10/+16
2020-11-16hurd: Enable using ifuncSamuel Thibault2-6/+0
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-0/+2
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer20-39/+96
2020-11-15hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault1-7/+0
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault9-10/+14
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2-2/+3
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2-0/+60
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2-0/+47
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2-0/+71
2020-11-14hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault1-1/+0
2020-11-14hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault1-0/+8
2020-11-14mach: Add missing assert.h includeSamuel Thibault1-0/+2