aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-10-07Fix whitespace related license issues.Carlos O'Donell13-19/+19
2024-10-03hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible1-1/+5
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab1-0/+1
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella1-0/+4
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella1-0/+9
2024-10-01math: Improve layout of expf dataWilco Dijkstra1-1/+1
2024-09-30x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein1-13/+13
2024-09-28Linux: Block signals around _Fork (bug 32215)Florian Weimer1-0/+7
2024-09-26Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab1-0/+2
2024-09-25arc: Cleanup arcbePavel Kozlov4-17/+4
2024-09-25arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer3-17/+5
2024-09-25LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu1-0/+21
2024-09-24misc: Enable internal use of memory protection keysFlorian Weimer9-9/+43
2024-09-23AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay5-38/+30
2024-09-23AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay4-91/+58
2024-09-23AArch64: Improve codegen in users of AdvSIMD log1pf helperJoe Ramsay5-139/+146
2024-09-23AArch64: Improve codegen in SVE F32 logsJoe Ramsay3-47/+69
2024-09-23AArch64: Improve codegen in SVE expf & related routinesJoe Ramsay5-148/+136
2024-09-21Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)Florian Weimer1-17/+12
2024-09-21Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128)Florian Weimer4-216/+71
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay8-0/+30
2024-09-19hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev1-0/+9
2024-09-11Linux: Add missing scheduler constants to <sched.h>Florian Weimer4-0/+82
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer39-2/+273
2024-09-10AArch64: Remove memset-reg.hWilco Dijkstra6-35/+28
2024-09-09AArch64: Optimize memsetWilco Dijkstra1-111/+84
2024-09-09hppa: Update libm-test-ulpsJohn David Anglin1-21/+21
2024-09-09aarch64: Avoid redundant MOVs in AdvSIMD F32 logsJoe Ramsay3-45/+72
2024-09-06LoongArch: Fix macro redefined warning in tls-desc.Smengqinggang2-6/+15
2024-09-05i386: Update ulpsFlorian Weimer1-3/+3
2024-09-05powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)Florian Weimer1-0/+4
2024-09-05Linux: readdir_r needs to report getdents failures (bug 32124)Florian Weimer1-1/+10
2024-09-05i386: Update ulpsFlorian Weimer1-1/+1
2024-09-02linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6Adhemerval Zanella1-0/+4
2024-08-30powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125]Jeevitha Palanisamy1-1/+1
2024-08-26x86: Enable non-temporal memset for Hygon processorsFeifei Wang2-3/+8
2024-08-26x86: Add cache information support for Hygon processorsFeifei Wang1-0/+60
2024-08-26x86: Add new architecture type for Hygon processorsFeifei Wang2-3/+17
2024-08-25mach: Fix bogus negative returnSamuel Thibault1-0/+3
2024-08-23powerpc64: Optimize strcpy and stpcpy for Power9/10Mahesh Bodapati1-53/+223
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella40-102/+2280
2024-08-19elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella2-46/+22
2024-08-19x86: Unifies 'strnlen-evex' and 'strnlen-evex512' implementations.Matthew Sterrett3-680/+469
2024-08-16nptl: Fix extraneous testing run by tst-rseq-nptl in the test driverMaciej W. Rozycki1-0/+9
2024-08-15Report error if setaffinity wrapper fails (Bug 32040)Carlos O'Donell1-1/+1
2024-08-15x86: Add `Avoid_STOSB` tunable to allow NT memset without ERMSNoah Goldstein6-12/+53
2024-08-15x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal pathNoah Goldstein2-8/+23
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein1-4/+4
2024-08-11ARC: Regenerate ULPsPavel Kozlov2-0/+81
2024-08-09LoongArch: Add cfi instructions for _dl_tlsdesc_dynamicmengqinggang5-373/+258