aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-27posix: Sync gnulib regex implementationAdhemerval Zanella11-1161/+1591
2021-08-27Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2021-08-27Fix a return type in elf unload testStan Shebs1-1/+2
2021-08-27Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab3-8/+57
2021-08-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer3-20/+179
2021-08-27Read f->func.cxa under the lock.Vitaly Buka3-11/+135
2021-08-27Fix bug where ld.so hashtable would retain strings passed to dlopen().Ambrose Feinstein1-11/+2
2021-08-27Extend elf/unload8 to test an additional load/unload patternStan Shebs3-1/+55
2021-08-27Don't crash if /var/tmp doesn't existShu-Chun Weng1-2/+1
2021-08-27More aggressively prevent a buffer from being optimized outShu-Chun Weng1-2/+2
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-27locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan1-2/+3
2021-08-27Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky1-1/+1
2021-08-27Update build process to create libnsl stubStan Shebs3-3/+4
2021-08-27Forward-port google-nsl-stubPaul Pluzhnikov4-0/+81
2021-08-27Fix memory leak in TLS allocationJames Y Knight1-0/+1
2021-08-27Add a test of TLS support that will fail if leakyStan Shebs3-2/+151
2021-08-27Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2-8/+2
2021-08-27Use crt*.o files from llvm compiler-rt when building with clangStan Shebs1-0/+20
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 -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully comp...Stan Shebs1-0/+1
2021-08-27Update passwd.borg handling to use passwd.borg.realStan Shebs1-64/+151
2021-08-27Add a case to async-signal-safe TLS to set static TLS instead of waiting for ...Stan Shebs1-2/+25
2021-08-27Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs4-8/+189
2021-08-27Remove an unneeded local refactor in _dl_update_slotinfoStan Shebs1-7/+6
2021-08-27Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers4-2/+55
2021-08-27Reduce __MAX_ALLOCA_CUTOFF to 8192Stan Shebs1-1/+3
2021-08-27Make multi-arch ifunc support work with clangStan Shebs3-14/+24
2021-08-27Revert clang workaround for _begin that is no longer neededStan Shebs1-6/+0
2021-08-27Redesign the fastload support for additional performanceAmbrose Feinstein9-434/+474
2021-08-27Add comments explaining the diff from cf8e3f8757Josh Kunz2-0/+14
2021-08-27Make gen-XX-const scripts work with llvm-asJosh Kunz3-5/+4
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-27Actuall use LLVM_OBJCOPY if available.Siva Chandra Reddy1-1/+1
2021-08-27Use llvm-objcopy, if available, to remove the .llvm_addrsig sections.Siva Chandra Reddy1-0/+6
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 Reddy2-3/+15