about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc64 configure messageAlan Modra2015-03-252-3/+3
* Add more tests of acos.Joseph Myers2015-03-252-12/+20
* Add more tests of expm1.Joseph Myers2015-03-252-16/+16
* Add more tests of cosh, sinh.Joseph Myers2015-03-242-18/+31
* Regenerate x86_64, x86 ulps from scratch.Joseph Myers2015-03-242-242/+39
* Add more tests of log2.Joseph Myers2015-03-242-8/+26
* pthread_setaffinity (Linux variant): Rewrite to use VLA instead of allocaFlorian Weimer2015-03-231-15/+18
* Remove HAVE_ASM_PPC_REL16 referencesAlan Modra2015-03-232-46/+3
* Fix warningsSamuel Thibault2015-03-218-16/+15
* Add missing dependencySamuel Thibault2015-03-211-1/+1
* ARM: Fix memcpy & memmove for [ARM_ALWAYS_BX]Roland McGrath2015-03-192-6/+26
* linux-generic: add a READMEChris Metcalf2015-03-191-0/+11
* Preserve bound registers in _dl_runtime_resolveH.J. Lu2015-03-161-0/+8
* m68k: fix 64-bit arithmetic in atomic operations (bug 18128)Andreas Schwab2015-03-141-8/+8
* ARM: Rewrite sysdeps/arm/tls-macros.hRoland McGrath2015-03-131-70/+64
* soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers2015-03-121-0/+2
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2015-03-124-24/+12
* S/390: Regenerate ULPsStefan Liebler2015-03-121-10/+29
* powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME defineAdhemerval Zanella2015-03-115-90/+12
* hppa: Fix feupdateenv and fesetexceptflag (Bug 18111).Carlos O'Donell2015-03-113-10/+34
* hppa: Fix feholdexcpt and fesetenv (Bug 18110).John David Anglin2015-03-112-8/+6
* hppa: Update libm-test-ulps.Carlos O'Donell2015-03-101-0/+925
* powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella2015-03-101-0/+1
* Update powerpc-fpu ULPs.Adhemerval Zanella2015-03-091-50/+66
* hurd: Make libc able to call pthread stubsSamuel Thibault2015-03-081-0/+6
* Fix aio_error thread-safety.Samuel Thibault2015-03-062-8/+49
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-0517-17/+17
* Define ETH_ALEN in generic <netinet/if_ether.h>.Roland McGrath2015-03-041-3/+3
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-031-20/+32
* Deglobalize internal variables in timer_routines.c.Roland McGrath2015-03-021-3/+3
* Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).Joseph Myers2015-03-023-0/+15
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-274-3/+9
* hppa: fix __O_SYNC to match the kernelJohn David Anglin2015-02-271-1/+1
* Add comment to CSTR macro in k_standard.c.Joseph Myers2015-02-271-0/+1
* Avoid -Wno-write-strings for k_standard.c.Joseph Myers2015-02-262-81/+54
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-266-12/+24
* Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2015-02-262-2/+2
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-268-3/+102
* Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers2015-02-261-3/+14
* Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers2015-02-261-4/+19
* powerpc: Fix memmove static buildAdhemerval Zanella2015-02-251-1/+3
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-253-21/+22
* in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang2015-02-251-4/+4
* Update timex.h for ADJ_SETOFFSET.Miroslav Lichvar2015-02-241-2/+3
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-253-4/+21
* Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers2015-02-244-4/+12
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-248-17/+17
* hppa: fix build failure with RTLD_PRIVATE_ERRNOMike Frysinger2015-02-241-0/+3
* s390: Use generic lowlevellock-futex.hStefan Liebler2015-02-202-325/+51
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-1812-25/+192