aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2012-04-24Merge sysdeps/unix/mman into sysdeps/unix.Joseph Myers
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers
2012-04-23Remove unused sysdeps/unix/execve.S.Joseph Myers
2012-04-23Remove unused sysdeps/unix/_exit.S.Joseph Myers
2012-04-21Remove last distribute variableAndreas Jaeger
2012-04-21Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.Joseph Myers
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf
2012-04-21Put vm86 into libc.aNix
2012-04-20Remove unused sysdeps/unix/common/lxstat.c.Joseph Myers
2012-04-20Remove sysdeps/unix/sysv/Makefile.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/direct.h.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/xmknod.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers
2012-04-20Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv termio code.Joseph Myers
2012-04-20Remove unused sysdeps/unix/siglist.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/getppid.S.Joseph Myers
2012-04-20Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers
2012-04-19Fix computation of inflated errlist sizeAndreas Schwab
2012-04-18Remove all traces of reg_char.David S. Miller
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt
2012-04-18Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller
2012-04-18Finish ilogb changesAndreas Jaeger
2012-04-17There is no legitimate reason to override reg_char on sparc32.David S. Miller
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek
2012-04-13Check __ILP32__ instead of __LP64__H.J. Lu
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu
2012-04-13Fix variable check in sparc clock frequency probing.Antoine Balestrat
2012-04-11Update sparc libm ULPs.David S. Miller
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu
2012-04-10Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath
2012-04-09Fix missing overflow exceptions from pow (bug 13873).Joseph Myers
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers
2012-04-08Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno
2012-04-08memset: also update copyright yearsMike Frysinger
2012-04-07memset: fix define usage for shared libsMike Frysinger
2012-04-07Handle some new sparc relocation types.David S. Miller
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu