external/glibc.git
2015-08-05 H.J. LuAlign stack to 16 bytes when calling __errno_location
2015-08-05 H.J. LuAlign stack to 16 bytes when calling __gettimeofday
2015-08-05 H.J. LuAlign stack to 16 bytes when calling __setcontext
2015-08-05 H.J. LuCompile {memcpy,strcmp}-sse2-unaligned.S only for libc
2015-08-05 Wilco DijkstraImprove performance of mempcpy by inlining and using...
2015-08-05 Wilco DijkstraImprove memccpy performance by using memchr/memcpy...
2015-08-05 Wilco DijkstraThis patch improves strncpy performance by using strnle...
2015-08-05 Wilco DijkstraImprove feenableexcept performance - avoid an unnecessa...
2015-08-05 Wilco DijkstraImprove fesetenv performance by avoiding unnecessary...
2015-08-05 H.J. LuAlso check dead->data[category] != NULL
2015-08-05 Joseph MyersFix powf (close to -1, large) (bug 18647).
2015-08-05 Adhemerval... arm: Assembly implementation cleanup
2015-08-05 Marko Myllynenlocaledata: remove timezone information [BZ #18525]
2015-08-05 Daniel MarjamäkiUpdated __nonnull annotations for wcscat, wcsncat,...
2015-08-05 Mike Frysingertest-skeleton: add usage information
2015-08-05 Mike Frysingermmap64: fix undef warnings
2015-08-05 Mike Frysingernptl: fix set-but-unused warning w/_STACK_GROWS_UP
2015-08-05 Carlos O'DonellOpen development for 2.23.
2015-08-05 Carlos O'DonellUpdate version.h and include/features.h for 2.22 release
2015-08-04 Chris Metcalftilepro: fix warnings in sysdeps/tile/tilepro/bits...
2015-08-04 Andreas SchwabProperly terminate FDE in makecontext for ix86 (bug...
2015-08-01 Carlos O'DonellUpdated translations for 2.22.
2015-08-01 Zack WeinbergDeprecate the use of regexp.h
2015-07-31 Carlos O'DonellRegenerate libc.pot for 2.22 release.
2015-07-30 Andrew SenkevichPrevent runtime fail of SSE vector math tests on non...
2015-07-30 Mike Frysingerhppa: add bz entry for pthreadtypes.h fix
2015-07-30 Mike Frysingerhppa: fix pthreadtypes.h namespace failures
2015-07-30 Torvald Riegelhppa: Remove custom lowlevellock.h.
2015-07-30 Mike Frysingerhppa: sigaction.h: change sa_flags to an int
2015-07-30 Mike Frysingerhppa: fix sysdep.h header setup
2015-07-30 Mike Frysingerhppa: rewrite INLINE_SYSCALL
2015-07-29 H.J. LuExtend local PLT reference check
2015-07-29 Andrew SenkevichAdded runtime check for AVX vector math tests.
2015-07-28 Mike Frysingeria64: drop __tls_get_addr from expected ld.so plt usage
2015-07-28 Mike Frysingeria64: atomic.h: fix atomic_exchange_and_add 64bit handling
2015-07-28 Mike Frysingeria64: clean up old kernel headers cruft
2015-07-28 Mike Frysingerpwd.h: revert __nonnull markings on putpwent [BZ #18641]
2015-07-27 Joseph MyersMark bug 2981 (elf/tst-audit* fail on MIPS) as fixed.
2015-07-27 Andreas SchwabFix spurious conform test failures
2015-07-26 Chung-Lin TangFixes extern protected data handling testcases elf...
2015-07-26 Chung-Lin TangAdd #include <string.h> to nptl/tst-join7mod.c to silen...
2015-07-25 Chung-Lin TangUpdate Nios II ulps file.
2015-07-25 Chung-Lin TangFix order of arguments to rt_sigprocmask syscall when...
2015-07-24 Roland McGrathNaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.
2015-07-24 Siddhesh PoyarekarUse IE model for static variables in libc.so, libpthrea...
2015-07-24 Adhemerval... Update powerpc-fpu libm-test-ulps.
2015-07-24 Andrew SenkevichFixed several libmvec bugs found during testing on...
2015-07-24 Szabolcs Nagy[ARM][BZ #17711] Fix extern protected data handling
2015-07-24 Szabolcs Nagy[AArch64][BZ #17711] Fix extern protected data handling
2015-07-24 Siddhesh PoyarekarMention dl_load_lock by name in the comments
2015-07-24 Roland McGrathMake sysdeps/posix bring in login subdir.
2015-07-23 Roland McGrathAdd SIGWINCH to generic <bits/signum.h>.
2015-07-23 Roland McGrathNaCl: Fix missing getdtablesize symbol.
2015-07-23 Mike Frysingerconform/linknamespace: whitelist matherrf/matherrl
2015-07-23 Mike Frysingeria64: sigaction.h: fix sa_flags ordering
2015-07-23 Siddhesh PoyarekarAlso use l_tls_dtor_count to decide on object unload...
2015-07-22 Mike Frysingeria64: msg.h: fix msg_qnum/msg_qbytes types
2015-07-22 Mike Frysingeria64: stat.h: rename pad0 to __glibc_reserved0
2015-07-22 Mike Frysingeria64: sifaction.h: change sa_flags to an int
2015-07-22 Mike Frysingeria64: siginfo.h: delete siginfo name
2015-07-21 Roland McGrathNaCl: Use only nacl_irt_dev_filename, never nacl_irt_fi...
2015-07-21 Roland McGrathAdd abilist files and NEWS item for arm-nacl port.
2015-07-21 Chris Metcalftile: Fix BZ #18508 (makecontext yield infinite backtrace)
2015-07-21 Marko Myllynenlocale: Remove obsolete repertoire map references
2015-07-21 Khem Rajlocale: Do not define lang_ab for tcy_IN and bhb_IN
2015-07-21 Khem RajReflect renaming of bh_IN and tu_IN in SUPPORTED file...
2015-07-21 Mike Frysingersparc: fix sigaction for 32bit builds [BZ #18694]
2015-07-21 Siddhesh PoyarekarRemove Linuxism from tst-tls-atexit
2015-07-20 Andreas Schwabm68k: update libm test ULPs
2015-07-20 Chris Metcalftst-leaks: raise timeout to 5 seconds
2015-07-20 H.J. LuAdd si_addr_bnd to _sigfault in x86 struct siginfo
2015-07-16 David S. MillerRegenerate SPARC ULPs.
2015-07-16 Adhemerval... libio: Fix fmemopen 'w' mode with provided buffer
2015-07-16 Rajalakshmi... powerpc: strstr optimization
2015-07-16 Mike Frysingerhppa/ia64: _dl_unmap: make it hidden
2015-07-16 Mike Frysingerhppa/ia64: _dl_symbol_address: add PLT bypass for rtld
2015-07-16 Siddhesh PoyarekarAdd comment to clarify how the test can fail
2015-07-16 Siddhesh PoyarekarWhitespace fixup in cxa_thread_atexit_impl.c
2015-07-16 Siddhesh PoyarekarSet NODELETE flag when opening already open objects...
2015-07-15 David S. MillerFix sparc build.
2015-07-15 H.J. LuSort NEWS
2015-07-15 Pravin SatputeCorrecting language code for Bhili and Tulu locales...
2015-07-15 Arjun ShankarModify several tests to use test-skeleton.c
2015-07-15 Arjun ShankarModify elf/tst-audit9.c to use test-skeleton.c
2015-07-15 Mike Frysingertst-tzset: raise timeout to 5 seconds
2015-07-15 Stefan Liebleri686: Mark stdlib/tst-makecontext as XFAIL.
2015-07-15 Stefan LieblerS390: Regenerate ULPs
2015-07-14 Roland McGrathFactor file identity rules out of generic rtld code.
2015-07-14 Siddhesh PoyarekarFix up typo in tst-tls-atexit
2015-07-14 Adhemerval... Avoid C++ tests when the C++ cannot be linked
2015-07-14 Siddhesh PoyarekarFix up ChangeLog
2015-07-14 Siddhesh PoyarekarWhitespace fix in tst-tls-atexit.c
2015-07-13 Wilco DijkstraAdd AArch64 versions of math_opt_barrier and math_force...
2015-07-13 Wilco DijkstraOptimize the strlen implementation by using a page...
2015-07-11 H.J. LuReplace %ld with %jd and cast to intmax_t
2015-07-10 Roland McGrathNaCl: Make pthread_condattr_setclock reject CLOCK_MONOT...
2015-07-10 Chris Metcalftile: Regenerate ULPs.
2015-07-10 Chris Metcalfmath/test-fenvinline: avoid compiler warning
2015-07-10 Siddhesh PoyarekarRemove unnecessary mutex locks from tst-tls-atexit...
2015-07-10 Siddhesh PoyarekarAvoid boolean coercion in tst-tls-atexit test case
next