aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-09strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-05-09tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer
2016-05-09Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath
2016-05-09tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer
2016-05-09resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer
2016-05-09nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer
2016-05-09nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer
2016-05-09resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer
2016-05-09nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer
2016-05-09nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer
2016-05-09malloc: Add missing internal_function attributes on function definitionsFlorian Weimer
2016-05-09malloc: Remove malloc hooks from fork handlerFlorian Weimer
2016-05-09malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-05-09Fix malloc threaded tests link on non-LinuxSamuel Thibault
2016-05-09malloc: Remove NO_THREADSFlorian Weimer
2016-05-09hesiod: Avoid heap overflow in get_txt_records [BZ #20031]Florian Weimer
2016-05-09hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer
2016-05-09hesiod: Remove RCS keywordsFlorian Weimer
2016-05-09getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer
2016-05-09getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer
2016-05-09getnameinfo: Reduce line length and add missing commentsFlorian Weimer
2016-05-09getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer
2016-05-09getnameinfo: Do not preserve errnoFlorian Weimer
2016-05-09nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer
2016-04-20Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux
2016-04-09configure: fix `test ==` usageMike Frysinger
2016-04-04CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer
2016-04-01S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler
2016-04-01S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler
2016-03-28resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer
2016-03-21math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon
2016-03-20Fix resource leak in resolver (bug 19257)Andreas Schwab
2016-03-11Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu
2016-03-11Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu
2016-03-10Mention BZ #19762 in NEWSH.J. Lu
2016-03-10Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno
2016-03-07sln: use stat64Hongjiu Zhang
2016-02-26Update NEWS.Carlos O'Donell
2016-02-25NEWS (2.23): Fix typo in bug 19048 text.Carlos O'Donell
2016-02-25Don't use long double math functions if NO_LONG_DOUBLEAndreas Schwab
2016-02-22Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath
2016-02-22[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu
2016-02-18Regenerated configure scripts.Adhemerval Zanella
2016-02-18Regenerate libc.pot for 2.23.Adhemerval Zanella
2016-02-18Updated translations for 2.23.Adhemerval Zanella
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella
2016-02-18Update NEWS with fixed bugs for 2.23 releaseAdhemerval Zanella
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu