| Commit message (Expand) | Author | Age | Files | Lines |
* | Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h. | Joseph Myers | 2017-05-01 | 1 | -0/+1 |
* | Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h. | Joseph Myers | 2017-05-01 | 1 | -1/+3 |
* | powerpc: Fix logbl on power7 [BZ# 21280] | Tulio Magno Quites Machado Filho | 2017-04-28 | 1 | -6/+18 |
* | powerpc64le: Create divergent sysdep directory for powerpc64le. | Paul E. Murphy | 2017-04-28 | 19 | -0/+21 |
* | Add earlyclobber to sqrtt/sqrtf insns. | Uros Bizjak | 2017-04-26 | 1 | -4/+4 |
* | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 2017-04-25 | 1 | -6/+1 |
* | posix: Remove ununsed posix_spawn internal assignment | Adhemerval Zanella | 2017-04-25 | 1 | -16/+14 |
* | [BZ 21340] add support for POSIX_SPAWN_SETSID | Adhemerval Zanella | 2017-04-25 | 3 | -1/+13 |
* | Macroize function declarations in math_private.h | Gabriel F. T. Gomes | 2017-04-24 | 2 | -170/+146 |
* | S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m... | Stefan Liebler | 2017-04-21 | 2 | -103/+160 |
* | S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ... | Stefan Liebler | 2017-04-21 | 2 | -72/+114 |
* | S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m... | Stefan Liebler | 2017-04-21 | 2 | -95/+150 |
* | S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c. | Stefan Liebler | 2017-04-21 | 2 | -29/+17 |
* | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer | 2017-04-19 | 3 | -3/+3 |
* | Assume that accept4 is always available and works | Florian Weimer | 2017-04-19 | 7 | -83/+18 |
* | Fix bits/socket.h IOC* namespace issues (bug 21267). | Joseph Myers | 2017-04-18 | 1 | -0/+35 |
* | x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396] | H.J. Lu | 2017-04-18 | 10 | -1/+24 |
* | x86: Set Prefer_No_VZEROUPPER if AVX512ER is available | H.J. Lu | 2017-04-18 | 2 | -2/+21 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 6 | -79/+11 |
* | Assume that dup3 is available | Florian Weimer | 2017-04-18 | 3 | -3/+0 |
* | Assume that pipe2 is always available | Florian Weimer | 2017-04-18 | 1 | -1/+0 |
* | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 2017-04-18 | 5 | -1/+510 |
* | [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutex | Rabin Vincent | 2017-04-17 | 1 | -1/+3 |
* | Assume that O_NOFOLLOW is always defined | Florian Weimer | 2017-04-13 | 1 | -2/+0 |
* | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-04-13 | 4 | -2/+40 |
* | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 2017-04-12 | 23 | -565/+172 |
* | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 6 | -52/+19 |
* | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 14 | -119/+46 |
* | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 6 | -48/+21 |
* | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 10 | -85/+32 |
* | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 4 | -34/+14 |
* | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 11 | -97/+44 |
* | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 8 | -64/+28 |
* | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 19 | -171/+65 |
* | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 9 | -99/+39 |
* | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 2017-04-10 | 4 | -0/+1 |
* | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 2017-04-10 | 3 | -28/+54 |
* | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 2017-04-10 | 3 | -20/+2 |
* | Check if SSE is available with HAS_CPU_FEATURE | H.J. Lu | 2017-04-07 | 15 | -14/+18 |
* | getopt: remove USE_NONOPTION_FLAGS | Zack Weinberg | 2017-04-07 | 1 | -8/+0 |
* | sparc: Fix .udiv plt on libc | Adhemerval Zanella | 2017-04-06 | 4 | -0/+9 |
* | Build divdi3 only for architecture that required it | Adhemerval Zanella | 2017-04-06 | 10 | -11/+114 |
* | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta | 2017-04-05 | 5 | -5/+473 |
* | Remove CALL_THREAD_FCT macro | Adhemerval Zanella | 2017-04-04 | 3 | -74/+0 |
* | Remove __ASSUME_REQUEUE_PI | Adhemerval Zanella | 2017-04-04 | 5 | -9/+0 |
* | S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit. | Stefan Liebler | 2017-04-04 | 1 | -4/+6 |
* | posix_spawn: use a larger min stack for -fstack-check [BZ #21253] | Mike Frysinger | 2017-04-03 | 1 | -0/+5 |
* | Fix more test-errno issues | Adhemerval Zanella | 2017-03-30 | 1 | -2/+7 |
* | Change return type in the declaration of __ieee754_rem_pio2l | Gabriel F. T. Gomes | 2017-03-30 | 1 | -1/+1 |
* | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 2017-03-29 | 1 | -1/+1 |