Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-10 | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | 3 | -154/+194 | |
2011-06-10 | Revert -r -> -Wl,-r change. | Roland McGrath | 3 | -4/+8 | |
2011-06-09 | Use -Wl,-r instead of plain -r. | Roland McGrath | 3 | -3/+10 | |
2011-06-09 | OOps, wrong version number for development version | Ulrich Drepper | 1 | -1/+1 | |
2011-06-09 | Add pldd program | Ulrich Drepper | 5 | -3/+489 | |
2011-06-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 7 | -65/+33 | |
Conflicts: ChangeLog | |||||
2011-06-07 | sparc: Fix LD_BIND_NOW with multiarch. | David S. Miller | 7 | -65/+33 | |
2011-06-07 | Start 2.15 development | Ulrich Drepper | 3 | -3/+9 | |
2011-06-07 | S/390 longlong.h: Fix smul_ppmm with -m31 -mzarch | Andreas Krebbel | 2 | -1/+5 | |
2011-06-06 | Use canonical FSF .texi files for LGPL and FDL texts. | Roland McGrath | 5 | -46/+45 | |
2011-06-04 | Fix <bits/mqueue2.h> for C++ | Jakub Jelinek | 3 | -7/+16 | |
2011-06-03 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2 | -1/+6 | |
Conflicts: ChangeLog | |||||
2011-06-03 | Assume Intel Core i3/i5/i7 processor if AVX is available | H.J. Lu | 2 | -0/+12 | |
2011-05-31 | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | 2 | -1/+6 | |
2011-05-31 | Don't free non-malloced memory and fix memory leakglibc-2.14.9000 | Ulrich Drepper | 2 | -4/+17 | |
2011-05-31 | 2.14 releaseglibc-2.14 | Ulrich Drepper | 3 | -3/+6 | |
2011-05-31 | No need for RANLIB make variable anymore | Ulrich Drepper | 2 | -1/+4 | |
2011-05-31 | Updated translation template file | Ulrich Drepper | 1 | -668/+937 | |
2011-05-31 | Also translation messages in .ksh files | Ulrich Drepper | 2 | -3/+12 | |
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 3 | -7/+16 | |
2011-05-30 | Undo last patch | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Add BZ number to NEWS | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 5 | -52/+62 | |
2011-05-30 | One more thinko in CL | Ulrich Drepper | 2 | -1/+2 | |
2011-05-30 | Fix typo in CL | Ulrich Drepper | 1 | -1/+1 | |
2011-05-30 | Prevent loader from loading itself | Ulrich Drepper | 2 | -0/+12 | |
2011-05-29 | Restore _res correctly | Ulrich Drepper | 3 | -9/+14 | |
getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res. | |||||
2011-05-29 | Reference wrong BZ | Ulrich Drepper | 2 | -2/+2 | |
2011-05-29 | Interpret numeric values in shadow file as signed | Ulrich Drepper | 3 | -20/+24 | |
2011-05-29 | Make resolv.conf parsing more compact | Ulrich Drepper | 2 | -32/+37 | |
2011-05-29 | Recognize use-vc option in resolv.conf | Ulrich Drepper | 3 | -8/+15 | |
2011-05-29 | Record when bug 11577 was fixed and by which patch | Ulrich Drepper | 2 | -5/+6 | |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | 3 | -9/+15 | |
2011-05-29 | Mark malloc hook variables as deprecated | Ulrich Drepper | 3 | -6/+21 | |
2011-05-29 | Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added | Ulrich Drepper | 1 | -1/+1 | |
2011-05-29 | Missed one malloc hook variable | Ulrich Drepper | 1 | -1/+1 | |
2011-05-29 | Declare malloc hook variables as volatile. | Ulrich Drepper | 3 | -46/+56 | |
2011-05-29 | Fix typo in last patch to locarchive.c | Ulrich Drepper | 2 | -1/+4 | |
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | 4 | -6/+9 | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | 3 | -11/+17 | |
2011-05-28 | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 6 | -16/+70 | |
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place. | |||||
2011-05-28 | Handle failure of _nl_explode_name in all cases | Ulrich Drepper | 3 | -3/+19 | |
2011-05-28 | Remove unused variable | Ulrich Drepper | 1 | -1/+0 | |
2011-05-28 | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | 1 | -1/+1 | |
2011-05-28 | Add sotruss program | Ulrich Drepper | 5 | -1/+519 | |
2011-05-28 | Fix build for platforms with socketcall syscall | Ulrich Drepper | 2 | -1/+4 | |
2011-05-28 | Unify messages | Ulrich Drepper | 3 | -4/+7 | |
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators. | |||||
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | 3 | -1/+22 | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 8 | -3/+136 | |
2011-05-28 | Set setns system call | Ulrich Drepper | 5 | -4/+18 | |