aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-15New API to set default thread attributesSiddhesh Poyarekar10-0/+40
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva1-0/+7
2013-06-15Add rtld-memset.S for x86_64Siddhesh Poyarekar2-1/+37
2013-06-13Improve precision of clock() function on LinuxSiddhesh Poyarekar1-20/+16
2013-06-12Fix unsafe compiler optimizationAdhemerval Zanella2-1/+8
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar2-14/+214
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-11PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2-11/+35
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar6-14/+15
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-08Avoid trailing whitespace in sysdeps/gnu/errlist.c.Joseph Myers2-10/+10
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers21-27/+27
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers7-16/+16
2013-06-06Fix leading whitespaces.Ondrej Bilka42-83/+83