aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault
2020-12-16htl: Add futex-internal.hSamuel Thibault
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet
2020-12-14x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-11aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy
2020-12-11aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-12-06x86: Rename readelflib.cH.J. Lu
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-12-04nss: Implement <nss_database.h>Florian 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-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-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian 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-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-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-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-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer
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_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