Age | Commit message (Expand) | Author |
2013-08-29 | Use ELFOSABI_GNU instead of ELFOSABI_LINUX. | Thomas Schwinge |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge |
2013-08-29 | Fix typos. | Ondřej Bílka |
2013-08-28 | Use __glibc_unlikely instead of __builtin_expect (..., 0) | Siddhesh Poyarekar |
2013-08-27 | True stub __ifreq. | Roland McGrath |
2013-08-27 | Clean up __libc_sa_len helper. | Roland McGrath |
2013-08-27 | Replace generic bits/socket.h with 4.4 file. | Roland McGrath |
2013-08-27 | Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK. | Roland McGrath |
2013-08-27 | Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase... | Andreas Schwab |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-08-21 | i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp | Liubov Dmitrieva |
2013-08-20 | PowerPC: fix backtrace to handle signal trampolines | Adhemerval Zanella |
2013-08-20 | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers |
2013-08-20 | Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c. | Joseph Myers |
2013-08-20 | Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64. | Joseph Myers |
2013-08-20 | * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus): | Andreas Krebbel |
2013-08-16 | CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r | Florian Weimer |
2013-08-13 | Fix cbrtl for ldbl-96 | Andreas Schwab |
2013-07-23 | PowerPC: use _dl_static_init to set GLRO(gl_pagesize) | Adhemerval Zanella |
2013-07-22 | S/390: ULPs update. | Andreas Krebbel |
2013-07-21 | CVE-2013-2207, BZ #15755: Disable pt_chown. | Carlos O'Donell |
2013-07-20 | Update Sparc ULPs. | David S. Miller |
2013-07-16 | BZ #15711: Avoid circular dependency for syscall.h | Carlos O'Donell |
2013-07-07 | Full from-scratch rebuild of sparc ULPs. | David S. Miller |
2013-07-05 | Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1. | Jeroen Albers |
2013-07-04 | Update powerpc-fpu ULPs. | Adhemerval Zanella |
2013-07-04 | Sync sys/ptrace with Linux 3.10 | Andreas Jaeger |
2013-07-03 | Update i386 ULPs. | Allan McRae |
2013-07-02 | Update sparc ULPs. | David S. Miller |
2013-07-02 | Update x86_64 ULPs. | Markus Trippelsdorf |
2013-07-02 | Regenerate x86 and x86_64 ulps. | Joseph Myers |
2013-07-02 | Enable static 32-bit SSE4.2 strcasecmp/strncasecmp | H.J. Lu |
2013-06-28 | Skip SSE4.2 versions on Intel Silvermont | Liubov Dmitrieva |
2013-06-28 | PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8. | Ryan S. Arnold |
2013-06-28 | Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. | Ryan S. Arnold |
2013-06-28 | Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c. | Joseph Myers |
2013-06-26 | Fix buffers overrun in x86_64 memcmp-ssse3.S | Liubov Dmitrieva |
2013-06-24 | [BZ #10283] localedef: align fixed maps to SHMLBA | Mike Frysinger |
2013-06-24 | PowerPC: Enable POWER8 platform sans hwcap bits. | Ryan S. Arnold |
2013-06-22 | Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c. | Joseph Myers |
2013-06-21 | Add sh4 implementation of fegetexceptflag. | Kaz Kojima |
2013-06-17 | Rewrite sysd-rules generation using an awk script. | Roland McGrath |
2013-06-15 | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar |
2013-06-14 | Set fast unaligned load flag for new Intel microarchitecture | Liubov Dmitrieva |
2013-06-15 | Add rtld-memset.S for x86_64 | Siddhesh Poyarekar |
2013-06-13 | Improve precision of clock() function on Linux | Siddhesh Poyarekar |
2013-06-12 | Fix unsafe compiler optimization | Adhemerval Zanella |
2013-06-12 | Set/restore rounding mode only when needed | Siddhesh Poyarekar |
2013-06-11 | Add exception information to math-tests.h and use it in libm-test.inc. | Joseph Myers |