aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer3-2/+48
2021-11-22powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2-24/+43
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella33-297/+72
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-11-22socket: Do not use AF_NETLINK in __opensockFlorian Weimer1-8/+1
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella5-37/+271
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers1-1/+3
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne1-2/+0
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer5-1/+38
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer9-198/+310
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey4-0/+642
2021-11-16elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella1-0/+5
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu1-2/+8
2021-11-15dso-ordering-test.py: Put all sources in one directory [BZ #28550]H.J. Lu1-13/+34
2021-11-15elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella3-2/+27
2021-11-15Move assignment out of the CAS conditionH.J. Lu2-8/+6
2021-11-13Add a comment for --enable-initfini-array [BZ #27945]H.J. Lu1-1/+3
2021-11-13tst-tzset: output reason when creating 4GiB file failsStafford Horne1-0/+8
2021-11-12Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu1-0/+7
2021-11-12Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu1-5/+5
2021-11-12Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu1-5/+5
2021-11-10String: Split memcpy tests so that parallel build is fasterNoah Goldstein4-298/+367
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein1-1621/+646
2021-11-10Support C2X printf %b, %BJoseph Myers11-31/+245
2021-11-10Update syscall lists for Linux 5.15Joseph Myers28-4/+31
2021-11-10s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2-2/+2
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu5-29/+0
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella2-1/+2
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella5-119/+157
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers1-1/+2
2021-11-08locale: Fix localedata/sort-test undefined behaviorAdhemerval Zanella1-3/+8
2021-11-07test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2-1/+4
2021-11-07hurd: Remove unused __libc_close_rangeSamuel Thibault1-1/+0
2021-11-07hurd: Implement close_range and closefromSergey Bugaev6-1/+135
2021-11-06x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2-14/+20
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein6-224/+381
2021-11-06benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein1-15/+46
2021-11-06benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein2-9/+66
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein2-28/+214
2021-11-06Remove the last trace of generate-md5 [BZ #28554]H.J. Lu1-1/+1
2021-11-05Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2-2710/+0
2021-11-05Configure GCC with --enable-initfini-array [BZ #27945]H.J. Lu1-0/+1
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer1-10/+12
2021-11-04gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov3-9/+84
2021-11-03[powerpc] Tighten contraints for asm constant parametersPaul A. Clarke3-9/+9
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella1-0/+2
2021-11-03riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella3-0/+52
2021-11-02x86-64: Replace movzx with movzblFangrui Song2-4/+4
2021-11-02regex: Unnest nested functions in regcomp.cFangrui Song1-223/+241
2021-11-02Use Linux 5.15 in build-many-glibcs.pyJoseph Myers1-1/+1