about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Add aarch64-specific files for memory tagging support rearnsha/mte-v4.0Richard Earnshaw2020-12-186-0/+235
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-184-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-181-0/+18
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-181-0/+52
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-186-72/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers2020-12-171-1/+1
* s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler2020-12-172-0/+52
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-162-6/+6
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-166-80/+419
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-1626-2/+28
* htl: Add pshared semaphore supportSamuel Thibault2020-12-169-185/+253
* hurd: Add __libc_open and __libc_closeSamuel Thibault2020-12-161-0/+1
* htl: Add futex-internal.hSamuel Thibault2020-12-161-0/+39
* hurd: make lll_* take a variable instead of a ptrSamuel Thibault2020-12-169-26/+26
* hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault2020-12-161-4/+4
* aarch64: remove the strlen_asimd symbolSzabolcs Nagy2020-12-151-2/+1
* aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet2020-12-151-0/+1
* x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu2020-12-141-2/+4
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+1
* aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy2020-12-113-19/+43
* 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