platform/upstream/glibc.git
2016-12-26 Nick AlcockDo not stack-protect sigreturn stubs [BZ #7065]
2016-12-26 Nick AlcockDrop explicit stack-protection of pieces of the system...
2016-12-26 Nick AlcockLink a non-libc-using test with -fno-stack-protector...
2016-12-26 Nick AlcockPLT avoidance for __stack_chk_fail [BZ #7065]
2016-12-26 Nick AlcockWork even with compilers which enable -fstack-protector...
2016-12-26 Nick AlcockIgnore __stack_chk_fail* in the rtld mapfile computatio...
2016-12-26 Nick AlcockCompile the dynamic linker without stack protection...
2016-12-26 Nick AlcockDisable stack protector in early static initialization...
2016-12-26 Nick AlcockDo not stack-protect ifunc resolvers [BZ #7065]
2016-12-26 Nick AlcockInitialize the stack guard earlier when linking statica...
2016-12-26 Nick AlcockConfigure support for --enable-stack-protector [BZ...
2016-12-23 Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-23 Carlos O'DonellAdd deferred cancellation regression test for getpwuid_r.
2016-12-23 Carlos O'DonellBug 11941: ld.so: Improper assert map->l_init_called...
2016-12-23 Florian Weimerscripts/test_printers_common.py: Log GDB error message
2016-12-22 Siddhesh PoyarekarAdd configure check for python program
2016-12-22 Joseph MyersUpdate NEWS feature test macro description of TS 18661...
2016-12-21 Joseph MyersFix nss_nisplus build with mainline GCC (bug 20978).
2016-12-21 Joseph MyersUpdate miscellaneous files from upstream sources.
2016-12-21 Wilco DijkstraThis patch cleans up the strsep implementation and...
2016-12-21 Florian WeimerRemove unused function _dl_tls_setup
2016-12-21 Nick Alcockx86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE...
2016-12-21 Nick AlcockMove all tests out of the csu subdirectory
2016-12-21 Rical Jasanmanual: Convert @tables of variables to @vtables.
2016-12-21 Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-20 Joseph MyersAdd preprocessor indentation for llogb macro in tgmath.h.
2016-12-20 Gabriel F.... Replace use of snprintf with strfrom in libm tests
2016-12-20 Stefan LieblerS390: Optimize lock-elision by decrementing adapt_count...
2016-12-20 Stefan LieblerS390: Use new __libc_tbegin_retry macro in elision...
2016-12-20 Stefan LieblerS390: Use own tbegin macro instead of __builtin_tbegin.
2016-12-20 Stefan LieblerS390: Use C11-like atomics instead of plain memory...
2016-12-20 Florian WeimerDo not require memset elimination in explicit_bzero...
2016-12-20 Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-19 Torvald RiegelRobust mutexes: Fix lost wake-up.
2016-12-19 Adhemerval... benchtests: Add fmaxf/fminf benchmarks
2016-12-19 Adhemerval... benchtests: Add fmax/fmin benchmarks
2016-12-19 Adhemerval... Adjust benchtests to new support library.
2016-12-19 Andrew SenkevichDisable TSX on some Haswell processors.
2016-12-18 Florian WeimerAdd missing bug number to ChangeLog
2016-12-18 Jim Meyeringassert.h: allow gcc to detect assert(a = 1) errors
2016-12-17 Siddhesh PoyarekarLink benchset tests against libsupport
2016-12-17 Siddhesh PoyarekarAdd ChangeLog for previous commit
2016-12-17 Martin GalvanAdd -B to python invocation to avoid generating pyc...
2016-12-16 Joseph MyersDocument sNaN argument error handling.
2016-12-16 Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-16 Joseph MyersDefine FE_SNANS_ALWAYS_SIGNAL.
2016-12-16 Adhemerval... Fix typos and missing closing bracket in test-memchr.c
2016-12-16 Joseph MyersMake build-many-glibcs.py flush stdout before execv.
2016-12-16 Adhemerval... Fix powerpc64/power7 memchr for large input sizes
2016-12-16 Gabriel F.... Make w_scalbln type-generic
2016-12-15 Joseph MyersFix x86, x86_64 fmax, fmin sNaN handling, add tests...
2016-12-15 Andreas SchwabFix assertion failure on test timeout
2016-12-15 Joseph MyersFix powerpc fmax, fmin sNaN handling (bug 20947).
2016-12-14 Joseph MyersFix generic fmax, fmin sNaN handling (bug 20947).
2016-12-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14 Joseph MyersInclude <linux/falloc.h> in bits/fcntl-linux.h.
2016-12-14 Gabriel F.... Fix arg used as litteral suffix in tst-strfrom.h
2016-12-14 Adhemerval... Consolidate renameat Linux implementation
2016-12-14 Adhemerval... Consolidate rename Linux implementation
2016-12-14 Joseph MyersAdd [BZ #19398] marker to ChangeLog entry.
2016-12-14 Wilco DijkstraImprove strtok and strtok_r performance. Instead of...
2016-12-14 Gabriel F.... Make w_log1p type-generic
2016-12-14 Wilco DijkstraImprove generic rawmemchr for targets that don't have an
2016-12-14 Joseph MyersUse Linux 4.9 (headers) in build-many-glibcs.py.
2016-12-13 Andrew SenkevichBetter design of libm.a installation rule.
2016-12-13 Andreas Schwabpowerpc: remove _dl_platform_string and _dl_powerpc_pla...
2016-12-13 Florian Weimernptl/tst-cancel7: Add missing case label
2016-12-13 Florian WeimerExpose linking against libsupport as make dependency
2016-12-13 Rajalakshmi... powerpc: strncmp optimization for power9
2016-12-12 Florian WeimerAdd getentropy, getrandom, <sys/random.h> [BZ #17252]
2016-12-10 Florian Weimerdebug: Additional compiler barriers for backtrace tests...
2016-12-10 Andreas SchwabFix testsuite timeout handling
2016-12-09 Florian Weimerinet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with...
2016-12-09 Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-12-08 Zack WeinbergMake _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_S...
2016-12-08 Joseph MyersFix tests-printers handling for cross compiling.
2016-12-08 Andrew SenkevichInstall libm.a as linker script (bug 20539).
2016-12-08 Martin GalvanAdd pretty printers for the NPTL lock types
2016-12-07 Joseph MyersAdd build-many-glibcs.py option to strip installed...
2016-12-07 Adhemerval... Fix writes past the allocated array bounds in execvpe...
2016-12-07 Andreas SchwabGet rid of __elision_available
2016-12-07 Joseph MyersFix typo in last ChangeLog message.
2016-12-07 Joseph MyersFix hypot sNaN handling (bug 20940).
2016-12-06 Joseph MyersFix x86_64/x86 powl handling of sNaN arguments (bug...
2016-12-05 Torvald RiegelUse C11-like atomics instead of plain memory accesses...
2016-12-04 Samuel Thibaulthurd: fix using hurd.h in C++ programs
2016-12-02 Joseph MyersFix sysdeps/ieee754 pow handling of sNaN arguments...
2016-12-02 Joseph MyersFix pow (qNaN, 0) result with -lieee (bug 20919), remov...
2016-12-02 Carlos O'DonellBug 20918 - Building with --enable-nss-crypt fails...
2016-12-02 Florian Weimerelf/tst-tls-manydynamic: New test
2016-12-02 Florian Weimeraarch64: Use explicit offsets in _dl_tlsdesc_dynamic
2016-12-02 Stefan LieblerS390: Regenerate ULPs.
2016-12-02 Stefan LieblerFix new testcase elf/tst-latepthread on s390x.
2016-12-02 Joseph MyersAdd llogb, llogbf, llogbl.
2016-12-01 Joseph MyersMake ldbl-128 getpayload, setpayload functions use...
2016-12-01 Joseph MyersAdd missing hidden_def (__sigsetjmp).
2016-12-01 Adhemerval... powerpc: Remove stpcpy internal clash with IFUNC
2016-12-01 Rajalakshmi... powerpc: strcmp optimization for power9
2016-12-01 Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-12-01 Joseph MyersMake build-many-glibcs.py support running as a bot.
next