| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348] | H.J. Lu | 2016-07-12 | 1 | -0/+4 |
* | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 2016-07-12 | 1 | -6/+7 |
* | X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349] | H.J. Lu | 2016-07-11 | 1 | -0/+4 |
* | [AArch64] Add bits/hwcap.h for aarch64 linux | Szabolcs Nagy | 2016-07-11 | 1 | -0/+34 |
* | [AArch64] Fix libc internal asm profiling code | Szabolcs Nagy | 2016-07-11 | 2 | -2/+35 |
* | Fix LO_HI_LONG definition | Adhemerval Zanella | 2016-07-08 | 1 | -7/+3 |
* | Remove __ASSUME_OFF_DIFF_OFF64 definition | Adhemerval Zanella | 2016-07-08 | 9 | -9/+8 |
* | tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bit | Chris Metcalf | 2016-07-08 | 1 | -1/+3 |
* | ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). | Aurelien Jarno | 2016-07-08 | 2 | -0/+10 |
* | S390: Use DT_JUMPREL in prelink undo code. | Stefan Liebler | 2016-07-06 | 3 | -10/+6 |
* | hppa: Update libm-test-ulps. | John David Anglin | 2016-07-06 | 1 | -262/+436 |
* | powerpc: Fix return code of strcasecmp for unaligned inputs | Rajalakshmi Srinivasaraghavan | 2016-07-05 | 1 | -3/+14 |
* | m68k: suppress -Wframe-address warning | Andreas Schwab | 2016-07-04 | 1 | -0/+4 |
* | Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL | Maciej W. Rozycki | 2016-07-01 | 1 | -0/+13 |
* | SPARC: fix nearbyint on sNaN input | Aurelien Jarno | 2016-07-01 | 8 | -0/+8 |
* | Require binutils 2.24 to build x86-64 glibc [BZ #20139] | H.J. Lu | 2016-07-01 | 28 | -103/+136 |
* | Fixed wrong vector sincos/sincosf ABI to have it compatible with | Andrew Senkevich | 2016-07-01 | 32 | -39/+2548 |
* | SPARC64: update localplt.data | Aurelien Jarno | 2016-07-01 | 1 | -0/+1 |
* | powerpc: Add a POWER8-optimized version of sinf() | Anton Blanchard | 2016-06-30 | 5 | -1/+604 |
* | powerpc: Add a POWER8-optimized version of expf() | Tulio Magno Quites Machado Filho | 2016-06-30 | 6 | -1/+388 |
* | hppa: fix loading of global pointer in _start [BZ #20277] | John David Anglin | 2016-06-30 | 1 | -0/+2 |
* | Check Prefer_ERMS in memmove/memcpy/mempcpy/memset | H.J. Lu | 2016-06-30 | 6 | -1/+20 |
* | i686/multiarch: Regenerate ulps | Aurelien Jarno | 2016-06-30 | 1 | -8/+8 |
* | Avoid array-bounds warning for strncat on i586 (bug 20260) | Andreas Schwab | 2016-06-29 | 1 | -2/+1 |
* | MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.c | Aurelien Jarno | 2016-06-27 | 3 | -6/+15 |
* | Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). | Joseph Myers | 2016-06-27 | 4 | -23/+29 |
* | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 2016-06-27 | 4 | -23/+33 |
* | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 2016-06-27 | 4 | -23/+33 |
* | MIPS, SPARC: more fixes to the vfork aliases in libpthread.so | Aurelien Jarno | 2016-06-27 | 3 | -14/+14 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 9 | -89/+0 |
* | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 2016-06-23 | 2 | -23/+6 |
* | Simplify x86 nearbyint functions. | Joseph Myers | 2016-06-22 | 4 | -16/+0 |
* | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 2016-06-22 | 1 | -23/+0 |
* | This patch further tunes memcpy - avoid one branch for sizes 1-3, | Wilco Dijkstra | 2016-06-22 | 1 | -24/+32 |
* | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 2016-06-21 | 5 | -13/+18 |
* | Added tests to ensure linkage through libmvec *_finite aliases which are | Andrew Senkevich | 2016-06-20 | 26 | -0/+307 |
* | Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as it | Wilco Dijkstra | 2016-06-20 | 2 | -2/+45 |
* | This is an optimized memcpy/memmove for AArch64. Copies are split into 3 main | Wilco Dijkstra | 2016-06-20 | 2 | -452/+209 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 34 | -242/+54 |
* | Expand comments in Linux times() implementation. | Carlos O'Donell | 2016-06-19 | 1 | -10/+17 |
* | MIPS, SPARC: fix wrong vfork aliases in libpthread.so | Aurelien Jarno | 2016-06-18 | 3 | -0/+6 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 35 | -1/+569 |
* | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 2016-06-14 | 1 | -0/+50 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 11 | -391/+0 |
* | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 2016-06-14 | 11 | -49/+598 |
* | Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252). | Joseph Myers | 2016-06-13 | 1 | -1/+1 |
* | Fix frexp (NaN) (bug 20250). | Joseph Myers | 2016-06-13 | 7 | -6/+16 |
* | Remove __ASSUME_FUTEX_LOCK_PI | Adhemerval Zanella | 2016-06-13 | 5 | -8/+0 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 59 | -575/+70 |
* | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 2016-06-09 | 2 | -0/+2 |