aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-21Enable -fstack-protector=* when requested by configure [BZ #7065]fw/stack-protectorNick Alcock
2016-12-21Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock
2016-12-21Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock
2016-12-21Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock
2016-12-21PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock
2016-12-21Work even with compilers whcih enable -fstack-protector by default [BZ #7065]Nick Alcock
2016-12-21Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock
2016-12-21Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock
2016-12-21Disable stack protector in early static initialization [BZ #7065]Nick Alcock
2016-12-21Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-21Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-21Configure support for --enable-stack-protector [BZ #7065]Nick Alcock
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock
2016-12-21Move all tests out of the csu subdirectoryNick Alcock
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes
2016-12-20S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler
2016-12-20S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler
2016-12-20S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler
2016-12-20S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel
2016-12-19benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella
2016-12-19benchtests: Add fmax/fmin benchmarksAdhemerval Zanella
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich
2016-12-18Add missing bug number to ChangeLogFlorian Weimer
2016-12-18assert.h: allow gcc to detect assert(a = 1) errorsJim Meyering
2016-12-18Link benchset tests against libsupportSiddhesh Poyarekar
2016-12-18Add ChangeLog for previous commitSiddhesh Poyarekar
2016-12-18Add -B to python invocation to avoid generating pyc filesMartin Galvan
2016-12-16Document sNaN argument error handling.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella
2016-12-16Make build-many-glibcs.py flush stdout before execv.Joseph Myers
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-12-15Fix assertion failure on test timeoutAndreas Schwab
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers
2016-12-14Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella