aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Update powerpc ABI dataAndreas Schwab9-14/+625
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers8-60/+16
2012-05-01Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2-6/+6
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers5-11/+41
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers5-0/+352
2012-04-28Fix formatting of denormal IBM long double numbersAndreas Schwab1-6/+8
2012-04-28Add missed zero length files in previous abilist commit.David S. Miller8-0/+0
2012-04-28Move abilist files into sysdep dirs.David S. Miller116-0/+29662
2012-04-26Remove unused sysdeps/unix/i386 files.Joseph Myers7-180/+0
2012-04-26Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/.Joseph Myers1-0/+0
2012-04-26Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521).Adhemerval Zanella4-33/+138
2012-04-26Fix missing long-double compat symbols on sparc v9.David S. Miller14-0/+85
2012-04-25Restore non-v9 32-bit sparc build.David S. Miller1-1/+33
2012-04-26move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar3-6/+4
2012-04-25Delete everything under sysdeps/unix/sparc/David S. Miller10-299/+73
2012-04-25SH: Replace <endian.h> usage with pre-processor macros.Chung-Lin Tang2-8/+6
2012-04-24Remove unused fork implementations.Joseph Myers3-94/+0
2012-04-24Remove unused sysdeps/unix/system.c.Joseph Myers2-4/+0
2012-04-24Remove unused sysdeps/unix/getegid.S and sysdeps/unix/geteuid.S.Joseph Myers2-58/+0
2012-04-24Hurd: fix symlink/symlinkat error case not to do an extraneous __mach_port_de...Roland McGrath2-23/+28
2012-04-24Correct powerpc64 s_floorl edge cases (bug 13886).Adhemerval Zanella2-133/+13
2012-04-24Remove unused sysdeps/unix/{,sysv/}getdents.c.Joseph Myers3-74/+0
2012-04-24Merge sysdeps/unix/mman into sysdeps/unix.Joseph Myers4-18/+5
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers1-0/+0
2012-04-23Remove unused sysdeps/unix/execve.S.Joseph Myers1-32/+0
2012-04-23Remove unused sysdeps/unix/_exit.S.Joseph Myers1-24/+0
2012-04-21Remove last distribute variableAndreas Jaeger1-2/+0
2012-04-21Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.Joseph Myers2-6/+1
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf1-0/+6
2012-04-21Put vm86 into libc.aNix1-1/+1
2012-04-20Remove unused sysdeps/unix/common/lxstat.c.Joseph Myers2-39/+0
2012-04-20Remove sysdeps/unix/sysv/Makefile.Joseph Myers1-19/+0
2012-04-20Remove unused sysdeps/unix/sysv/direct.h.Joseph Myers1-10/+0
2012-04-20Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers7-350/+0
2012-04-20Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers1-56/+0
2012-04-20Remove unused sysdeps/unix/xmknod.c.Joseph Myers2-42/+0
2012-04-20Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers1-47/+0
2012-04-20Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers1-29/+0
2012-04-20Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers3-79/+0
2012-04-20Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers1-83/+0
2012-04-20Remove unused sysdeps/unix/sysv termio code.Joseph Myers10-787/+1
2012-04-20Remove unused sysdeps/unix/siglist.c.Joseph Myers1-61/+0
2012-04-20Remove unused sysdeps/unix/getppid.S.Joseph Myers1-29/+0
2012-04-20Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers2-174/+0
2012-04-19Fix computation of inflated errlist sizeAndreas Schwab2-3/+3
2012-04-18Remove all traces of reg_char.David S. Miller1-3/+0
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt1-0/+119
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt2-72/+4
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt2-272/+79
2012-04-18Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller1-1/+0