summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* powerpc: refactor strnlen and strlen IFUNC.Wainer dos Santos Moschetta2017-04-119-64/+40
* powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC.Wainer dos Santos Moschetta2017-04-1120-171/+88
* powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC.Wainer dos Santos Moschetta2017-04-1110-99/+54
* Support auxilliary vector components for cache geometries.Paul Clarke2017-04-112-0/+19
* manual: readdir, readdir64 are thread-safeFlorian Weimer2017-04-112-9/+26
* Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella2017-04-105-0/+11
* Add sysdeps/x86/dl-procinfo.cH.J. Lu2017-04-104-28/+61
* Remove unneeded declarations from math_private.hGabriel F. T. Gomes2017-04-104-20/+11
* Check for __mprotect failure in _dl_map_segments [BZ #20831]Dmitry V. Levin2017-04-092-8/+19
* Check if SSE is available with HAS_CPU_FEATUREH.J. Lu2017-04-0716-14/+39
* getopt: merge from gnulib: use angle-bracket includes consistentlyPaul Eggert2017-04-072-1/+5
* getopt: annotate files with relationship to gnulib.Zack Weinberg2017-04-078-9/+22
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-0711-187/+248
* getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg2017-04-073-1/+51
* getopt: merge from gnulib: alloca avoidanceZack Weinberg2017-04-073-127/+167