aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-11-11Fix clog10_downward ulps on hppa.John David Anglin1-2/+2
2017-11-09Add jmp_buf-macros.hH.J. Lu24-0/+144
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella18-7/+64
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella16-0/+128
2017-11-07Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2-7/+111
2017-11-07powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan1-1/+1
2017-11-06Cleanup Linux sigqueue implementationAdhemerval Zanella1-8/+2
2017-11-06Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella4-118/+13
2017-11-06arm: Implement memchr ifunc selection in CAdhemerval Zanella8-285/+286
2017-11-06arm: Implement memcpy ifunc selection in CAdhemerval Zanella9-82/+124
2017-11-06Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers1-1/+2
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