about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* X86-64: Properly align stack in _dl_tlsdesc_dynamic hjl/pr20309/masterH.J. Lu2016-06-296-6/+175
* elf.h: Add declarations for BPFRichard Henderson2016-06-282-1/+11
* elf.h: Sync with the gabi webpageRichard Henderson2016-06-282-83/+213
* S390: Fix relocation of _nl_current_LC_CATETORY_used in static build. [BZ #19...Stefan Liebler2016-06-282-2/+11
* MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno2016-06-274-6/+24
* Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers2016-06-276-99/+115
* Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers2016-06-276-94/+114
* Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers2016-06-276-95/+117
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-274-14/+23
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-2413-124/+58
* Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers2016-06-234-23/+48
* Add more sNaN tests (most remaining real functions).Joseph Myers2016-06-233-0/+270
* Fix up ChangeLogSiddhesh Poyarekar2016-06-241-1/+1
* Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar2016-06-242-24/+66
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-2330-60/+279
* test-skeleton.c (xrealloc): Support realloc-as-freeFlorian Weimer2016-06-232-3/+7
* test-skeleton.c: xmalloc, xcalloc, xrealloc are potentially unusedFlorian Weimer2016-06-232-3/+8
* test-skeleton.c: Add write_message functionFlorian Weimer2016-06-234-21/+29
* Simplify x86 nearbyint functions.Joseph Myers2016-06-225-16/+8
* Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg2016-06-222-23/+5
* Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg2016-06-221-0/+23
* This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra2016-06-222-24/+37
* malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2016-06-212-6/+10
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-219-14/+168
* Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich2016-06-2027-0/+337
* Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2016-06-203-2/+50
* This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2016-06-203-452/+216
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-2035-242/+106
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-207-30/+18
* Expand comments in Linux times() implementation.Carlos O'Donell2016-06-192-10/+21
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-184-0/+13
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-1648-11/+936
* manual: fix typos in the pattern chapterRical Jasan2016-06-162-12/+16
* localedata: ro_RO: update Tuesday translation [BZ #18911]Simion Onea2016-06-162-5/+6
* manual: fix typos in the search chapterRical Jasan2016-06-162-18/+22
* manual: fix typos in the message chapterRical Jasan2016-06-162-79/+82
* manual: fix spelling typosMike Frysinger2016-06-168-13/+23
* manual: fix typos in the locale chapterRical Jasan2016-06-161-0/+4
* manual: fix typos in the locale chapterRical Jasan2016-06-161-8/+8
* manual: fix typos in character set handlingRical Jasan2016-06-162-34/+38
* manual: fix typos in the string chaptersRical Jasan2016-06-162-12/+16
* manual: fix typos in the character handling chapterRical Jasan2016-06-162-2/+6
* manual: fix typos in the memory chapterRical Jasan2016-06-162-12/+16
* Fix i386 fdim double rounding (bug 20255).Joseph Myers2016-06-143-0/+57
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-1415-395/+58
* Simplify generic fdim implementations.Joseph Myers2016-06-144-30/+13
* powerpc: strcasecmp/strncasecmp optmization for power8raji2016-06-1412-49/+620
* Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers2016-06-133-1/+69
* Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).Joseph Myers2016-06-132-0/+102
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-139-6/+33