aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-22<sys/platform/x86.h>: Add Intel LAM supportH.J. Lu3-0/+7
2020-12-21i386: Regenerate ulpsFlorian Weimer2-10/+10
2020-12-21aarch64: update ulps.Szabolcs Nagy1-10/+12
2020-12-21aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw6-0/+235
2020-12-21aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw4-0/+34
2020-12-21linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw1-0/+18
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw5-97/+437
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw2-0/+44
2020-12-21config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw6-0/+69
2020-12-21alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner3-63/+66
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann10-11/+581
2020-12-21m68k: fix clobbering a5 in setjmp() [BZ #24202]Sergei Trofimovich1-0/+1
2020-12-21iconv add iconv_close before the function returned with bad value.liqingqing1-0/+1
2020-12-21iconv: use iconv_close after iconv_openliqingqing1-0/+2
2020-12-21Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab4-9/+59
2020-12-21hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault1-1/+1
2020-12-21Hurd: make sigstates hold a reference on thread portsRichard Braun2-7/+29
2020-12-21profil-counter: Add missing SIGINFO caseSamuel Thibault1-0/+10
2020-12-21hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig11-67/+209
2020-12-20hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK valueSamuel Thibault1-1/+1
2020-12-20hurd: Note when the vm_map kernel bug was fixedSamuel Thibault1-1/+1
2020-12-19hurd: Also turn KERN_INVALID_ADDRESS to EINVALSamuel Thibault1-0/+1
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula7-86/+0
2020-12-18ieee754: Remove slow paths from asin and acosAnssi Hannula1-61/+15
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems1-1/+1
2020-12-17Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-12-17s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler5-0/+59
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer2-8/+7
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer9-40/+53
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault2-4/+4
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault9-102/+51
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2-11/+16
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu1-1/+1
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers26-2/+28
2020-12-16htl: Add pshared semaphore supportSamuel Thibault11-186/+287
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault1-0/+3
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault2-0/+2
2020-12-16htl: Add futex-internal.hSamuel Thibault1-0/+39
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault6-1/+51
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault14-60/+76
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault5-8/+8
2020-12-15Use Linux 5.10 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer1-0/+11
2020-12-15Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy1-2/+1
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet1-0/+1
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy1-10/+15
2020-12-15elf: inline lose for error handlingSzabolcs Nagy1-48/+39
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers1-118/+0
2020-12-14nsswitch: handle missing actions properlyDJ Delorie12-4/+110