about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use scv instruction on clone when availableMatheus Castanho2020-12-301-3/+30
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-306-40/+214
* x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar2020-12-303-3/+69
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-294-60/+3
* io: Remove xstat implementationsAdhemerval Zanella2020-12-292-2/+6
* hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]Samuel Thibault2020-12-281-10/+30
* hurd: set sigaction for signal preemptors in arch-independent fileSamuel Thibault2020-12-261-15/+2
* hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argvSamuel Thibault2020-12-261-1/+5
* hurd: Try shell in posix_spawn* only in compat modeSamuel Thibault2020-12-261-1/+1
* Remove _ISOMAC check from <cpu-features.h>H.J. Lu2020-12-241-81/+75
* x86: Remove the duplicated CPU_FEATURE_CPU_PH.J. Lu2020-12-241-2/+0
* Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61Siddhesh Poyarekar2020-12-242-12/+1
* x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar2020-12-242-6/+7
* x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar2020-12-242-2/+4
* s390x: Regenerate ulpsFlorian Weimer2020-12-221-10/+12
* powerpc: Regenerate ulpsFlorian Weimer2020-12-221-12/+13
* <sys/platform/x86.h>: Add Intel LAM supportH.J. Lu2020-12-222-0/+4
* i386: Regenerate ulpsFlorian Weimer2020-12-212-10/+10
* aarch64: update ulps.Szabolcs Nagy2020-12-211-10/+12
* aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw2020-12-216-0/+235
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-214-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-211-0/+18
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-0/+52
* alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner2020-12-213-63/+66
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-211-11/+13
* m68k: fix clobbering a5 in setjmp() [BZ #24202]Sergei Trofimovich2020-12-211-0/+1
* hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault2020-12-211-1/+1
* profil-counter: Add missing SIGINFO caseSamuel Thibault2020-12-211-0/+10
* hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig2020-12-216-62/+198
* hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK valueSamuel Thibault2020-12-201-1/+1
* hurd: Note when the vm_map kernel bug was fixedSamuel Thibault2020-12-201-1/+1
* 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