about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-114-11/+12
* aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy2020-12-111-6/+8
* aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy2020-12-111-2/+15
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-1036-745/+60
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-103-0/+175
* S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand2020-12-091-24/+0
* Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab2020-12-091-2/+3
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-0812-222/+4
* x86: Rename readelflib.cH.J. Lu2020-12-062-4/+2
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-12/+7
* nss: Implement <nss_database.h>Florian Weimer2020-12-042-0/+17
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-043-0/+128
* 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
* 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-041-4/+7
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-043-0/+181
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-042-2/+66
* elf: Add extension mechanism to ld.so.cacheFlorian Weimer2020-12-041-1/+122
* elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2020-12-041-1/+63
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-5/+15
* 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-031-0/+2
* 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
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-4/+3
* 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-304-31/+48
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-272-2/+23
* sh: Add sh4 fpu Implies folderAdhemerval Zanella2020-11-274-0/+4
* elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2020-11-261-1/+8
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-252-1/+86
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-252-0/+4
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-32/+0
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-252-61/+3
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-252-51/+0
* nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella2020-11-251-76/+35
* nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2020-11-252-9/+13
* nptl: Remove clockwait_tidAdhemerval Zanella2020-11-251-49/+0
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-251-29/+0
* nptl: Remove unused internal futex functionsAdhemerval Zanella2020-11-251-98/+0
* powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho2020-11-241-10/+16
* hurd: Enable using ifuncSamuel Thibault2020-11-162-6/+0
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-0/+2
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-1620-39/+96
* hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault2020-11-151-7/+0
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-159-10/+14
* nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2020-11-142-2/+3
* y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2020-11-142-0/+60