about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clog10_downward ulps on hppa.John David Anglin2017-11-111-2/+2
* Add jmp_buf-macros.hH.J. Lu2017-11-0924-0/+144
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-0718-7/+64
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-0716-0/+128
* Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2017-11-072-7/+111
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-071-1/+1
* Cleanup Linux sigqueue implementationAdhemerval Zanella2017-11-061-8/+2
* Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella2017-11-064-118/+13
* arm: Implement memchr ifunc selection in CAdhemerval Zanella2017-11-068-285/+286
* arm: Implement memcpy ifunc selection in CAdhemerval Zanella2017-11-069-82/+124
* Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers2017-11-061-1/+2
* aarch64: Guess L1 cache linesize for aarch64Richard Henderson2017-11-031-0/+55
* aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy2017-11-031-54/+51
* arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy2017-11-034-209/+2
* arm: Remove unnecessary volatile qualifierSzabolcs Nagy2017-11-031-2/+1
* [BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy2017-11-031-9/+15
* [BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy2017-11-031-31/+3
* aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy2017-11-034-342/+1
* aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy2017-11-031-5/+14
* test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer2017-11-021-38/+38
* x86: Add sysdeps/x86/sysdep.hH.J. Lu2017-11-013-85/+71
* Remove useless #ifdefs from Linux sig*.c syscallsYury Norov2017-10-314-32/+4
* Consolidate Linux sigpending() implementationYury Norov2017-10-314-141/+0
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3196-193/+28
* [PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra2017-10-311-2/+4
* [PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra2017-10-311-1/+3
* [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra2017-10-314-0/+8
* [PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra2017-10-311-2/+0
* [PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra2017-10-311-3/+5
* sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu2017-10-301-1/+1
* Reformat sysdeps/x86/libc-start.cH.J. Lu2017-10-301-3/+3
* i586: Use conditional branches in strcpy.S [BZ #22353]H.J. Lu2017-10-301-17/+11
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-10-271-6/+6
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-10-252-96/+96
* Replace "if if " with "if " in commentsH.J. Lu2017-10-255-6/+6
* Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers2017-10-241-2/+6
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-10-231-5/+5
* aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2017-10-231-0/+8
* aarch64: Implement math acceleration via builtinsMichael Collison2017-10-2330-288/+250
* PowerPC64 power8 strncpy cfi fixesAlan Modra2017-10-231-13/+14
* PowerPC64 power7 strncpy stack handling and cfiAlan Modra2017-10-231-10/+13
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-228-401/+66
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-228-72/+49
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-10-223-1/+45
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-229-143/+62
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-227-54/+46
* x86-64: Add exp2f with FMAH.J. Lu2017-10-223-1/+42
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-2212-442/+35