about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2015-02-18 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-182-17/+3
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-186-10/+14
* 2015-02-17 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-172-16/+16
* 2015-02-17 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-171-1/+1
* S390: Build failure due to nptl/pt-longjmp.c changes.Stefan Liebler2015-02-171-15/+4
* ia64: Remove custom lowlevellock.hTorvald Riegel2015-02-171-317/+0
* ia64: drop custom getpagesizeMike Frysinger2015-02-171-38/+0
* Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers2015-02-176-0/+18
* Fix remquo spurious overflows (bug 17978).Joseph Myers2015-02-166-12/+12
* Fix MIPS _ABIO64 -Werror=undef build.Joseph Myers2015-02-161-0/+4
* Fix MIPS _COMPILING_NEWLIB -Werror=undef build.Joseph Myers2015-02-163-3/+3
* Fix MIPS __mips_isa_rev -Werror=undef build.Joseph Myers2015-02-161-1/+1
* ia64: remove fixed page size macros and others [BZ #17792]Matthew Fortune2015-02-151-6/+0
* 2015-02-13 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-133-6/+6
* Add placeholder c++-types.data and *.abilist files.Roland McGrath2015-02-1311-0/+22
* Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers2015-02-131-1/+1
* NPTL: Initializer for .init_array-only configurations.Roland McGrath2015-02-131-0/+23
* Fix powerpc software sqrtf (bug 17967).Joseph Myers2015-02-131-11/+13
* Fix powerpc software sqrt (bug 17964).Joseph Myers2015-02-121-15/+18
* Use -Werror=undef for assembly code.Roland McGrath2015-02-122-8/+8
* Fix exp2 spurious underflows (bug 16560).Joseph Myers2015-02-124-2/+24
* powerpc: POWER7 strncpy optimization for unaligned stringRajalakshmi Srinivasaraghavan2015-02-121-2/+378