aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-11-03aarch64: Guess L1 cache linesize for aarch64Richard Henderson1-0/+55
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy1-54/+51
2017-11-03arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy4-209/+2
2017-11-03arm: Remove unnecessary volatile qualifierSzabolcs Nagy1-2/+1
2017-11-03[BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy1-9/+15
2017-11-03[BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy1-31/+3
2017-11-03aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy4-342/+1
2017-11-03aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy1-5/+14
2017-11-02test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer1-38/+38
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu3-85/+71
2017-10-31Remove useless #ifdefs from Linux sig*.c syscallsYury Norov4-32/+4
2017-10-31Consolidate Linux sigpending() implementationYury Norov4-141/+0
2017-10-31[PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra96-193/+28
2017-10-31[PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra1-2/+4
2017-10-31[PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra1-1/+3
2017-10-31[PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra4-0/+8
2017-10-31[PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra1-2/+0
2017-10-31[PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra1-3/+5
2017-10-30sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu1-1/+1
2017-10-30Reformat sysdeps/x86/libc-start.cH.J. Lu1-3/+3
2017-10-30i586: Use conditional branches in strcpy.S [BZ #22353]H.J. Lu1-17/+11
2017-10-27i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu1-6/+6
2017-10-25powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2-96/+96
2017-10-25Replace "if if " with "if " in commentsH.J. Lu5-6/+6
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers1-2/+6
2017-10-23posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella1-5/+5
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy1-0/+8
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison30-288/+250
2017-10-23PowerPC64 power8 strncpy cfi fixesAlan Modra1-13/+14
2017-10-23PowerPC64 power7 strncpy stack handling and cfiAlan Modra1-10/+13
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu8-401/+66
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu8-72/+49
2017-10-22x86-64: Add powf with FMAH.J. Lu3-1/+49
2017-10-22x86-64: Add log2f with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add logf with FMAH.J. Lu3-1/+45
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu9-143/+62
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu7-54/+46
2017-10-22x86-64: Add exp2f with FMAH.J. Lu3-1/+42
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu12-442/+35
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu7-529/+29
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers5-0/+10
2017-10-20posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella1-6/+18
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu8-306/+230
2017-10-20m68k: Update elf_machine_load_address for static PIEH.J. Lu1-0/+6
2017-10-20m68k: Check PIC instead of SHARED in start.SH.J. Lu1-1/+1
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer4-1/+72
2017-10-19i386: Regenerate libm-test-ulpsH.J. Lu1-2/+2
2017-10-19Add MIPS bits/floatn.h.Joseph Myers1-0/+80
2017-10-19Install correct bits/long-double.h for MIPS64 (bug 22322).Joseph Myers1-0/+0
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu5-4/+103