| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing timespec definition for sys/stat.h (BZ #21371) | Adhemerval Zanella | 2017-04-20 | 2 | -1/+6 |
* | nss_dns: Correct parentheses for the __glibc_unlikely argument | Florian Weimer | 2017-04-19 | 2 | -1/+5 |
* | rcmd/rexec: Fix typo in comment | Florian Weimer | 2017-04-19 | 3 | -2/+7 |
* | A third round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg | 2017-04-19 | 4 | -0/+9 |
* | resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely | Florian Weimer | 2017-04-19 | 6 | -20/+41 |
* | Bug 21399: Fix CP1254 comment for U+00EC | Christopher Chittleborough | 2017-04-19 | 2 | -1/+6 |
* | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer | 2017-04-19 | 9 | -10/+28 |
* | Assume that accept4 is always available and works | Florian Weimer | 2017-04-19 | 16 | -138/+230 |
* | conformtest: Enable tests when cross compiling. | Joseph Myers | 2017-04-18 | 2 | -2/+5 |
* | Fix bits/socket.h IOC* namespace issues (bug 21267). | Joseph Myers | 2017-04-18 | 2 | -0/+45 |
* | x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396] | H.J. Lu | 2017-04-18 | 11 | -1/+45 |
* | x86: Set Prefer_No_VZEROUPPER if AVX512ER is available | H.J. Lu | 2017-04-18 | 3 | -2/+42 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 27 | -565/+91 |
* | Assume that dup3 is available | Florian Weimer | 2017-04-18 | 9 | -82/+21 |
* | Assume that pipe2 is always available | Florian Weimer | 2017-04-18 | 6 | -96/+32 |
* | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 2017-04-18 | 7 | -19/+17 |
* | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 2017-04-18 | 6 | -1/+521 |
* | [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutex | Rabin Vincent | 2017-04-17 | 2 | -1/+9 |
* | Assume that O_NOFOLLOW is always defined | Florian Weimer | 2017-04-13 | 6 | -24/+15 |
* | resolv: Remove EDNS fallback [BZ #21369] | Florian Weimer | 2017-04-13 | 5 | -64/+77 |
* | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 2017-04-13 | 10 | -14/+652 |
* | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 2017-04-13 | 6 | -4/+260 |
* | resolv: Remove internal and unused definitions from <resolv.h> | Florian Weimer | 2017-04-13 | 6 | -20/+24 |
* | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-04-13 | 5 | -2/+50 |
* | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 2017-04-12 | 25 | -584/+275 |
* | posix: Add cleanup on the trap list for globtest.sh | Adhemerval Zanella | 2017-04-12 | 2 | -3/+10 |
* | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 7 | -52/+29 |
* | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 15 | -119/+64 |
* | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 7 | -48/+32 |
* | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 11 | -85/+46 |
* | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 5 | -34/+22 |
* | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 12 | -97/+60 |
* | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 9 | -64/+40 |
* | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 20 | -171/+88 |
* | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 10 | -99/+54 |
* | Support auxilliary vector components for cache geometries. | Paul Clarke | 2017-04-11 | 2 | -0/+19 |
* | manual: readdir, readdir64 are thread-safe | Florian Weimer | 2017-04-11 | 2 | -9/+26 |
* | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 2017-04-10 | 5 | -0/+11 |
* | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 2017-04-10 | 4 | -28/+61 |
* | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 2017-04-10 | 4 | -20/+11 |
* | Check for __mprotect failure in _dl_map_segments [BZ #20831] | Dmitry V. Levin | 2017-04-09 | 2 | -8/+19 |
* | Check if SSE is available with HAS_CPU_FEATURE | H.J. Lu | 2017-04-07 | 16 | -14/+39 |
* | getopt: merge from gnulib: use angle-bracket includes consistently | Paul Eggert | 2017-04-07 | 2 | -1/+5 |
* | getopt: annotate files with relationship to gnulib. | Zack Weinberg | 2017-04-07 | 8 | -9/+22 |
* | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 2017-04-07 | 11 | -187/+248 |
* | getopt: merge _GL_UNUSED annotations from gnulib | Zack Weinberg | 2017-04-07 | 3 | -1/+51 |
* | getopt: merge from gnulib: alloca avoidance | Zack Weinberg | 2017-04-07 | 3 | -127/+167 |
* | getopt: refactor long-option handling | Zack Weinberg | 2017-04-07 | 3 | -305/+219 |
* | getopt: tidy up _getopt_initialize a bit | Zack Weinberg | 2017-04-07 | 3 | -16/+10 |
* | getopt: merge from gnulib: function prototype adjustments | Zack Weinberg | 2017-04-07 | 5 | -65/+102 |