Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly remove .gnu.glibc-stub sections with objcopy when not using | Roland McGrath | 2011-07-02 | 5 | -2/+34 |
| | | | | linker script. | ||||
* | Add --with-default-link configure option. | Roland McGrath | 2011-07-02 | 5 | -0/+34 |
| | |||||
* | Consolidate shlib.lds references in new variables. | Roland McGrath | 2011-07-02 | 3 | -6/+16 |
| | |||||
* | Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags. | Roland McGrath | 2011-07-02 | 2 | -3/+6 |
| | |||||
* | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 2011-07-02 | 2 | -10/+7 |
| | |||||
* | Fix last patch for big-endian machines | Ulrich Drepper | 2011-07-02 | 4 | -15/+28 |
| | |||||
* | Optimize long-word additions in SHA implementation | Ulrich Drepper | 2011-07-02 | 5 | -14/+61 |
| | |||||
* | nscd cleanups | Ulrich Drepper | 2011-07-01 | 6 | -12/+30 |
| | | | | | Cleanup and optimize last patch. Add timeout fixes also to the services cache. | ||||
* | Handle nscd negtimeout==0 | Thorsten Kukuk | 2011-07-01 | 6 | -14/+44 |
| | |||||
* | nss_compat: query NIS domain only when needed | Andreas Schwab | 2011-07-01 | 3 | -24/+35 |
| | |||||
* | Fix robust mutex handling after fork | Ulrich Drepper | 2011-06-30 | 5 | -15/+66 |
| | |||||
* | Make sure RES_USE_INET6 is always restored | Andreas Schwab | 2011-06-30 | 2 | -0/+9 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-06-29 | 2 | -1/+14 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix build with multiarch disabled. | Aurelien Jarno | 2011-06-29 | 2 | -1/+14 |
| | | |||||
* | | Avoid write to invalid file descriptor in nscd | Ulrich Drepper | 2011-06-29 | 3 | -4/+12 |
|/ | | | | | | When readding entries to the group and services cache and the lookup is unsuccesful, we tried to write the notfound record. Just don't do it in this case. | ||||
* | Fix quoting in some installed shell scripts | Ulrich Drepper | 2011-06-28 | 4 | -4/+8 |
| | |||||
* | Remove the --experimental-malloc option | Ulrich Drepper | 2011-06-28 | 5 | -23/+8 |
| | | | | It's well tested, make it the default. | ||||
* | Fix crash in GB18030 encoder | Andreas Schwab | 2011-06-28 | 2 | -6/+11 |
| | |||||
* | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | 2011-06-27 | 3 | -2/+32 |
| | |||||
* | Fix missing .ctors/.dtors lead word in soinit | Roland McGrath | 2011-06-27 | 2 | -4/+8 |
| | |||||
* | Fix handling of RES_USE_INET6 big in nscd | Ulrich Drepper | 2011-06-27 | 2 | -1/+5 |
| | | | | This fixes BZ #12350 also for nscd. | ||||
* | Add missing HAVE_SENDFILE definition | Ulrich Drepper | 2011-06-27 | 2 | -0/+3 |
| | |||||
* | Minimal cleanup in innetgr. | Ulrich Drepper | 2011-06-27 | 2 | -1/+6 |
| | |||||
* | Use __gettimeofday instead of gettimeofday | H.J. Lu | 2011-06-26 | 2 | -1/+6 |
| | |||||
* | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 2011-06-26 | 2 | -2/+7 |
| | | | | This also works around a toolchain issu. | ||||
* | Fix unwind info in 32bit SSE2/SSSE3 strncpy | H.J. Lu | 2011-06-25 | 3 | -1/+12 |
| | |||||
* | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 2011-06-24 | 12 | -1838/+5508 |
| | |||||
* | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 2011-06-24 | 4 | -3/+17 |
| | |||||
* | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 2011-06-24 | 18 | -5/+6585 |
| | |||||
* | nss_db: Quash read implicit declaration warning | Marek Polacek | 2011-06-24 | 2 | -0/+5 |
| | | | | | In the function `internal_setent' is used the function read, but the forward declaration is missing. Thusly fixed. | ||||
* | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 2011-06-22 | 3 | -7/+21 |
| | |||||
* | 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. |