aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Add narrowing add functions.Joseph Myers50-1/+889
2024-06-10Add build infrastructure for narrowing libm functions.Joseph Myers2-0/+19
2024-02-02getaddrinfo: Fix leak with AI_ALL [BZ #28852]google/grte/v5-2.27/masterSiddhesh Poyarekar1-9/+25
2024-01-12Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King3-4/+4
2024-01-12getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar1-0/+8
2024-01-12CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer1-5/+6
2024-01-12CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-1/+1
2023-12-29Replace math-barriers with math_privatePranav Kant1-1/+1
2023-12-29Expose __isinff128 for clangPranav Kant1-1/+1
2023-12-28x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2-1/+60
2023-12-28Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant1-1/+1
2023-12-27-DWANT_FLOAT usage and enable float128 testsPranav Kant1-0/+127
2023-09-28x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant1-1/+1
2023-09-27x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+11
2023-09-27math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2023-09-26math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella1-2/+11
2022-04-27Remove x86_64 specific lowlevellock/cancellationFangrui Song9-915/+0
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-11-19Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers1-0/+1
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers5-14/+16
2021-11-12Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs1-3/+14
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2-6/+4
2021-08-27aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song1-15/+9
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2021-08-27x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-08-27[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2021-08-27[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2021-08-27[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2021-08-27[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2021-08-27[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2021-08-27[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2021-08-27[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra3-26/+26
2021-08-27Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2-8/+2
2021-08-27Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs1-0/+5
2021-08-27Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs3-24/+0
2021-08-27Additional fixes for llvm-asJosh Kunz2-2/+2
2021-08-27Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs1-0/+17
2021-08-27Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs1-0/+5
2021-08-27Make multi-arch ifunc support work with clangStan Shebs2-12/+18
2021-08-27Redesign the fastload support for additional performanceAmbrose Feinstein1-9/+15
2021-08-27Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs1-1/+1
2021-08-27Makes it compile for AArch64Shu-Chun Weng1-2/+14
2021-08-27Makes AArch64 assembly acceptable to clangShu-Chun Weng4-14/+14
2021-08-27Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.hSiva Chandra Reddy1-1/+1
2021-08-27Enable relaxed relocations when building certain object files for x86_64.Siva Chandra Reddy1-0/+3
2021-08-27Un-nest an include in dl-reloc-static-pie.c.Siva Chandra Reddy1-1/+1
2021-08-27Disable -mfloat128 for clang, lets power9 insns into power8 executablesStan Shebs1-39/+41
2021-08-27Also work around clang bctrl issue in get_clockfreq.cStan Shebs1-0/+18