about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in manual for iseqsigGabriel F. T. Gomes2016-12-272-1/+5
* Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2016-12-272-0/+10
* resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer2016-12-273-38/+9
* sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer2016-12-277-77/+116
* rpcinfo: Remove traces of unbuilt helper programFlorian Weimer2016-12-273-743/+5
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-273-5/+18
* Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock2016-12-263-1/+18
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-264-3/+20
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-264-3/+7
* Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock2016-12-262-0/+9
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-264-0/+34
* Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock2016-12-264-119/+73
* Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock2016-12-262-1/+20
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-264-1/+25
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-265-0/+29
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-2616-1/+62
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-265-43/+49
* Configure support for --enable-stack-protector [BZ #7065]Nick Alcock2016-12-266-69/+193
* Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell2016-12-234-3/+23
* Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell2016-12-233-0/+194
* Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell2016-12-236-8/+215
* scripts/test_printers_common.py: Log GDB error messageFlorian Weimer2016-12-232-0/+6
* Add configure check for python programSiddhesh Poyarekar2016-12-226-18/+109
* Update NEWS feature test macro description of TS 18661-1 support.Joseph Myers2016-12-221-1/+1
* Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers2016-12-212-1/+5
* Update miscellaneous files from upstream sources.Joseph Myers2016-12-217-1695/+2308
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-216-135/+145
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-215-59/+9
* x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock2016-12-212-0/+9
* Move all tests out of the csu subdirectoryNick Alcock2016-12-216-7/+25
* manual: Convert @tables of variables to @vtables.Rical Jasan2016-12-2117-172/+90
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-2146-7/+1360
* Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers2016-12-202-1/+6
* Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes2016-12-205-42/+72
* S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler2016-12-205-54/+90
* S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler2016-12-203-28/+64
* S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler2016-12-206-25/+174
* S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler2016-12-203-12/+34
* Do not require memset elimination in explicit_bzero testFlorian Weimer2016-12-203-9/+29
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-2044-6/+677
* Robust mutexes: Fix lost wake-up.Torvald Riegel2016-12-193-4/+32
* benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella2016-12-194-1/+56
* benchtests: Add fmax/fmin benchmarksAdhemerval Zanella2016-12-194-1/+55
* Adjust benchtests to new support library.Adhemerval Zanella2016-12-1931-50/+96
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-192-6/+29
* Add missing bug number to ChangeLogFlorian Weimer2016-12-181-0/+1
* assert.h: allow gcc to detect assert(a = 1) errorsJim Meyering2016-12-182-4/+25
* Link benchset tests against libsupportSiddhesh Poyarekar2016-12-182-0/+6
* Add ChangeLog for previous commitSiddhesh Poyarekar2016-12-181-0/+5
* Add -B to python invocation to avoid generating pyc filesMartin Galvan2016-12-181-1/+7