about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* longlong: add SH FDPIC supportAndrew Stubbs2016-01-072-0/+36
* longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson2016-01-072-0/+8
* xstat: only check to see if __ASSUME_ST_INO_64_BIT is definedMike Frysinger2016-01-075-5/+13
* Update timezone code from tzcode 2015g.Paul Eggert2016-01-0710-918/+1476
* argp: Use fwrite_unlocked instead of __fxprintf when !_LIBCKhem Raj2016-01-072-0/+9
* Make shebang interpreter directives consistentMarko Myllynen2016-01-0766-64/+134
* hppa: fix pthread spinlockJohn David Anglin2016-01-063-8/+47
* Update copyright dates committed in 2016H.J. Lu2016-01-064-4/+4
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-064-1/+70
* Mark ld.so internal mmap functions hidden in ld.soH.J. Lu2016-01-064-0/+56
* Update miscellaneous files from upstream sources.Joseph Myers2016-01-055-634/+1617
* Eliminate redundant sign extensions in pow()Anton Blanchard2016-01-042-2/+10
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-0428-27/+55
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-049048-9045/+9063
* hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller2016-01-022-13/+16
* ia64: fpu: fix gamma definition handling [BZ #15421]Mike Frysinger2016-01-014-16/+36
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-3116-3/+139
* Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2015-12-303-93/+14
* localedata: nl_NL@euro: copy measurement from nl_NL [BZ #19198]Mike Frysinger2015-12-292-2/+6
* malloc: Test various special cases related to allocation failuresFlorian Weimer2015-12-293-1/+452
* localedata: bg_BG: use colon as time separator [BZ #19385]Damyan Ivanov2015-12-292-2/+8
* list-fixed-bugs: use argparse for the commandlineMike Frysinger2015-12-292-1/+25
* resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu2015-12-292-0/+6
* hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build ...John David Anglin2015-12-292-2/+12
* ia64: fpu: fix gammaf typo [BZ #15421]Mike Frysinger2015-12-282-4/+9
* Fix getaddrinfo bug number in ChangeLog and NEWS filesDmitry V. Levin2015-12-232-2/+2
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-235-13/+44
* malloc: Update comment for list_lockFlorian Weimer2015-12-232-3/+8
* powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a.Carlos Eduardo Seo2015-12-222-0/+13
* powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo2015-12-2210-2/+30
* Harmonize generic stdio-lock support with nptlSamuel Thibault2015-12-222-5/+34
* powerpc: Regenerate libm-test-ulpsAdhemerval Zanella2015-12-222-169/+203
* malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2015-12-213-18/+73
* Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2015-12-213-281/+132
* Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2015-12-213-146/+124
* Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2015-12-213-2/+66
* Fix up ChangeLogSiddhesh Poyarekar2015-12-211-3/+3
* i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno2015-12-203-56/+2252
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-198-4/+244
* Remove unused variable in math/atest-exp2.c.Torvald Riegel2015-12-182-5/+4
* Fix SYSCALL_CANCEL for empty argumetnsAdhemerval Zanella2015-12-172-8/+45
* Provide x32 timesH.J. Lu2015-12-172-0/+43
* Fix POWER7 logb results for negative subnormals (bug 19375)Adhemerval Zanella2015-12-172-0/+6
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-162-2/+12
* malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer2015-12-164-5/+239
* Add missing ChangeLog entriesH.J. Lu2015-12-151-0/+9
* Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/masterH.J. Lu2015-12-154-0/+124
* Enable Silvermont optimizations for Knights LandingH.J. Lu2015-12-152-0/+8
* Don't emit invalid extra shift character at block boundary by iconv (bug 17197)Andreas Schwab2015-12-158-6/+116
* Fix aliasing violation in tst-rec-dlopenFlorian Weimer2015-12-152-1/+6