Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-02 | Add --with-default-link configure option. | Roland McGrath | 5 | -0/+34 | |
2011-07-02 | Consolidate shlib.lds references in new variables. | Roland McGrath | 3 | -6/+16 | |
2011-07-02 | Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags. | Roland McGrath | 2 | -3/+6 | |
2011-07-02 | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 2 | -10/+7 | |
2011-07-02 | Fix last patch for big-endian machines | Ulrich Drepper | 4 | -15/+28 | |
2011-07-02 | Optimize long-word additions in SHA implementation | Ulrich Drepper | 5 | -14/+61 | |
2011-07-01 | nscd cleanups | Ulrich Drepper | 6 | -12/+30 | |
Cleanup and optimize last patch. Add timeout fixes also to the services cache. | |||||
2011-07-01 | Handle nscd negtimeout==0 | Thorsten Kukuk | 6 | -14/+44 | |
2011-07-01 | nss_compat: query NIS domain only when needed | Andreas Schwab | 3 | -24/+35 | |
2011-06-30 | Fix robust mutex handling after fork | Ulrich Drepper | 5 | -15/+66 | |
2011-06-30 | Make sure RES_USE_INET6 is always restored | Andreas Schwab | 2 | -0/+9 | |
2011-06-29 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2 | -1/+14 | |
Conflicts: ChangeLog | |||||
2011-06-29 | Avoid write to invalid file descriptor in nscd | Ulrich Drepper | 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. | |||||
2011-06-29 | Fix build with multiarch disabled. | Aurelien Jarno | 2 | -1/+14 | |
2011-06-28 | Fix quoting in some installed shell scripts | Ulrich Drepper | 4 | -4/+8 | |
2011-06-28 | Remove the --experimental-malloc option | Ulrich Drepper | 5 | -23/+8 | |
It's well tested, make it the default. | |||||
2011-06-28 | Fix crash in GB18030 encoder | Andreas Schwab | 2 | -6/+11 | |
2011-06-27 | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | 3 | -2/+32 | |
2011-06-27 | Fix missing .ctors/.dtors lead word in soinit | Roland McGrath | 2 | -4/+8 | |
2011-06-27 | Fix handling of RES_USE_INET6 big in nscd | Ulrich Drepper | 2 | -1/+5 | |
This fixes BZ #12350 also for nscd. | |||||
2011-06-27 | Add missing HAVE_SENDFILE definition | Ulrich Drepper | 2 | -0/+3 | |
2011-06-27 | Minimal cleanup in innetgr. | Ulrich Drepper | 2 | -1/+6 | |
2011-06-26 | Use __gettimeofday instead of gettimeofday | H.J. Lu | 2 | -1/+6 | |
2011-06-26 | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 2 | -2/+7 | |
This also works around a toolchain issu. | |||||
2011-06-25 | Fix unwind info in 32bit SSE2/SSSE3 strncpy | H.J. Lu | 3 | -1/+12 | |
2011-06-24 | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 12 | -1838/+5508 | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 4 | -3/+17 | |
2011-06-24 | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 18 | -5/+6585 | |
2011-06-24 | nss_db: Quash read implicit declaration warning | Marek Polacek | 2 | -0/+5 | |
In the function `internal_setent' is used the function read, but the forward declaration is missing. Thusly fixed. | |||||
2011-06-22 | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 3 | -7/+21 | |
2011-06-22 | Fix Ipv4&IPv6 lookup in getaddrinfo | Andreas Schwab | 2 | -1/+5 | |
Problem introduced in the last patch. | |||||
2011-06-22 | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | 2 | -3/+52 | |
2011-06-22 | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | 2 | -1/+36 | |
2011-06-22 | Clean up after kernel sigcontext header mess | Ulrich Drepper | 2 | -1/+10 | |
2011-06-21 | Fix crash in unsuccessful uses of nss_db | Ulrich Drepper | 2 | -4/+10 | |
2011-06-21 | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 3 | -4/+40 | |
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | |||||
2011-06-21 | Minor optimization of getaddrinfo after recent patch | Ulrich Drepper | 2 | -14/+7 | |
2011-06-21 | Revert unwanted patch | Ulrich Drepper | 1 | -4/+1 | |
2011-06-21 | Add missing DL_CALL_FCT | Ulrich Drepper | 3 | -7/+16 | |
2011-06-20 | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 11 | -16/+84 | |
the ifunc resolver calls however they wish. | |||||
2011-06-15 | Fix typo in recent resolver change which causes segvs | Ulrich Drepper | 2 | -2/+7 | |
2011-06-15 | Improve 64-bit build | Andreas Schwab | 2 | -0/+10 | |
An imperfect version of fxstatat64 was used in ld.so. | |||||
2011-06-15 | Install db-Makefile | Ulrich Drepper | 3 | -0/+14 | |
2011-06-15 | Cleanup of db-XXX.c | Ulrich Drepper | 2 | -63/+61 | |
2011-06-15 | Add initgroups lookups to nss_db | Ulrich Drepper | 7 | -15/+220 | |
2011-06-15 | Add initgroups lookup support to getent | Ulrich Drepper | 2 | -0/+36 | |
2011-06-15 | Fix handling of initgroups database. | Ulrich Drepper | 3 | -8/+19 | |
2011-06-15 | Optimize hash table generation in makedb | Ulrich Drepper | 2 | -23/+107 | |
2011-06-15 | Reenable nss_db with a completely new implementation | Ulrich Drepper | 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. | |||||
2011-06-15 | Rewrite makedb to avoid using db library | Ulrich Drepper | 3 | -95/+600 | |