2011-10-29 |
Ulrich Drepper | Correctly NUL-terminate link name in sprof |
blob | commitdiff |
2011-10-29 |
Thomas Jarosch | Fix readlink call in ldconfig's chroot handling |
blob | commitdiff | diff to current |
2011-10-27 |
Andreas Schwab | Don't mark memory synchronisation functions as leaf |
blob | commitdiff | diff to current |
2011-10-23 |
Liubov Dmitrieva | Add optimized wcslen and strnlen for x86-32 |
blob | commitdiff | diff to current |
2011-10-23 |
Liubov Dmitrieva | Optimized strnlen and wcscmp for x86-64 |
blob | commitdiff | diff to current |
2011-10-20 |
Andreas Schwab | Preserve link time dependencies over relocation depende... |
blob | commitdiff | diff to current |
2011-10-19 |
Ulrich Drepper | Add optimized str{,n}casecmp for AVX on x86-64 |
blob | commitdiff | diff to current |
2011-10-15 |
Liubov Dmitrieva | Optimized memcmp and wmemcmp for x86-64 and x86-32 |
blob | commitdiff | diff to current |
2011-10-15 |
Andreas Jaeger | Add parameter annotation to modf |
blob | commitdiff | diff to current |
2011-10-15 |
Ulrich Drepper | Add missing BZ number to NEWS |
blob | commitdiff | diff to current |
2011-10-12 |
Liubov Dmitrieva | Optimized memchr, memrchr, rawmemchr for x86-32 |
blob | commitdiff | diff to current |
2011-10-12 |
Ulrich Drepper | Optimize libm |
blob | commitdiff | diff to current |
2011-10-08 |
Ulrich Drepper | Note bug number in CL |
blob | commitdiff | diff to current |
2011-10-08 |
Andreas Jaeger | Fix netname2host |
blob | commitdiff | diff to current |
2011-10-07 |
Andreas Jaeger | Fix remainder (NaN, 0) |
blob | commitdiff | diff to current |
2011-10-07 |
Liubov Dmitrieva | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 |
blob | commitdiff | diff to current |
2011-10-07 |
Ulrich Drepper | Fix type in NEWS |
blob | commitdiff | diff to current |
2011-10-07 |
Ulrich Drepper | Implement caching of nscd |
blob | commitdiff | diff to current |
2011-09-11 |
Ulrich Drepper | Avoid cast in non-gcc obstack_free |
blob | commitdiff | diff to current |
2011-09-11 |
Ulrich Drepper | Fix use of AC_INIT |
blob | commitdiff | diff to current |
2011-09-10 |
Petr Baudis | Fix jn precision |
blob | commitdiff | diff to current |
2011-09-10 |
Ulrich Drepper | Fix boundary conditions in scanf |
blob | commitdiff | diff to current |
2011-09-09 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
blob | commitdiff | diff to current |
2011-09-09 |
Ulrich Drepper | Don't lock string streams in stream cleanup code |
blob | commitdiff | diff to current |
2011-09-09 |
H.J. Lu | Fix macro used in test |
blob | commitdiff | diff to current |
2011-09-09 |
John Stanley | Add missing definition of LOCPATH for bug-regex32 run |
blob | commitdiff | diff to current |
2011-09-08 |
Ulrich Drepper | Add range checking for FD_SET, FD_CLR, and FD_ISSET |
blob | commitdiff | diff to current |
2011-09-08 |
Ulrich Drepper | Fix memory leak in case of failed dlopen |
blob | commitdiff | diff to current |
2011-09-08 |
Ulrich Drepper | Remove invalid BZ number |
blob | commitdiff | diff to current |
2011-09-08 |
Alan Modra | Fix profiling on powerpc32 secure-plt shared libs and... |
blob | commitdiff | diff to current |
2011-09-06 |
Ulrich Drepper | Try shell in posix_spawn* only in compat mode |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Fix glob.h header by removing gcc 1.x support |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Use O_CLOEXEC when loading ld.so cache |
blob | commitdiff | diff to current |
2011-09-05 |
Liubov Dmitrieva | Optimized strchr and strrchr with SSE2 on x86-32 |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Add optimized x86-64 wcscmp |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Add x86-32 optimized wcscmp |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
blob | commitdiff | diff to current |
2011-09-05 |
Ulrich Drepper | Fix semid_ds for x86-64 |
blob | commitdiff | diff to current |
2011-08-20 |
Roland McGrath | Merge branch 'roland/x86-tcb-align' |
blob | commitdiff | diff to current |
2011-08-20 |
Ulrich Drepper | Add test for BZ 13114 |
blob | commitdiff | diff to current |
2011-08-09 |
Ulrich Drepper | Implement scandirat function |
blob | commitdiff | diff to current |
2011-07-23 |
Ulrich Drepper | Adjust test for correct installation |
blob | commitdiff | diff to current |
2011-07-21 |
Ulrich Drepper | Check for overflows in expressions |
blob | commitdiff | diff to current |
2011-07-21 |
Ulrich Drepper | Fix check for AVX enablement |
blob | commitdiff | diff to current |
2011-07-20 |
Ulrich Drepper | Correct feature announcement |
blob | commitdiff | diff to current |
2011-07-19 |
Liubov Dmitrieva | Improve 64 bit strcat functions with SSE2/SSSE3 |
blob | commitdiff | diff to current |
2011-07-07 |
Andreas Dilger | Handle Lustre filesystem |
blob | commitdiff | diff to current |
2011-07-07 |
Ulrich Drepper | Handle W; without long options in getopt |
blob | commitdiff | diff to current |
2011-07-07 |
Ulrich Drepper | Change error code for underflows in strtod |
blob | commitdiff | diff to current |
2011-06-28 |
Ulrich Drepper | Fix quoting in some installed shell scripts |
blob | commitdiff | diff to current |
2011-06-24 |
H.J. Lu | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 |
blob | commitdiff | diff to current |
2011-06-24 |
Ulrich Drepper | Work around limit in writev in 2.6.38+ kernels |
blob | commitdiff | diff to current |
2011-06-24 |
H.J. Lu | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 |
blob | commitdiff | diff to current |
2011-06-22 |
Ulrich Drepper | Avoid __check_pf calls in getaddrinfo unless really... |
blob | commitdiff | diff to current |
2011-06-21 |
Ulrich Drepper | Fix IPv6-only lookups through getaddrinfo |
blob | commitdiff | diff to current |
2011-06-16 |
Ulrich Drepper | Add initgroups lookups to nss_db |
blob | commitdiff | diff to current |
2011-06-09 |
Ulrich Drepper | Add pldd program |
blob | commitdiff | diff to current |
2011-06-09 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
blob | commitdiff | diff to current |
2011-06-08 |
Ulrich Drepper | Start 2.15 development |
blob | commitdiff | diff to current |
2011-06-04 |
Jakub Jelinek | Fix <bits/mqueue2.h> for C++ |
blob | commitdiff | diff to current |
2011-05-31 |
Ulrich Drepper | Handle DNS server failures in case of AF_UNSPEC lookups... |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Undo last patch |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Add BZ number to NEWS |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Handle DSOs without any dependency in ld.so |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Restore _res correctly |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Reference wrong BZ |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Interpret numeric values in shadow file as signed |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Recognize use-vc option in resolv.conf |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Record when bug 11577 was fixed and by which patch |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Don't build AVX tests with old compilers |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Mark malloc hook variables as deprecated |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Declare malloc hook variables as volatile. |
blob | commitdiff | diff to current |
2011-05-30 |
Ulrich Drepper | Don't document si_code used for raise() |
blob | commitdiff | diff to current |
2011-05-28 |
Ulrich Drepper | Fix unnecessary overallocation due to incomplete character |
blob | commitdiff | diff to current |
2011-05-28 |
Ulrich Drepper | Add sotruss program |
blob | commitdiff | diff to current |
2011-05-28 |
Ulrich Drepper | Add sendmmsg syscall |
blob | commitdiff | diff to current |
2011-05-28 |
Ulrich Drepper | Set setns system call |
blob | commitdiff | diff to current |
2011-05-27 |
Ulrich Drepper | Use getcpu definition from vDSO on x86-64 |
blob | commitdiff | diff to current |
2011-05-27 |
Ulrich Drepper | Merge branch 'master' of ssh://sourceware.org/git/glibc |
blob | commitdiff | diff to current |
2011-05-27 |
Andreas Schwab | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation |
blob | commitdiff | diff to current |
2011-05-23 |
Ulrich Drepper | Define RLIMIT_RTTIME |
blob | commitdiff | diff to current |
2011-05-23 |
Ulrich Drepper | Add a few more alloca size checks |
blob | commitdiff | diff to current |
2011-05-21 |
Ulrich Drepper | Always fill output buffer in XPG strerror function |
blob | commitdiff | diff to current |
2011-05-21 |
Ulrich Drepper | Fix CP1258 conversion |
blob | commitdiff | diff to current |
2011-05-21 |
Ulrich Drepper | Fix handling of LC_CTYPE in locale name handling |
blob | commitdiff | diff to current |
2011-05-21 |
Ulrich Drepper | Set stream errors in more cases |
blob | commitdiff | diff to current |
2011-05-21 |
Ulrich Drepper | Don't unconditionally use alloca in gaih_inet |
blob | commitdiff | diff to current |
2011-05-20 |
Reuben Thomas | Update documentation in regex.h |
blob | commitdiff | diff to current |
2011-05-18 |
H.J. Lu | Fix typo in x86-64 powl |
blob | commitdiff | diff to current |
2011-05-17 |
Ulrich Drepper | Update GB18030 to 2005 version |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Handle long variable names in putenv |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Fix reporting of invalid timeouts in emulated pselect |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Fix test for error_one_per_line mode in error |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Remove shortcut for call of chown |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Cleanup x86-64 sys/user.h |
blob | commitdiff | diff to current |
2011-05-16 |
Sašo Živanovic | Add work and week day info to sl_SI locale |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Recode se_NO locale file to UTF-8 |
blob | commitdiff | diff to current |
2011-05-16 |
Ulrich Drepper | Avoid potential deadlock in mtrace |
blob | commitdiff | diff to current |
2011-05-15 |
Ulrich Drepper | Provide more helpful error message in getopt |
blob | commitdiff | diff to current |
2011-05-15 |
Ulrich Drepper | Update configure helper scripts |
blob | commitdiff | diff to current |
next |