about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Fix TABORT encoding for little endianAdhemerval Zanella2015-02-121-1/+1
* Fix sincos errno setting (bug 15467).Joseph Myers2015-02-115-0/+15
* Remove sysdeps/mips soft-fp subdirectories.Joseph Myers2015-02-107-3/+0
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-101-2/+2
* powerpc: drop R_PPC_REL16 checkAdhemerval Zanella2015-02-102-44/+0
* powerpc: sysdeps/powerpc configure cleanupAdhemerval Zanella2015-02-102-54/+0
* powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella2015-02-097-119/+32
* powerpc: multiarch Makefile cleanup for powerpc32Adhemerval Zanella2015-02-091-4/+10
* powerpc: wordcopy/memmove cleanup for ppc64Adhemerval Zanella2015-02-095-95/+23
* powerpc: Remove POWER7 wordcopy ifuncAdhemerval Zanella2015-02-093-45/+9
* powerpc: Simplify bcopy default implementationAdhemerval Zanella2015-02-091-4/+6
* powerpc: multiarch Makefile cleanup for powerpc64Adhemerval Zanella2015-02-091-5/+10
* Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (bug 17...Andreas Schwab2015-02-091-1/+1
* hurd: fix unwind-resume.c buildSamuel Thibault2015-02-081-0/+4
* hurd: fix unwind-resume.c buildSamuel Thibault2015-02-081-0/+4
* hurd: fix tls.h buildSamuel Thibault2015-02-081-0/+2
* hurd: Ignore bytes beyond sockaddr length for AF_UNIXSamuel Thibault2015-02-084-8/+12
* hurd: add basic types for ioctlsSamuel Thibault2015-02-071-1/+22