summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backported patch to fix gawk rulesbaserock/tristan/wip/aboriginalTristan Van Berkom2016-03-032-2/+2
* Brutal workaround pthread initialization issueTristan Van Berkom2016-03-031-1/+1
* Horrible work-around for sunrpc/rpc/types.hTristan Van Berkom2016-03-031-2/+10
* Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell2015-02-063-3/+7
* hppa: Sync with pthread.h.Carlos O'Donell2015-02-062-1/+1150
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-064-15/+62
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-0540-46505/+67618
* hppa: Remove warnings and fix conformance errors.Carlos O'Donell2015-02-0514-1212/+151
* Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2015-02-052-1/+6
* Fix two bugs in sparc atomics.David S. Miller2015-01-312-7/+14
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3118-703/+692
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-3010-10/+37
* Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2015-01-292-0/+5
* Fix up ChangeLog formattingSiddhesh Poyarekar2015-01-291-12/+12
* Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar2015-01-293-1/+8
* Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2015-01-282-14/+71
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-282-1/+14
* Disable 64-bit atomics for MIPS n32.Joseph Myers2015-01-282-1/+6
* powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella2015-01-283-2/+6
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-287-111/+50
* iconv: Suppress array out of bounds warning.Andreas Krebbel2015-01-272-1/+12
* ia64: avoid set-but-not-used warningAndreas Schwab2015-01-252-0/+8
* m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab2015-01-252-10/+13
* m68k: fix missing definition of __feraiseexceptAndreas Schwab2015-01-252-0/+4
* m68k: force inlining bswap functionsAndreas Schwab2015-01-252-4/+9
* Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram2015-01-253-12/+18
* powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella2015-01-243-2/+9
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-243-2/+10
* Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2015-01-232-1/+4
* Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2015-01-232-0/+7
* Also use uint64_t in __new_sem_wait_fastH.J. Lu2015-01-232-1/+2
* Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2015-01-235-8/+20
* Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.Roland McGrath2015-01-232-0/+5
* Add missing libc_hidden_def to stub getrlimit64.Roland McGrath2015-01-232-0/+5
* soft-fp: Use __label__ for all labels within macros.Joseph Myers2015-01-222-0/+13
* BZ #16418: Fix powerpc get_clockfreq racinessAdhemerval Zanella2015-01-213-78/+74
* Update copyright year to 2015 for new files.Carlos O'Donell2015-01-213-3/+6
* tst-getpw: Rewrite.Carlos O'Donell2015-01-212-6/+79
* Fix tst_wcscpy.c test.Marek Polacek2015-01-212-1/+5
* Fix recursive dlopen.Carlos O'Donell2015-01-2110-21/+222
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-2134-2103/+732
* Regenerate INSTALL.Carlos O'Donell2015-01-202-231/+230
* Update libc.pot:Carlos O'Donell2015-01-202-238/+242
* Commit nios2 port to master.Chung-Lin Tang2015-01-1798-0/+7681
* S390: Get rid of linknamespace failures for utmp functions.Stefan Liebler2015-01-169-15/+62
* S390: Get rid of linknamespace failures for string functions.Stefan Liebler2015-01-1616-80/+142
* Fix powerpc-nofpu fesetenv namespace (bug 17748).Joseph Myers2015-01-142-1/+7
* [s390] Define a __tls_get_addr macro to avoid declaring it againSiddhesh Poyarekar2015-01-142-0/+12
* powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella2015-01-132-588/+285
* powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella2015-01-137-7/+387