aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-18Finish ilogb changesAndreas Jaeger5-13/+6
2012-04-17There is no legitimate reason to override reg_char on sparc32.David S. Miller1-20/+0
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab6-6/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella10-23/+46
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek1-2/+2
2012-04-13Check __ILP32__ instead of __LP64__H.J. Lu3-3/+3
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu1-1/+1
2012-04-13Fix variable check in sparc clock frequency probing.Antoine Balestrat1-1/+1
2012-04-11Update sparc libm ULPs.David S. Miller1-10/+124
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu4-0/+4
2012-04-10Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu1-32/+53
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar1-1/+4
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2-24/+38
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers2-20/+128
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath1-7/+7