aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers11-21/+58
2017-04-25conformtest: Allow *_t in sys/socket.h.Joseph Myers2-0/+5
2017-04-25posix: Remove ununsed posix_spawn internal assignmentAdhemerval Zanella2-16/+19
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella9-2/+131
2017-04-24Macroize function declarations in math_private.hGabriel F. T. Gomes3-170/+154
2017-04-21S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler3-103/+169
2017-04-21S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ...Stefan Liebler3-72/+123
2017-04-21S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler3-95/+159
2017-04-21S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c.Stefan Liebler3-29/+25
2017-04-21manual: Document replacing malloc [BZ #20424]Florian Weimer2-0/+72
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers3-2/+29
2017-04-20Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella2-1/+6
2017-04-19nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2-1/+5
2017-04-19rcmd/rexec: Fix typo in commentFlorian Weimer3-2/+7
2017-04-19A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg4-0/+9
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer6-20/+41
2017-04-19Bug 21399: Fix CP1254 comment for U+00ECChristopher Chittleborough2-1/+6
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer9-10/+28
2017-04-19Assume that accept4 is always available and worksFlorian Weimer16-138/+230
2017-04-18conformtest: Enable tests when cross compiling.Joseph Myers2-2/+5
2017-04-18Fix bits/socket.h IOC* namespace issues (bug 21267).Joseph Myers2-0/+45
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu11-1/+45
2017-04-18x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu3-2/+42
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer27-565/+91
2017-04-18Assume that dup3 is availableFlorian Weimer9-82/+21
2017-04-18Assume that pipe2 is always availableFlorian Weimer6-96/+32
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer7-19/+17
2017-04-18powerpc64: strrchr optimization for power8Rajalakshmi Srinivasaraghavan6-1/+521
2017-04-17[BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutexRabin Vincent2-1/+9
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer6-24/+15
2017-04-13resolv: Remove EDNS fallback [BZ #21369]Florian Weimer5-64/+77
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer10-14/+652
2017-04-13resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer6-4/+260
2017-04-13resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer6-20/+24
2017-04-13powerpc: Optimized strncat for POWER8Rajalakshmi Srinivasaraghavan5-2/+50
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella25-584/+275
2017-04-12posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2-3/+10
2017-04-11powerpc: refactor memcmp and memmove IFUNC.Wainer dos Santos Moschetta7-52/+29
2017-04-11powerpc: refactor memcpy and mempcpy IFUNC.Wainer dos Santos Moschetta15-119/+64
2017-04-11powerpc: refactor memchr, memrchr, and rawmemchr IFUNC.Wainer dos Santos Moschetta7-48/+32
2017-04-11powerpc: refactor memset IFUNC.Wainer dos Santos Moschetta11-85/+46
2017-04-11powerpc: refactor strcasestr and strstr IFUNC.Wainer dos Santos Moschetta5-34/+22
2017-04-11powerpc: refactor strchr, strchrnul, and strrchr IFUNC.Wainer dos Santos Moschetta12-97/+60
2017-04-11powerpc: refactor strnlen and strlen IFUNC.Wainer dos Santos Moschetta9-64/+40
2017-04-11powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC.Wainer dos Santos Moschetta20-171/+88
2017-04-11powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC.Wainer dos Santos Moschetta10-99/+54
2017-04-11Support auxilliary vector components for cache geometries.Paul Clarke2-0/+19
2017-04-11manual: readdir, readdir64 are thread-safeFlorian Weimer2-9/+26
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella5-0/+11
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu4-28/+61