Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Ipv4&IPv6 lookup in getaddrinfo | Andreas Schwab | 2011-06-22 | 2 | -1/+5 |
| | | | | Problem introduced in the last patch. | ||||
* | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | 2011-06-22 | 2 | -3/+52 |
| | |||||
* | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | 2011-06-22 | 2 | -1/+36 |
| | |||||
* | Clean up after kernel sigcontext header mess | Ulrich Drepper | 2011-06-22 | 2 | -1/+10 |
| | |||||
* | Fix crash in unsuccessful uses of nss_db | Ulrich Drepper | 2011-06-21 | 2 | -4/+10 |
| | |||||
* | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 2011-06-21 | 3 | -4/+40 |
| | | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | ||||
* | Minor optimization of getaddrinfo after recent patch | Ulrich Drepper | 2011-06-21 | 2 | -14/+7 |
| | |||||
* | Revert unwanted patch | Ulrich Drepper | 2011-06-21 | 1 | -4/+1 |
| | |||||
* | Add missing DL_CALL_FCT | Ulrich Drepper | 2011-06-21 | 3 | -7/+16 |
| | |||||
* | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 2011-06-20 | 11 | -16/+84 |
| | | | | the ifunc resolver calls however they wish. | ||||
* | Fix typo in recent resolver change which causes segvs | Ulrich Drepper | 2011-06-15 | 2 | -2/+7 |
| | |||||
* | Improve 64-bit build | Andreas Schwab | 2011-06-15 | 2 | -0/+10 |
| | | | | An imperfect version of fxstatat64 was used in ld.so. | ||||
* | Install db-Makefile | Ulrich Drepper | 2011-06-15 | 3 | -0/+14 |
| | |||||
* | Cleanup of db-XXX.c | Ulrich Drepper | 2011-06-15 | 2 | -63/+61 |
| | |||||
* | Add initgroups lookups to nss_db | Ulrich Drepper | 2011-06-15 | 7 | -15/+220 |
| | |||||
* | Add initgroups lookup support to getent | Ulrich Drepper | 2011-06-15 | 2 | -0/+36 |
| | |||||
* | Fix handling of initgroups database. | Ulrich Drepper | 2011-06-15 | 3 | -8/+19 |
| | |||||
* | Optimize hash table generation in makedb | Ulrich Drepper | 2011-06-15 | 2 | -23/+107 |
| | |||||
* | Reenable nss_db with a completely new implementation | Ulrich Drepper | 2011-06-15 | 24 | -1391/+555 |
| | | | | | | 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. | ||||
* | Rewrite makedb to avoid using db library | Ulrich Drepper | 2011-06-15 | 3 | -95/+600 |
| | |||||
* | Quash two memset undeclared warnings. | Andreas Jaeger | 2011-06-14 | 4 | -2/+13 |
| | |||||
* | Fix memory leak in getaddrinfo | Ulrich Drepper | 2011-06-13 | 2 | -1/+6 |
| | |||||
* | Better detect total failure of linker script generation. | Roland McGrath | 2011-06-10 | 3 | -0/+5 |
| | |||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 19 | -60/+74 |
| | |||||
* | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | 2011-06-10 | 3 | -154/+194 |
| | |||||
* | Revert -r -> -Wl,-r change. | Roland McGrath | 2011-06-10 | 3 | -4/+8 |
| | |||||
* | Use -Wl,-r instead of plain -r. | Roland McGrath | 2011-06-09 | 3 | -3/+10 |
| | |||||
* | OOps, wrong version number for development version | Ulrich Drepper | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Add pldd program | Ulrich Drepper | 2011-06-09 | 5 | -3/+489 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-06-09 | 7 | -65/+33 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | sparc: Fix LD_BIND_NOW with multiarch. | David S. Miller | 2011-06-07 | 7 | -65/+33 |
| | | |||||
* | | Start 2.15 development | Ulrich Drepper | 2011-06-07 | 3 | -3/+9 |
|/ | |||||
* | S/390 longlong.h: Fix smul_ppmm with -m31 -mzarch | Andreas Krebbel | 2011-06-07 | 2 | -1/+5 |
| | |||||
* | Use canonical FSF .texi files for LGPL and FDL texts. | Roland McGrath | 2011-06-06 | 5 | -46/+45 |
| | |||||
* | Fix <bits/mqueue2.h> for C++ | Jakub Jelinek | 2011-06-04 | 3 | -7/+16 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-06-03 | 2 | -1/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | 2011-05-31 | 2 | -1/+6 |
| | | |||||
* | | Assume Intel Core i3/i5/i7 processor if AVX is available | H.J. Lu | 2011-06-03 | 2 | -0/+12 |
|/ | |||||
* | Don't free non-malloced memory and fix memory leak glibc-2.14.9000 | Ulrich Drepper | 2011-05-31 | 2 | -4/+17 |
| | |||||
* | 2.14 release glibc-2.14 | Ulrich Drepper | 2011-05-31 | 3 | -3/+6 |
| | |||||
* | No need for RANLIB make variable anymore | Ulrich Drepper | 2011-05-31 | 2 | -1/+4 |
| | |||||
* | Updated translation template file | Ulrich Drepper | 2011-05-31 | 1 | -668/+937 |
| | |||||
* | Also translation messages in .ksh files | Ulrich Drepper | 2011-05-31 | 2 | -3/+12 |
| | |||||
* | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 2011-05-30 | 3 | -7/+16 |
| | |||||
* | Undo last patch | Ulrich Drepper | 2011-05-30 | 1 | -6/+6 |
| | |||||
* | Add BZ number to NEWS | Ulrich Drepper | 2011-05-30 | 1 | -6/+6 |
| | |||||
* | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 2011-05-30 | 5 | -52/+62 |
| | |||||
* | One more thinko in CL | Ulrich Drepper | 2011-05-30 | 2 | -1/+2 |
| | |||||
* | Fix typo in CL | Ulrich Drepper | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | Prevent loader from loading itself | Ulrich Drepper | 2011-05-30 | 2 | -0/+12 |
| |