Age | Commit message (Expand) | Author | Files | Lines |
2017-04-27 | conformtest: Fix XPG standard naming. | Joseph Myers | 1 | -0/+67 |
2017-04-26 | Default build-many-glibcs.py to GCC 7 branch. | Joseph Myers | 1 | -0/+5 |
2017-04-26 | Add earlyclobber to sqrtt/sqrtf insns. | Uros Bizjak | 1 | -0/+6 |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 1 | -0/+18 |
2017-04-25 | conformtest: Allow *_t in sys/socket.h. | Joseph Myers | 1 | -0/+4 |
2017-04-25 | posix: Remove ununsed posix_spawn internal assignment | Adhemerval Zanella | 1 | -0/+5 |
2017-04-25 | [BZ 21340] add support for POSIX_SPAWN_SETSID | Adhemerval Zanella | 1 | -0/+15 |
2017-04-24 | Macroize function declarations in math_private.h | Gabriel F. T. Gomes | 1 | -0/+8 |
2017-04-21 | S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m... | Stefan Liebler | 1 | -0/+9 |
2017-04-21 | S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ... | Stefan Liebler | 1 | -0/+9 |
2017-04-21 | S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m... | Stefan Liebler | 1 | -0/+9 |
2017-04-21 | S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c. | Stefan Liebler | 1 | -0/+8 |
2017-04-21 | manual: Document replacing malloc [BZ #20424] | Florian Weimer | 1 | -0/+7 |
2017-04-20 | Do not use wildcard symbol names for public versions in Versions files. | Joseph Myers | 1 | -0/+20 |
2017-04-20 | Fix missing timespec definition for sys/stat.h (BZ #21371) | Adhemerval Zanella | 1 | -0/+5 |
2017-04-19 | nss_dns: Correct parentheses for the __glibc_unlikely argument | Florian Weimer | 1 | -0/+4 |
2017-04-19 | rcmd/rexec: Fix typo in comment | Florian Weimer | 1 | -0/+5 |
2017-04-19 | A third round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg | 1 | -0/+6 |
2017-04-19 | resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely | Florian Weimer | 1 | -0/+10 |
2017-04-19 | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer | 1 | -0/+13 |
2017-04-19 | Assume that accept4 is always available and works | Florian Weimer | 1 | -0/+32 |
2017-04-18 | conformtest: Enable tests when cross compiling. | Joseph Myers | 1 | -0/+5 |
2017-04-18 | Fix bits/socket.h IOC* namespace issues (bug 21267). | Joseph Myers | 1 | -0/+10 |
2017-04-18 | x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396] | H.J. Lu | 1 | -0/+21 |
2017-04-18 | x86: Set Prefer_No_VZEROUPPER if AVX512ER is available | H.J. Lu | 1 | -0/+21 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 1 | -0/+56 |
2017-04-18 | Assume that dup3 is available | Florian Weimer | 1 | -0/+14 |
2017-04-18 | Assume that pipe2 is always available | Florian Weimer | 1 | -0/+10 |
2017-04-18 | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 1 | -0/+9 |
2017-04-18 | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 1 | -0/+11 |
2017-04-17 | [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutex | Rabin Vincent | 1 | -0/+6 |
2017-04-13 | Assume that O_NOFOLLOW is always defined | Florian Weimer | 1 | -0/+10 |
2017-04-13 | resolv: Remove EDNS fallback [BZ #21369] | Florian Weimer | 1 | -0/+12 |
2017-04-13 | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 1 | -0/+21 |
2017-04-13 | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 1 | -0/+16 |
2017-04-13 | resolv: Remove internal and unused definitions from <resolv.h> | Florian Weimer | 1 | -0/+13 |
2017-04-13 | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 1 | -0/+10 |
2017-04-12 | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 1 | -0/+34 |
2017-04-12 | posix: Add cleanup on the trap list for globtest.sh | Adhemerval Zanella | 1 | -0/+4 |
2017-04-11 | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+10 |
2017-04-11 | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+18 |
2017-04-11 | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+11 |
2017-04-11 | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+14 |
2017-04-11 | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+8 |
2017-04-11 | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+16 |
2017-04-11 | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+12 |
2017-04-11 | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+23 |
2017-04-11 | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 1 | -0/+15 |
2017-04-11 | Support auxilliary vector components for cache geometries. | Paul Clarke | 1 | -0/+7 |
2017-04-11 | manual: readdir, readdir64 are thread-safe | Florian Weimer | 1 | -0/+6 |