Age | Commit message (Expand) | Author | Files | Lines |
2012-04-21 | Update name and email address | Andreas Jaeger | 1 | -1/+1 |
2012-04-21 | Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. | Joseph Myers | 1 | -0/+5 |
2012-04-21 | Update sysdeps/x86_64/fpu/libm-test-ulps | Markus Trippelsdorf | 1 | -0/+5 |
2012-04-21 | Put vm86 into libc.a | Nix | 1 | -0/+6 |
2012-04-20 | Remove unused sysdeps/unix/common/lxstat.c. | Joseph Myers | 1 | -0/+3 |
2012-04-20 | Remove sysdeps/unix/sysv/Makefile. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/sysv/direct.h. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/sysv/bits/*.h. | Joseph Myers | 1 | -0/+8 |
2012-04-20 | Remove unused sysdeps/unix/sysv/setrlimit.c. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/xmknod.c. | Joseph Myers | 1 | -0/+3 |
2012-04-20 | Remove unused sysdeps/unix/sysv/settimeofday.c. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/sysv/i386/time.S. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/{xstat,fxstat}.c. | Joseph Myers | 1 | -0/+4 |
2012-04-20 | Remove unused sysdeps/unix/sysv/sigaction.c. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/sysv termio code. | Joseph Myers | 1 | -0/+14 |
2012-04-20 | Remove unused sysdeps/unix/siglist.c. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/getppid.S. | Joseph Myers | 1 | -0/+2 |
2012-04-20 | Remove unused sysdeps/unix/{mkdir.c,rmdir.c}. | Joseph Myers | 1 | -0/+5 |
2012-04-19 | Fix computation of inflated errlist size | Andreas Schwab | 1 | -0/+7 |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | 1 | -0/+19 |
2012-04-18 | Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap. | Will Schmidt | 1 | -0/+6 |
2012-04-18 | Further simplify power6 wordcopy by removing switch statements. | Will Schmidt | 1 | -0/+9 |
2012-04-18 | Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros. | Will Schmidt | 1 | -0/+8 |
2012-04-18 | Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 one | David S. Miller | 1 | -0/+4 |
2012-04-18 | Finish ilogb changes | Andreas Jaeger | 1 | -1/+20 |
2012-04-17 | There is no legitimate reason to override reg_char on sparc32. | David S. Miller | 1 | -0/+4 |
2012-04-18 | Remove useless __ilogb*_finite aliases | Andreas Schwab | 1 | -0/+9 |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 1 | -0/+31 |
2012-04-17 | Resolve __vector namespace conflict with Altivec. | Petr Baudis | 1 | -0/+5 |
2012-04-16 | Prevent warning in pldd. | Marek Polacek | 1 | -0/+4 |
2012-04-16 | Reverse arguments of fdivp in i386 code. | Marek Polacek | 1 | -0/+5 |
2012-04-13 | Check __ILP32__ instead of __LP64__ | H.J. Lu | 1 | -0/+13 |
2012-04-13 | Add __ILP32__ check when defining __WORDSIZE | H.J. Lu | 1 | -0/+5 |
2012-04-13 | Fix variable check in sparc clock frequency probing. | Antoine Balestrat | 1 | -0/+5 |
2012-04-13 | "Gallegan" should be "Galician" | Chris Leonard | 1 | -0/+6 |
2012-04-12 | Update comment for _io_write_fn | Roland McGrath | 1 | -0/+5 |
2012-04-12 | Fix description of user provided write function | Petr Baudis | 1 | -0/+6 |
2012-04-11 | Update sparc libm ULPs. | David S. Miller | 1 | -0/+4 |
2012-04-11 | ignore ports/linuxthreads addon dirs | Mike Frysinger | 1 | -5/+10 |
2012-04-11 | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 1 | -1/+9 |
2012-04-11 | Add __snseconds_t and __SNSECONDS_T_TYPE | H.J. Lu | 1 | -0/+13 |
2012-04-11 | Fix times return value, CLK_TCK description | Andreas Jaeger | 1 | -0/+10 |
2012-04-10 | Fix ld.so regression. | David S. Miller | 1 | -0/+6 |
2012-04-10 | Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h> | H.J. Lu | 1 | -0/+6 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -0/+10 |
2012-04-10 | Merge commit '9904dc47c88d9592ec66e599075436' | Roland McGrath | 1 | -0/+6 |
2012-04-09 | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872). | Joseph Myers | 1 | -0/+8 |
2012-04-09 | Fix ctan, ctanh overflow (bug 11521). | Joseph Myers | 1 | -0/+16 |
2012-04-09 | Merge branch 'master' of git://sourceware.org/git/glibc | Andreas Jaeger | 1 | -0/+5 |
2012-04-09 | Fix missing clobber in i386 __sincos_code asm. | Roland McGrath | 1 | -0/+5 |