aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers29-30/+54
2015-01-06Clean up check_pf allocation pattern. addressesOndřej Bílka1-84/+39
2015-01-06Function declaration cleanupAdhemerval Zanella36-176/+40
2015-01-06Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu2-8/+7
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath10-293/+153
2015-01-05Merge branch 'master' of ssh://sourceware.org/git/glibcSteve Ellcey16-32/+62
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-0/+58
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers16-32/+62
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-13/+164
2015-01-05Fix MIPS n64 posix_fadvise namespace (bug 17796).Joseph Myers1-1/+1
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-3/+16
2015-01-05tile: check error properly for vDSO callsChris Metcalf3-6/+20
2015-01-05lround: provide cast for wordsize-64 version if neededChris Metcalf3-6/+30
2015-01-05Fix ARM posix_fadvise64 namespace (bug 17793).Joseph Myers1-1/+1
2015-01-05Fix wordsize-64 posix_fadvise64, posix_fallocate64 namespace (bug 17777).Joseph Myers2-2/+2
2015-01-05Fix MIPS variable PAGE_SIZE bug (16191)Matthew Fortune1-9/+0
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers17-34/+64
2015-01-02Fix MIPS TIOCSER_TEMT namespace (bug 17782).Joseph Myers1-1/+3
2015-01-02Fix MIPS sa_flags type (bug 17781).Joseph Myers1-1/+1
2015-01-02Fix MIPS bits/fcntl.h namespace (bug 17780).Joseph Myers1-1/+1
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02ARM: Remove configure check for binutils 2.21 for ARMv7Will Newton2-84/+0
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers4747-4747/+4747
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers17-18/+42
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune17-1/+1912
2014-12-31powerpc: POWER7 strcpy optimization for unaligned stringsRajalakshmi Srinivasaraghavan1-82/+245
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers9-56/+16
2014-12-30Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.hH.J. Lu1-33/+0
2014-12-30i386: Fix build by GCC 5.0Andrew Senkevich2-4/+6
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers31-56/+127
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-4/+4
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich13-3/+769
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf1-1/+1
2014-12-29tile: prefer inlines to macros in math_private.h.Chris Metcalf1-4/+6
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar1-1/+1
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar1-78/+80
2014-12-26tile: add no-op fe*() routines for libc internal useChris Metcalf1-0/+4
2014-12-26linux/clock_settime: remove unnecessary vDSO definitionsChris Metcalf1-9/+0
2014-12-26tilegx: fix sysdep.h to avoid a redefinition warningChris Metcalf1-3/+3
2014-12-26tilegx32: avoid a a -Werror warning from unwindingChris Metcalf1-1/+1
2014-12-23tilegx: enable wordsize-64 support for ieee745 dbl-64.Chris Metcalf1-0/+1
2014-12-22Make __ASSUME_UTIMES hppa-specific.Joseph Myers6-44/+38
2014-12-22Fix preprocessor indentation in sysdeps/mips/memcpy.S.Steve Ellcey1-97/+97
2014-12-22tilegx: remove implicit boolean conversion in strstr.Chris Metcalf1-1/+1
2014-12-222014-12-22 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-0/+4
2014-12-22Split __kernel_standard* functions (fixes bug 17724).Joseph Myers3-90/+154
2014-12-22Call libc_fetestexcept_aarch64.Wilco Dijkstra1-7/+2
2014-12-22Call libc_fesetround_aarch64.Wilco Dijkstra1-20/+5
2014-12-22Fix resolver bind, getsockname namespace (bug 17733).Joseph Myers2-4/+0
2014-12-21tile: separate ffsll from ffsChris Metcalf2-11/+33