aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Fix then/than typos.Ondřej Bílka5-19/+19
2013-08-30Fix typos.Ondřej Bílka12-12/+12
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka2-109/+0
2013-08-29Remove aix specific files.Ondřej Bílka9-869/+0
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge2-1/+17
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault1-2/+2
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge2-23/+48
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge1-4/+4
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge5-20/+41
2013-08-29Fix typos.Ondřej Bílka7-7/+7
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar1-1/+1
2013-08-27True stub __ifreq.Roland McGrath1-0/+79
2013-08-27Clean up __libc_sa_len helper.Roland McGrath3-66/+13
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath1-358/+0
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath1-1/+17
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2-0/+24
2013-08-21Fix typos.Ondřej Bílka21-26/+26
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva3-0/+12
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella4-2/+123
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers1-3/+1
2013-08-20Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers1-0/+1
2013-08-20Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers1-3/+2
2013-08-20 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel1-1/+2
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer6-14/+34
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab1-1/+1
2013-07-23PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella4-0/+129
2013-07-22S/390: ULPs update.Andreas Krebbel1-141/+6285
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2-5/+8
2013-07-20Update Sparc ULPs.David S. Miller1-0/+5
2013-07-16BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell1-2/+9
2013-07-07Full from-scratch rebuild of sparc ULPs.David S. Miller1-238/+73
2013-07-05Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1.Jeroen Albers2-16/+523
2013-07-04Update powerpc-fpu ULPs.Adhemerval Zanella1-22/+146
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger4-5/+80
2013-07-03Update i386 ULPs.Allan McRae1-0/+80
2013-07-02Update sparc ULPs.David S. Miller1-0/+46
2013-07-02Update x86_64 ULPs.Markus Trippelsdorf1-2/+318
2013-07-02Regenerate x86 and x86_64 ulps.Joseph Myers2-1593/+129
2013-07-02Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2-6/+0
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva5-15/+37
2013-06-28PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold5-22/+67
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold8-7/+27
2013-06-28Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers1-1/+1
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva1-4/+2
2013-06-24[BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger1-0/+26
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold6-3/+16
2013-06-22Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers1-0/+1
2013-06-21Add sh4 implementation of fegetexceptflag.Kaz Kojima1-0/+38
2013-06-17Rewrite sysd-rules generation using an awk script.Roland McGrath1-1/+1
2013-06-15Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers1-2/+15