aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-12-26Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock1-0/+7
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock1-0/+9
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock1-0/+7
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock1-0/+6
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock1-0/+14
2016-12-26Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock1-0/+21
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock1-0/+6
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock1-0/+10
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock1-0/+12
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-0/+25
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-0/+19
2016-12-26Configure support for --enable-stack-protector [BZ #7065]Nick Alcock1-0/+13
2016-12-23Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell1-0/+8
2016-12-23Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell1-0/+4
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell1-0/+14
2016-12-23scripts/test_printers_common.py: Log GDB error messageFlorian Weimer1-0/+5
2016-12-22Add configure check for python programSiddhesh Poyarekar1-0/+14
2016-12-21Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers1-0/+4
2016-12-21Update miscellaneous files from upstream sources.Joseph Myers1-0/+10
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra1-0/+19
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-0/+7
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock1-0/+6
2016-12-21Move all tests out of the csu subdirectoryNick Alcock1-0/+16
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan1-0/+20
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+65
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers1-0/+5
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes1-0/+21
2016-12-20S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler1-0/+12
2016-12-20S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler1-0/+6
2016-12-20S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler1-0/+10
2016-12-20S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler1-0/+7
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer1-0/+9
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-0/+72
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel1-0/+7
2016-12-19benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella1-0/+6
2016-12-19benchtests: Add fmax/fmin benchmarksAdhemerval Zanella1-0/+6
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella1-0/+36
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich1-0/+6
2016-12-18Add missing bug number to ChangeLogFlorian Weimer1-0/+1
2016-12-18assert.h: allow gcc to detect assert(a = 1) errorsJim Meyering1-0/+8
2016-12-18Link benchset tests against libsupportSiddhesh Poyarekar1-0/+5
2016-12-18Add ChangeLog for previous commitSiddhesh Poyarekar1-0/+5
2016-12-16Document sNaN argument error handling.Joseph Myers1-0/+5
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+59
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers1-0/+11
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella1-0/+5
2016-12-16Make build-many-glibcs.py flush stdout before execv.Joseph Myers1-0/+5
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-0/+9
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes1-0/+12
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers1-0/+19