aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm
AgeCommit message (Expand)Author
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-20Remove sfi_* annotations from ARM assembly files.Zack Weinberg
2017-05-20Remove the bulk of the NaCl port.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers
2017-05-11Remove wrong definitions from pthread header refactorAdhemerval Zanella
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-02-17Update arm, mips, powerpc-nofpu libm-test-ulps.Joseph Myers
2017-01-19Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047).Joseph Myers
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-20Use VSQRT instruction for ARM sqrt (bug 20660).Joseph Myers
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-07Add femode_t functions: arm.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-16Add fesetexcept: arm.Joseph Myers
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell
2016-02-22Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath
2016-01-19Fix ulps regeneration for *-finite tests.Joseph Myers
2016-01-18Regenerate ARM libm-test-ulps.Joseph Myers
2016-01-18S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf
2015-11-20Fix math_private.h multiple include guards.Joseph Myers
2015-11-06Simplify the abilist formatFlorian Weimer
2015-11-04Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers
2015-10-27Remove configure test for ARM TLS descriptors support.Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-14[BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0Szabolcs Nagy