| Commit message (Expand) | Author | Age | Files | Lines |
* | Update arm, mips, powerpc-nofpu libm-test-ulps. | Joseph Myers | 2017-02-17 | 1 | -52/+60 |
* | Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047). | Joseph Myers | 2017-01-19 | 1 | -2/+9 |
* | New pthread rwlock that is more scalable. | Torvald Riegel | 2017-01-10 | 1 | -7/+7 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 118 | -118/+118 |
* | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 2016-12-31 | 1 | -8/+21 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+2 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 1 | -0/+2 |
* | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2016-11-29 | 1 | -49/+0 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 1 | -1/+0 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 1 | -6/+0 |
* | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 2016-11-07 | 1 | -1/+1 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+3 |
* | Use VSQRT instruction for ARM sqrt (bug 20660). | Joseph Myers | 2016-10-20 | 2 | -0/+90 |
* | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 2016-09-23 | 1 | -0/+3 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 1 | -0/+6 |
* | Add femode_t functions: arm. | Joseph Myers | 2016-09-07 | 2 | -0/+74 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+8 |
* | Add fesetexcept: arm. | Joseph Myers | 2016-08-16 | 1 | -0/+38 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+5 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -4/+0 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 2 | -14/+1 |
* | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 2016-06-06 | 1 | -0/+1 |
* | Fix building glibc master with NDEBUG and --with-cpu. | Carlos O'Donell | 2016-03-15 | 1 | -1/+1 |
* | Add fts64_* to sysdeps/arm/nacl/libc.abilist | Roland McGrath | 2016-02-22 | 1 | -0/+6 |
* | Fix ulps regeneration for *-finite tests. | Joseph Myers | 2016-01-19 | 1 | -2/+2 |
* | Regenerate ARM libm-test-ulps. | Joseph Myers | 2016-01-18 | 1 | -2/+4 |
* | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 2016-01-18 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 114 | -114/+114 |
* | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf | 2015-12-03 | 1 | -0/+4 |
* | Fix math_private.h multiple include guards. | Joseph Myers | 2015-11-20 | 1 | -1/+2 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 1 | -1837/+1836 |
* | Remove miscellaneous GCC >= 4.7 version conditionals. | Joseph Myers | 2015-11-04 | 1 | -6/+2 |
* | Remove configure test for ARM TLS descriptors support. | Joseph Myers | 2015-10-27 | 3 | -49/+5 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 1 | -3/+1 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 2 | -9/+0 |
* | [BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0 | Szabolcs Nagy | 2015-10-14 | 1 | -9/+18 |
* | Regenerate ARM libm-test-ulps. | Joseph Myers | 2015-10-09 | 1 | -115/+119 |
* | Fix llrint, llround missing exceptions for ARM (bug 15470). | Joseph Myers | 2015-10-09 | 1 | -0/+32 |
* | arm: setjmp/longjmp: fix PIC vs SHARED thinkos | David Lamparter | 2015-09-18 | 2 | -2/+2 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -2/+2 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+0 |
* | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 2015-08-15 | 1 | -2/+5 |
* | [ARM][BZ #17711] Fix extern protected data handling | Szabolcs Nagy | 2015-07-24 | 2 | -3/+9 |
* | Make sysdeps/posix bring in login subdir. | Roland McGrath | 2015-07-23 | 1 | -0/+32 |
* | NaCl: Fix missing getdtablesize symbol. | Roland McGrath | 2015-07-23 | 1 | -0/+1 |
* | Add abilist files and NEWS item for arm-nacl port. | Roland McGrath | 2015-07-21 | 1 | -0/+1804 |
* | BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug. | Roland McGrath | 2015-07-08 | 2 | -0/+89 |
* | Regenerate ARM libm-test-ulps. | Joseph Myers | 2015-07-01 | 1 | -265/+457 |