Age | Commit message (Expand) | Author | Files | Lines |
2016-09-07 | Add femode_t functions: arm. | Joseph Myers | 2 | -0/+74 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+8 |
2016-08-16 | Add fesetexcept: arm. | Joseph Myers | 1 | -0/+38 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -0/+5 |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 1 | -4/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -14/+1 |
2016-06-06 | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 1 | -0/+1 |
2016-03-15 | Fix building glibc master with NDEBUG and --with-cpu. | Carlos O'Donell | 1 | -1/+1 |
2016-02-22 | Add fts64_* to sysdeps/arm/nacl/libc.abilist | Roland McGrath | 1 | -0/+6 |
2016-01-19 | Fix ulps regeneration for *-finite tests. | Joseph Myers | 1 | -2/+2 |
2016-01-18 | Regenerate ARM libm-test-ulps. | Joseph Myers | 1 | -2/+4 |
2016-01-18 | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 1 | -0/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 114 | -114/+114 |
2015-12-03 | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf | 1 | -0/+4 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 1 | -1/+2 |
2015-11-06 | Simplify the abilist format | Florian Weimer | 1 | -1837/+1836 |
2015-11-04 | Remove miscellaneous GCC >= 4.7 version conditionals. | Joseph Myers | 1 | -6/+2 |
2015-10-27 | Remove configure test for ARM TLS descriptors support. | Joseph Myers | 3 | -49/+5 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 1 | -3/+1 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 2 | -9/+0 |
2015-10-14 | [BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0 | Szabolcs Nagy | 1 | -9/+18 |
2015-10-09 | Regenerate ARM libm-test-ulps. | Joseph Myers | 1 | -115/+119 |
2015-10-09 | Fix llrint, llround missing exceptions for ARM (bug 15470). | Joseph Myers | 1 | -0/+32 |
2015-09-18 | arm: setjmp/longjmp: fix PIC vs SHARED thinkos | David Lamparter | 2 | -2/+2 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 1 | -2/+2 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-09-04 | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 1 | -0/+0 |
2015-08-15 | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 1 | -2/+5 |
2015-07-24 | [ARM][BZ #17711] Fix extern protected data handling | Szabolcs Nagy | 2 | -3/+9 |
2015-07-23 | Make sysdeps/posix bring in login subdir. | Roland McGrath | 1 | -0/+32 |
2015-07-23 | NaCl: Fix missing getdtablesize symbol. | Roland McGrath | 1 | -0/+1 |
2015-07-21 | Add abilist files and NEWS item for arm-nacl port. | Roland McGrath | 1 | -0/+1804 |
2015-07-08 | BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug. | Roland McGrath | 2 | -0/+89 |
2015-07-01 | Regenerate ARM libm-test-ulps. | Joseph Myers | 1 | -265/+457 |
2015-05-12 | NaCl: Provide non-default values for uname. | Roland McGrath | 1 | -0/+20 |
2015-04-24 | ARM: Define PI_STATIC_AND_HIDDEN. | Roland McGrath | 2 | -5/+5 |
2015-04-17 | Add arm-nacl port. | Roland McGrath | 12 | -0/+614 |
2015-03-19 | ARM: Fix memcpy & memmove for [ARM_ALWAYS_BX] | Roland McGrath | 2 | -6/+26 |
2015-03-13 | ARM: Rewrite sysdeps/arm/tls-macros.h | Roland McGrath | 1 | -70/+64 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 1 | -1/+1 |
2015-02-12 | Use -Werror=undef for assembly code. | Roland McGrath | 1 | -0/+4 |
2015-02-06 | ARM: Add missing sfi_breg in LDR_GLOBAL macro. | Roland McGrath | 1 | -2/+2 |
2015-02-06 | Clean up sysdep-dl-routines variable. | Roland McGrath | 1 | -2/+2 |
2015-01-21 | Update copyright year to 2015 for new files. | Carlos O'Donell | 1 | -1/+1 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-05 | ARM: Consolidate with generic unwinder wrapper code | Roland McGrath | 5 | -2/+92 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |