aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2017-11-03aarch64: Guess L1 cache linesize for aarch64Richard Henderson
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy
2017-11-03arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy
2017-11-03arm: Remove unnecessary volatile qualifierSzabolcs Nagy
2017-11-03[BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy
2017-11-03[BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy
2017-11-03aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy
2017-11-03aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy
2017-11-02test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu
2017-10-31Remove useless #ifdefs from Linux sig*.c syscallsYury Norov
2017-10-31Consolidate Linux sigpending() implementationYury Norov
2017-10-31[PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra
2017-10-31[PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra
2017-10-31[PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra
2017-10-31[PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra
2017-10-31[PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra
2017-10-31[PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra
2017-10-30sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu
2017-10-30Reformat sysdeps/x86/libc-start.cH.J. Lu
2017-10-30i586: Use conditional branches in strcpy.S [BZ #22353]H.J. Lu
2017-10-27i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu
2017-10-25powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan
2017-10-25Replace "if if " with "if " in commentsH.J. Lu
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers
2017-10-23posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison
2017-10-23PowerPC64 power8 strncpy cfi fixesAlan Modra
2017-10-23PowerPC64 power7 strncpy stack handling and cfiAlan Modra
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu
2017-10-22x86-64: Add powf with FMAH.J. Lu
2017-10-22x86-64: Add log2f with FMAH.J. Lu
2017-10-22x86-64: Add logf with FMAH.J. Lu
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu
2017-10-22x86-64: Add exp2f with FMAH.J. Lu
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-20posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu
2017-10-20m68k: Update elf_machine_load_address for static PIEH.J. Lu
2017-10-20m68k: Check PIC instead of SHARED in start.SH.J. Lu
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer
2017-10-19i386: Regenerate libm-test-ulpsH.J. Lu
2017-10-19Add MIPS bits/floatn.h.Joseph Myers
2017-10-19Install correct bits/long-double.h for MIPS64 (bug 22322).Joseph Myers
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu