summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Force eval for fma implementationsRichard Henderson2014-08-015-20/+33
* ARM: Move PTR_MANGLE et al out of Linux-specific file.Roland McGrath2014-08-013-44/+55
* Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar2014-08-013-1/+12
* Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar2014-08-012-2/+5
* Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar2014-08-013-8/+11
* NEWS: Explain the s390 jmp_buf / ucontext_t ABI change reversal.Stefan Liebler2014-08-012-0/+16
* Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath2014-07-314-9/+82
* Use __builtin_trap for ABORT_INSTRUCTION.Roland McGrath2014-07-315-1/+95
* Split nptl-signals.h out from pthreadP.hRoland McGrath2014-07-314-16/+64
* [PATCH] S390: Fix remaining ONE_DIRECTION warning messagesStefan Liebler2014-07-314-0/+12
* S/390: Revert the jmp_buf/ucontext_t ABI change.Stefan Liebler2014-07-3136-795/+260
* Fix -Wundef warning for HAVE_IFUNCAndreas Schwab2014-07-313-3/+9
* Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma2014-07-3012-6/+478
* PowerPC: Fix gprof entry point for LEAdhemerval Zanella2014-07-303-1/+9
* fcntl-linux.h: add new definitions and manual updates for open file descripti...Jeff Layton2014-07-295-17/+361
* Update Spanish translationsAllan McRae2014-07-232-1088/+1169
* Add fixed bug to NEWSAllan McRae2014-07-231-1/+1
* Add missing changelog entry for commit ab7ac0f2Allan McRae2014-07-231-0/+5
* Revert "aarch64: Add hp-timing.h"Marcus Shawcroft2014-07-221-38/+0
* m68k: use generic lowlevellock.hAndreas Schwab2014-07-182-308/+4
* [BZ #17078] ARM: R_ARM_TLS_DESC prelinker supportMaciej W. Rozycki2014-07-173-5/+40
* Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV (bug 17088).Joseph Myers2014-07-174-2/+16
* [PATCH 6/6] Split s390 out of main Linux kernel-features.h.Joseph Myers2014-07-173-3/+27
* [PATCH 5/6] Split sh out of main Linux kernel-features.h.Joseph Myers2014-07-173-25/+56
* [PATCH 4/6] Split powerpc out of main Linux kernel-features.h.Joseph Myers2014-07-173-13/+61
* [PATCH 3/6] Split sparc out of main Linux kernel-features.h.Joseph Myers2014-07-173-27/+72
* [PATCH 2/6] Split i386 out of main Linux kernel-features.h.Joseph Myers2014-07-173-7/+50
* [PATCH 1/6] Split x86_64 out of main Linux kernel-features.h.Joseph Myers2014-07-173-9/+52
* Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac.Joseph Myers2014-07-1718-132/+192
* Move architecture shlib-versions files to Linux-specific directories.Joseph Myers2014-07-1718-17/+49
* ARM: Fix compiler warnings from atomic.hWill Newton2014-07-172-3/+8
* iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unalignedWill Newton2014-07-172-30/+34
* ARM: Clean up EABI-related configuryRoland McGrath2014-07-167-53/+74
* Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath2014-07-154-0/+111
* Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath2014-07-154-0/+414
* Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath2014-07-152-5/+5
* Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2014-07-1410-14/+111
* Correct DT_PPC64_NUMAlan Modra2014-07-143-2/+8
* ChangeLog fixAndreas Schwab2014-07-141-1/+0
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-132-0/+12
* m68k: update libm test ULPsAndreas Schwab2014-07-132-16/+92
* aarch64: Update libm-test-ulpsRichard Henderson2014-07-112-6/+124
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-118-6/+149
* PowerPC: Fix build due missing lll_robust_trylockAdhemerval Zanella2014-07-102-2/+24
* ChangeLog fixup for last commit.Roland McGrath2014-07-101-0/+1
* Get rid of lll_robust_dead.Roland McGrath2014-07-1017-158/+21
* Get rid of lll_robust_trylock.Roland McGrath2014-07-1017-139/+25
* manual: Update the locale documentationFlorian Weimer2014-07-102-32/+127
* _nl_find_locale: Improve handling of crafted locale names [BZ #17137]Florian Weimer2014-07-106-15/+292
* setlocale: Use the heap for the copy of the locale argumentFlorian Weimer2014-07-102-2/+17