about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: support mmap with PROT_NONESamuel Thibault2015-02-071-2/+9
* hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault2015-02-073-3/+31
* hurd: fix build with pthread aioSamuel Thibault2015-02-071-1/+4
* ARM: Add missing sfi_breg in LDR_GLOBAL macro.Roland McGrath2015-02-061-2/+2
* NPTL: Build tests using clone directly only for Linux.Roland McGrath2015-02-064-1/+225
* x86: Clean up __vdso_clock_gettime variable.Roland McGrath2015-02-066-232/+6
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-0612-24/+4
* hppa: Sync with pthread.h.Carlos O'Donell2015-02-061-1/+1146
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-052-3/+3
* hppa: Remove warnings and fix conformance errors.Carlos O'Donell2015-02-0513-1212/+131
* Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2015-02-051-1/+1
* Fix two bugs in sparc atomics.David S. Miller2015-01-311-7/+8
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3117-703/+668
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-308-8/+17
* Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2015-01-291-0/+1
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-281-1/+9
* Disable 64-bit atomics for MIPS n32.Joseph Myers2015-01-281-1/+1
* powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella2015-01-281-1/+1
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-285-102/+24
* ia64: avoid set-but-not-used warningAndreas Schwab2015-01-251-0/+3
* m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab2015-01-251-10/+9
* m68k: fix missing definition of __feraiseexceptAndreas Schwab2015-01-251-0/+1
* m68k: force inlining bswap functionsAndreas Schwab2015-01-251-4/+4
* powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella2015-01-241-1/+4
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-241-1/+3
* Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2015-01-231-0/+2
* Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2015-01-231-0/+2