about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen2013-07-0214-24/+267
* Add minimal test suite changes for elision enabled kernelsAndi Kleen2013-07-023-1/+28
* Add new internal mutex type flags for elision.Andi Kleen2013-07-023-9/+43
* Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen2013-07-0212-0/+502
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-023-6/+6
* Implement fma in soft-fp.Joseph Myers2013-07-0221-109/+681
* ARM: Pass dl_hwcap to IFUNC resolver functions.Will Newton2013-07-022-1/+6
* Support no-FPU ColdFire in sysdeps/m68k/dl-trampoline.S and refactor code.Joseph Myers2013-06-302-24/+27
* tile: switch to using <fenv.h> fallback functionsChris Metcalf2013-06-307-165/+9
* Add more NEWS items for 2.18.Joseph Myers2013-06-281-0/+15
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-286-15/+51
* PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold2013-06-286-22/+85
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-2818-13/+89
* Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-06-282-1/+6
* Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard2013-06-283-13/+23
* Mark packed structure element used with atomic operation aligned.Nathan Froyd2013-06-282-1/+18
* Fix sysdeps/m68k/fpu_control.h preprocessor indentation.Joseph Myers2013-06-282-32/+36
* Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h.Nathan Sidwell2013-06-282-3/+23
* Add a dlopen/getpagesize static executable test.Maciej W. Rozycki2013-06-284-3/+117
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-289-42/+610
* [AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_Marcus Shawcroft2013-06-282-2/+7
* [AArch64] Simplify getcontext pstate initialization.Marcus Shawcroft2013-06-282-2/+6
* _dl_static_init: Remove nested locking.Maciej W. Rozycki2013-06-274-14/+14
* Require GCC 4.4 or later to build glibc.Joseph Myers2013-06-265-6/+14
* Add a test for BZ #15674H.J. Lu2013-06-262-0/+27
* Mention BZ #15674H.J. Lu2013-06-261-1/+1
* Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva2013-06-262-4/+7
* [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2013-06-262-4/+11
* Add AT_HWCAP2 as a new auxv_t a_type to elf.h.Ryan S. Arnold2013-06-262-1/+8
* drop NEWS mentionMike Frysinger2013-06-251-1/+0
* Fix missing libc-internal.h include.Richard Henderson2013-06-252-0/+5
* Update texinfo.tex.Joseph Myers2013-06-252-202/+358
* m68k: fix bad use of register alias in cfi insnAndreas Schwab2013-06-252-2/+7
* [BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson2013-06-249-1/+86
* [BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger2013-06-245-29/+113
* libc-internal.h: add ALIGN helper macrosMike Frysinger2013-06-242-0/+27
* BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev2013-06-243-12/+21
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-247-3/+34
* Regenerate INSTALL fileSiddhesh Poyarekar2013-06-242-3/+6
* Fix typo in commentSiddhesh Poyarekar2013-06-242-2/+6
* alpha: Update libm-test-ulpsRichard Henderson2013-06-232-32/+6392
* Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2013-06-222-0/+5
* Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2013-06-222-0/+3
* Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul (b...Joseph Myers2013-06-223-7/+13
* Remove dead DL_DST_REQ_STATIC code.Maciej W. Rozycki2013-06-222-13/+6
* Add sh4 implementation of fegetexceptflag (bug 15655).Kaz Kojima2013-06-221-1/+2
* Fix bad shift in soft-fp (bug 7006).Joseph Myers2013-06-213-14/+21
* dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki2013-06-212-1/+6
* Add sh4 implementation of fegetexceptflag.Kaz Kojima2013-06-212-0/+43
* Fix loop construction to functions callsAdhemerval Zanella2013-06-2011-0/+86