about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_sp google/grte/v5-2.27/masterAdhemerval Zanella8 days2-2/+6
* getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar2024-02-021-9/+25
* Optimize pthread_cond_timedwait to avoid unnecessary call to clock_gettime fo...Justin King2024-01-123-4/+4
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2024-01-121-0/+8
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2024-01-121-5/+6
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2024-01-121-1/+1
* Replace math-barriers with math_privatePranav Kant2023-12-291-1/+1
* Expose __isinff128 for clangPranav Kant2023-12-291-1/+1
* x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2023-12-282-1/+60
* Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant2023-12-281-1/+1
* -DWANT_FLOAT usage and enable float128 testsPranav Kant2023-12-271-0/+127
* x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant2023-09-281-1/+1
* x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song2023-09-271-8/+11
* math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella2023-09-271-1/+7
* math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella2023-09-261-2/+11
* Remove x86_64 specific lowlevellock/cancellationFangrui Song2022-04-279-915/+0
* configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song2022-04-251-11/+8
* Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers2021-11-191-0/+1
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2021-11-155-14/+16
* Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs2021-11-121-3/+14
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-273-0/+40
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-272-6/+4
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-271-15/+9
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2021-08-271-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2021-08-273-1/+55
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-08-272-58/+0
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2021-08-272-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2021-08-271-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2021-08-271-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2021-08-272-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2021-08-272-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2021-08-272-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2021-08-273-26/+26
* Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2021-08-272-8/+2
* Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs2021-08-271-0/+5
* Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs2021-08-273-24/+0
* Additional fixes for llvm-asJosh Kunz2021-08-272-2/+2
* Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs2021-08-271-0/+17
* Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs2021-08-271-0/+5
* Make multi-arch ifunc support work with clangStan Shebs2021-08-272-12/+18
* Redesign the fastload support for additional performanceAmbrose Feinstein2021-08-271-9/+15
* Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs2021-08-271-1/+1
* Makes it compile for AArch64Shu-Chun Weng2021-08-271-2/+14
* Makes AArch64 assembly acceptable to clangShu-Chun Weng2021-08-274-14/+14
* Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.hSiva Chandra Reddy2021-08-271-1/+1
* Enable relaxed relocations when building certain object files for x86_64.Siva Chandra Reddy2021-08-271-0/+3
* Un-nest an include in dl-reloc-static-pie.c.Siva Chandra Reddy2021-08-271-1/+1
* Disable -mfloat128 for clang, lets power9 insns into power8 executablesStan Shebs2021-08-271-39/+41
* Also work around clang bctrl issue in get_clockfreq.cStan Shebs2021-08-271-0/+18
* Changes to compile glibc-2.27 on PPC (Power8) with clang.Raman Tenneti2021-08-275-0/+44