summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* <bits/syscall.h>: Use an arch-independent system call list on Linuxfw/syscall-listFlorian Weimer2017-05-016-68/+831
* powerpc: Fix logbl on power7 [BZ# 21280]Tulio Magno Quites Machado Filho2017-04-282-6/+25
* powerpc64le: Create divergent sysdep directory for powerpc64le.Paul E. Murphy2017-04-2820-0/+43
* conformtest: Allow time.h inclusion from semaphore.h for XOPEN2K.Joseph Myers2017-04-283-2/+10
* conformtest: Fix XPG standard naming.Joseph Myers2017-04-2764-224/+291
* Default build-many-glibcs.py to GCC 7 branch.Joseph Myers2017-04-262-1/+6
* Add earlyclobber to sqrtt/sqrtf insns.Uros Bizjak2017-04-262-4/+10
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-2511-21/+58
* conformtest: Allow *_t in sys/socket.h.Joseph Myers2017-04-252-0/+5
* posix: Remove ununsed posix_spawn internal assignmentAdhemerval Zanella2017-04-252-16/+19
* [BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella2017-04-259-2/+131
* Macroize function declarations in math_private.hGabriel F. T. Gomes2017-04-243-170/+154
* S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2017-04-213-103/+169
* S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ...Stefan Liebler2017-04-213-72/+123
* S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2017-04-213-95/+159
* S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c.Stefan Liebler2017-04-213-29/+25
* manual: Document replacing malloc [BZ #20424]Florian Weimer2017-04-212-0/+72
* Do not use wildcard symbol names for public versions in Versions files.Joseph Myers2017-04-203-2/+29
* Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella2017-04-202-1/+6
* nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2017-04-192-1/+5
* rcmd/rexec: Fix typo in commentFlorian Weimer2017-04-193-2/+7
* A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-04-194-0/+9
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-196-20/+41
* Bug 21399: Fix CP1254 comment for U+00ECChristopher Chittleborough2017-04-192-1/+6
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-199-10/+28
* Assume that accept4 is always available and worksFlorian Weimer2017-04-1916-138/+230
* conformtest: Enable tests when cross compiling.Joseph Myers2017-04-182-2/+5
* Fix bits/socket.h IOC* namespace issues (bug 21267).Joseph Myers2017-04-182-0/+45
* x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu2017-04-1811-1/+45
* x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu2017-04-183-2/+42
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-1827-565/+91
* Assume that dup3 is availableFlorian Weimer2017-04-189-82/+21
* Assume that pipe2 is always availableFlorian Weimer2017-04-186-96/+32
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-187-19/+17
* powerpc64: strrchr optimization for power8Rajalakshmi Srinivasaraghavan2017-04-186-1/+521
* [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutexRabin Vincent2017-04-172-1/+9
* Assume that O_NOFOLLOW is always definedFlorian Weimer2017-04-136-24/+15
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-135-64/+77
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-1310-14/+652
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2017-04-136-4/+260
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-136-20/+24
* powerpc: Optimized strncat for POWER8Rajalakshmi Srinivasaraghavan2017-04-135-2/+50
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-1225-584/+275
* posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2017-04-122-3/+10
* powerpc: refactor memcmp and memmove IFUNC.Wainer dos Santos Moschetta2017-04-117-52/+29
* powerpc: refactor memcpy and mempcpy IFUNC.Wainer dos Santos Moschetta2017-04-1115-119/+64
* powerpc: refactor memchr, memrchr, and rawmemchr IFUNC.Wainer dos Santos Moschetta2017-04-117-48/+32
* powerpc: refactor memset IFUNC.Wainer dos Santos Moschetta2017-04-1111-85/+46
* powerpc: refactor strcasestr and strstr IFUNC.Wainer dos Santos Moschetta2017-04-115-34/+22
* powerpc: refactor strchr, strchrnul, and strrchr IFUNC.Wainer dos Santos Moschetta2017-04-1112-97/+60