Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in last patch | Ulrich Drepper | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-06 | 4 | -2/+26 |
|\ | |||||
| * | Add the extra check also in innetgr | Ulrich Drepper | 2011-07-06 | 2 | -0/+6 |
| | | |||||
| * | Fix handling of chained netgroups | Ulrich Drepper | 2011-07-06 | 2 | -0/+10 |
| | | |||||
| * | Default install_root value from DESTDIR. | Roland McGrath | 2011-07-05 | 2 | -1/+5 |
| | | |||||
| * | Avoid warning. | Ulrich Drepper | 2011-07-05 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-03 | 13 | -41/+137 |
|\| | |||||
| * | Fail if format.lds comes out empty. | Roland McGrath | 2011-07-02 | 2 | -0/+3 |
| | | |||||
| * | Remove an unused variable in localedata tests. | Roland McGrath | 2011-07-02 | 2 | -3/+7 |
| | | |||||
| * | Generate testrun.sh to use relative directory names. | Roland McGrath | 2011-07-02 | 2 | -2/+7 |
| | | |||||
| * | Rewrite local headers check to be more robust and informative. | Roland McGrath | 2011-07-02 | 3 | -15/+23 |
| | | |||||
| * | 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 |
| | | |||||
* | | Complete last patch | Ulrich Drepper | 2011-07-02 | 1 | -7/+2 |
|/ | |||||
* | 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 |
| |