aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki1-1/+2
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic3-0/+90
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu3-9/+93
2019-02-02x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu3-6/+78
2019-02-02x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu4-6/+64
2019-02-02x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu6-8/+166
2019-02-02x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu4-11/+96
2019-02-02x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu3-3/+61
2019-02-02x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu6-38/+118
2019-02-02x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu5-6/+112
2019-02-02x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu4-2/+116
2018-12-29Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2-15/+11
2018-12-28csu: Update __libgcc_s_init commentFlorian Weimer1-2/+6
2018-12-28nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer1-1/+1
2018-12-20Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-2/+3
2018-12-20Fix i386 memmove issue (bug 22644).Andrew Senkevich1-6/+6
2018-09-10Fix segfault in maybe_script_execute.Stefan Liebler1-1/+1
2018-01-19x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu1-2/+10
2017-12-02posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella13-48/+101
2017-12-02i386: Hide __old_glob64 [BZ #18822]H.J. Lu1-0/+3
2017-10-22x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu6-297/+202
2017-10-19x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu9-4/+405
2017-10-19X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu1-0/+2
2017-10-07Fix warnings from latest GCC.steve ellcey-CA Eng-Software1-4/+4
2017-08-06x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu1-2/+5
2017-07-31Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke3-68/+66
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-17m68k: fix 64bit atomic opsAndreas Schwab1-6/+8
2017-06-09fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer1-8/+0
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar1-4/+3
2017-06-07Remove cached PID/TID in cloneAdhemerval Zanella61-718/+55
2017-06-07Add INTERNAL_SYSCALL_CALLAdhemerval Zanella1-18/+55
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-09Fix MIPS n64 readahead (bug 21026).Joseph Myers1-0/+2
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-15hppa: Fix setting of __libc_stack_endJohn David Anglin1-5/+4
2017-02-24Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu1-0/+2
2017-02-09X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu1-1/+2
2017-02-02Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar1-0/+1
2017-01-23powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho3-12/+20
2016-12-08alpha: fix trunc for big input valuesAurelien Jarno2-8/+6
2016-12-08alpha: fix rint on sNaN inputAurelien Jarno2-0/+6
2016-12-08alpha: fix floor on sNaN inputAurelien Jarno2-8/+6
2016-12-08alpha: fix ceil on sNaN inputAurelien Jarno2-8/+6