aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-22Rate limit expensive _SC_NPROCESSORS_ONLN computationUlrich Drepper
2011-06-22Clean up after kernel sigcontext header messUlrich Drepper
2011-06-21Fix crash in unsuccessful uses of nss_dbUlrich Drepper
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses.
2011-06-21Minor optimization of getaddrinfo after recent patchUlrich Drepper
2011-06-21Revert unwanted patchUlrich Drepper
2011-06-21Add missing DL_CALL_FCTUlrich Drepper
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller
the ifunc resolver calls however they wish.
2011-06-15Fix typo in recent resolver change which causes segvsUlrich Drepper
2011-06-15Improve 64-bit buildAndreas Schwab
An imperfect version of fxstatat64 was used in ld.so.
2011-06-15Install db-MakefileUlrich Drepper
2011-06-15Cleanup of db-XXX.cUlrich Drepper
2011-06-15Add initgroups lookups to nss_dbUlrich Drepper
2011-06-15Add initgroups lookup support to getentUlrich Drepper
2011-06-15Fix handling of initgroups database.Ulrich Drepper
2011-06-15Optimize hash table generation in makedbUlrich Drepper
2011-06-15Reenable nss_db with a completely new implementationUlrich Drepper
No longer is Berkeley db used. Instead a simple hash function is used. The database files are not updated once they are created and therefore no complicated database is needed.
2011-06-15Rewrite makedb to avoid using db libraryUlrich Drepper
2011-06-14Quash two memset undeclared warnings.Andreas Jaeger
2011-06-13Fix memory leak in getaddrinfoUlrich Drepper
2011-06-10Better detect total failure of linker script generation.Roland McGrath
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2011-06-10Use AC_LANG_PROGRAM in nss-crypt check.Roland McGrath
2011-06-10Revert -r -> -Wl,-r change.Roland McGrath
2011-06-09Use -Wl,-r instead of plain -r.Roland McGrath
2011-06-09OOps, wrong version number for development versionUlrich Drepper
2011-06-09Add pldd programUlrich Drepper
2011-06-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-06-07sparc: Fix LD_BIND_NOW with multiarch.David S. Miller
2011-06-07Start 2.15 developmentUlrich Drepper
2011-06-07S/390 longlong.h: Fix smul_ppmm with -m31 -mzarchAndreas Krebbel
2011-06-06Use canonical FSF .texi files for LGPL and FDL texts.Roland McGrath
2011-06-04Fix <bits/mqueue2.h> for C++Jakub Jelinek
2011-06-03Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-06-03Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu
2011-05-31Fix typo in stack guard setup code for old kernelsUlrich Drepper
2011-05-31Don't free non-malloced memory and fix memory leakUlrich Drepper
2011-05-312.14 releaseglibc-2.14Ulrich Drepper
2011-05-31No need for RANLIB make variable anymoreUlrich Drepper
2011-05-31Updated translation template fileUlrich Drepper
2011-05-31Also translation messages in .ksh filesUlrich Drepper
2011-05-30Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper
2011-05-30Undo last patchUlrich Drepper
2011-05-30Add BZ number to NEWSUlrich Drepper
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper
2011-05-30One more thinko in CLUlrich Drepper
2011-05-30Fix typo in CLUlrich Drepper
2011-05-30Prevent loader from loading itselfUlrich Drepper
2011-05-29Restore _res correctlyUlrich Drepper
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-29Reference wrong BZUlrich Drepper