Age | Commit message (Expand) | Author | Files | Lines |
2012-04-02 | Tighten up vfprintf width, precision, and total length overflow handling. | David S. Miller | 5 | -39/+147 |
2012-04-02 | Testsuite #include fixes. | Thomas Schwinge | 5 | -3/+16 |
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 6 | -6/+33 |
2012-04-01 | Updated Vietnamese translation | Ulrich Drepper | 2 | -693/+996 |
2012-04-01 | Updated Russian translations | Ulrich Drepper | 2 | -1/+5 |
2012-03-31 | Merge copyright years in resolv/nss_dns/dns-host.c | Siddhesh Poyarekar | 2 | -1/+5 |
2012-03-30 | optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S | Liubov Dmitrieva | 2 | -536/+1456 |
2012-03-30 | Consider TTL of CNAME record and return minimum TTL in the chain | Siddhesh Poyarekar | 3 | -4/+26 |
2012-03-30 | * resolv/nss_dns/dns-host.c: Update copyright year. | Jeff Law | 2 | -1/+3 |
2012-03-30 | 2012-03-29 Jeff Law <law@redhat.com> | Jeff Law | 4 | -11/+93 |
2012-03-30 | Better error handling for sendmmsg use in res_send | Ulrich Drepper | 1 | -5/+7 |
2012-03-30 | Correct check for DNS request send success | Ulrich Drepper | 2 | -2/+2 |
2012-03-30 | Speed up DNS by avoiding a system call if possible | Ulrich Drepper | 2 | -17/+86 |
2012-03-30 | Comment fixes for mmsghdr | Ulrich Drepper | 2 | -3/+9 |
2012-03-30 | Fix a bug when converting strings with 1 character using TCVN5712-1 | Tulio Magno Quites Machado Filho | 5 | -7/+99 |
2012-03-29 | Remove xsputn small copy optimization. | David S. Miller | 2 | -15/+9 |
2012-03-29 | [BZ #13761] | Jeff Law | 3 | -18/+69 |
2012-03-28 | Optimize mempcpy on sparc. | David S. Miller | 9 | -13/+124 |
2012-03-28 | Do not elide the libc hidden def of sparc's memset/memcpy when multiarching. | David S. Miller | 3 | -10/+14 |
2012-03-28 | Use generic memset/memcpy in rtld on sparcv9/sparc64. | David S. Miller | 9 | -0/+17 |
2012-03-28 | Fix bugs and improve performance of niagara memset/bzero. | David S. Miller | 2 | -4/+53 |
2012-03-28 | Make sparc's -fPIC addition to ASFLAGS-.os more robust. | David S. Miller | 4 | -6/+9 |
2012-03-28 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 3 | -4/+17 |
2012-03-28 | Avoid warnings in test malloc program | Ulrich Drepper | 2 | -9/+16 |
2012-03-28 | [BZ #13760] | Jeff Law | 3 | -4/+17 |
2012-03-28 | Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866). | Joseph Myers | 8 | -27/+436 |
2012-03-28 | Bug 3868 also fixed by __kernel_standard_l changes. | Joseph Myers | 2 | -2/+3 |
2012-03-28 | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 30 | -66/+197 |
2012-03-28 | Fix whitespace | Andreas Jaeger | 2 | -2/+1 |
2012-03-28 | Regenerate configure files | Andreas Jaeger | 6 | -18/+456 |
2012-03-28 | Remove sysdeps/elf support from configure. | Andreas Jaeger | 1 | -18/+1 |
2012-03-28 | Move sysdeps/s390/s390-64/elf files | Andreas Jaeger | 9 | -277/+30 |
2012-03-28 | Move sysdeps/s390/s390-32/elf files | Andreas Jaeger | 9 | -310/+29 |
2012-03-28 | Fix sparc64/elf merge | David S. Miller | 1 | -3/+3 |
2012-03-28 | Move sysdeps/sparc/{,sparc32,sparc64}/elf files | Andreas Jaeger | 9 | -261/+80 |
2012-03-28 | Move sysdeps/powerpc/elf files | Andreas Jaeger | 2 | -0/+0 |
2012-03-28 | Move sysdeps/powerpc/powerpc32/elf files | Andreas Jaeger | 5 | -165/+34 |
2012-03-28 | Move sysdeps/powerpc/powerpc64/elf files | Andreas Jaeger | 8 | -214/+63 |
2012-03-28 | Delete sysdeps/sh/elf | Andreas Jaeger | 3 | -3/+2 |
2012-03-28 | Fix last commit | Andreas Jaeger | 2 | -30/+24 |
2012-03-27 | Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc. | Anton Blanchard | 5 | -7/+20 |
2012-03-27 | Run conformtest script explicitly using BASH. | David S. Miller | 2 | -1/+3 |
2012-03-27 | Fix nptl/tst-cond1{6,7,8}.c on 32-bit with many cpus. | David S. Miller | 3 | -4/+22 |
2012-03-27 | Regenerate | Andreas Jaeger | 1 | -1/+0 |
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | 21 | -882/+836 |
2012-03-26 | Update powerpc libm test ULPs | Andreas Schwab | 2 | -2/+26 |
2012-03-26 | Fix undue underflow in ldbl-128ibm version of expl | Andreas Schwab | 2 | -2/+7 |
2012-03-25 | Fix last change. | Roland McGrath | 1 | -2/+3 |
2012-03-25 | Fix confstr use of local buffer outside its extent. | Roland McGrath | 2 | -116/+111 |
2012-03-23 | 2012-03-23 Jeff Law <law@redhat.com> | Jeff Law | 2 | -2/+6 |