about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-1223-565/+172
* powerpc: refactor memcmp and memmove IFUNC.Wainer dos Santos Moschetta2017-04-116-52/+19
* powerpc: refactor memcpy and mempcpy IFUNC.Wainer dos Santos Moschetta2017-04-1114-119/+46
* powerpc: refactor memchr, memrchr, and rawmemchr IFUNC.Wainer dos Santos Moschetta2017-04-116-48/+21
* powerpc: refactor memset IFUNC.Wainer dos Santos Moschetta2017-04-1110-85/+32
* powerpc: refactor strcasestr and strstr IFUNC.Wainer dos Santos Moschetta2017-04-114-34/+14
* powerpc: refactor strchr, strchrnul, and strrchr IFUNC.Wainer dos Santos Moschetta2017-04-1111-97/+44
* powerpc: refactor strnlen and strlen IFUNC.Wainer dos Santos Moschetta2017-04-118-64/+28
* powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC.Wainer dos Santos Moschetta2017-04-1119-171/+65
* powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC.Wainer dos Santos Moschetta2017-04-119-99/+39
* Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella2017-04-104-0/+1
* Add sysdeps/x86/dl-procinfo.cH.J. Lu2017-04-103-28/+54
* Remove unneeded declarations from math_private.hGabriel F. T. Gomes2017-04-103-20/+2
* Check if SSE is available with HAS_CPU_FEATUREH.J. Lu2017-04-0715-14/+18
* getopt: remove USE_NONOPTION_FLAGSZack Weinberg2017-04-071-8/+0
* sparc: Fix .udiv plt on libcAdhemerval Zanella2017-04-064-0/+9
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-0610-11/+114
* powerpc64: Add POWER8 strnlenWainer dos Santos Moschetta2017-04-055-5/+473
* Remove CALL_THREAD_FCT macroAdhemerval Zanella2017-04-043-74/+0
* Remove __ASSUME_REQUEUE_PIAdhemerval Zanella2017-04-045-9/+0
* S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit.Stefan Liebler2017-04-041-4/+6
* posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger2017-04-031-0/+5
* Fix more test-errno issuesAdhemerval Zanella2017-03-301-2/+7
* Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes2017-03-301-1/+1
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-1/+1
* Consolidate set* Linux implementationAdhemerval Zanella2017-03-2864-379/+29
* Define more termios.h macros unconditionally for alpha (bug 21277).Joseph Myers2017-03-271-6/+3
* [AArch64] Update libm-test-ulpsSzabolcs Nagy2017-03-271-80/+88
* x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2017-03-212-6/+6
* conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).Joseph Myers2017-03-201-1/+1
* conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278).Joseph Myers2017-03-201-1/+1
* Fix alpha termios.h NL2, NL3 namespace (bug 21268).Joseph Myers2017-03-201-2/+4
* posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger2017-03-201-5/+6
* linux ttyname and ttyname_r: do not return wrong resultsChristian Brauner2017-03-193-8/+59
* conformtest: XFAIL tv_nsec tests for x32 (bug 16437).Joseph Myers2017-03-181-0/+5
* Fix sparc64 bits/setjmp.h namespace (bug 21261).Joseph Myers2017-03-182-21/+22
* Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu2017-03-171-2/+1
* Make alpha termios.h define IXANY unconditionally (bug 21259).Joseph Myers2017-03-171-1/+1
* conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786).Joseph Myers2017-03-171-0/+4
* conformtest: Add alpha XFAIL for struct netent n_net type (bug 21260).Joseph Myers2017-03-171-0/+5
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-14/+0
* Add ifunc support for aarch64.Steve Ellcey2017-03-157-0/+205
* x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger2017-03-151-1/+1
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-151-2/+2
* hppa: Fix setting of __libc_stack_endJohn David Anglin2017-03-151-5/+4
* Fix test-errno issuesAdhemerval Zanella2017-03-152-7/+41
* Fix test-math-vector-sincos.h aliasing.Joseph Myers2017-03-151-14/+14
* Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella2017-03-141-0/+2
* Remove _dl_platform_stringAndreas Schwab2017-03-146-36/+2
* hurd: Make send/recv more posixishSamuel Thibault2017-03-132-2/+10