aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-07-12[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy1-2/+2
2017-07-06x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu6-2/+130
2017-06-20i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-06-20Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar1-0/+1
2017-06-09fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer1-8/+0
2017-06-05Fix test-math-vector-sincos.h aliasing.Joseph Myers1-14/+14
2017-05-01Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-1/+1
2017-04-28x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu10-1/+24
2017-04-28x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu2-2/+21
2017-04-07x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2-6/+6
2017-04-03posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger1-0/+5
2017-03-20posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger1-5/+6
2017-03-15x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger1-1/+1
2017-03-15hppa: Fix setting of __libc_stack_endJohn David Anglin1-5/+4
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer3-3/+3
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller27-721/+1
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu2-2/+2
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar1-0/+7
2017-02-01alpha: Use saturating arithmetic in memchrRichard Henderson1-1/+4
2017-02-01m68k: fix 64bit atomic opsAndreas Schwab1-6/+8
2017-01-31Add ipc_priv.h header for Nios II to set __IPC_64 to zero.Chung-Lin Tang1-0/+21
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu1-0/+2
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2-15/+11
2017-01-24Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke3-68/+66
2017-01-20Remove very old libm-test-ulps entries.Joseph Myers5-208/+0
2017-01-20powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho1-1/+1
2017-01-20S390: Adjust lock elision code after review.Stefan Liebler4-43/+54
2017-01-19Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers1-0/+31
2017-01-19Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047).Joseph Myers1-2/+9
2017-01-16Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers1-1/+2
2017-01-16tile: Check for pointer add overflow in memchrChris Metcalf2-0/+8
2017-01-16tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf1-0/+21
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel1-6/+14
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel6-780/+0
2017-01-13powerpc: Regenerate ULPsTulio Magno Quites Machado Filho1-14/+14
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers1-0/+4
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel15-147/+147
2017-01-09Update MicroBlaze localplt.data.Joseph Myers1-1/+2
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers1-0/+2
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes123-61/+59
2017-01-04Fix MicroBlaze bits/setjmp.h for C++.Joseph Myers1-1/+1
2017-01-04Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers2-2/+26
2017-01-04Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).Joseph Myers1-1/+1
2017-01-03Update i386 libm-test-ulps.Joseph Myers1-4/+4
2017-01-03Remove duplicate strcat implementationsAdhemerval Zanella5-62/+3
2017-01-03powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho3-12/+20
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2-0/+4
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2-0/+40
2017-01-02Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers1-1/+1
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella2-3/+15