Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7 | H.J. Lu | 2010-06-30 | 21 | -10/+6681 |
| | | | | | | | This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7. | ||||
* | Revert unwanted patch. Again. | Ulrich Drepper | 2010-06-27 | 2 | -16/+1 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2010-06-27 | 12 | -137/+146 |
| | |||||
* | Revert "Sun agreed to a change of the license for the RPC code to a BSD-like ↵ | Ulrich Drepper | 2010-06-27 | 92 | -2524/+2726 |
| | | | | | | | | | license." This reverts commit ab09b221594f12d90a63d29cbf5488d91f39d3f3. The lawyers now say the copy in glibc isn't contained in the agreement. | ||||
* | Whitespace fix in CL. | Ulrich Drepper | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | More fixes to error handling in getlogin_r. | Andreas Schwab | 2010-06-21 | 2 | -2/+11 |
| | |||||
* | Correct checking loop in group_member. | Ulrich Drepper | 2010-06-19 | 3 | -6/+14 |
| | |||||
* | Fix error handling in Linux getlogin*. | Ulrich Drepper | 2010-06-19 | 3 | -13/+25 |
| | |||||
* | dlfcn/Makefile cleanup | Andreas Schwab | 2010-06-14 | 2 | -20/+11 |
| | |||||
* | Flush cache after solving TEXTRELs if arch requires it. | Kirill A. Shutemov | 2010-06-14 | 2 | -1/+10 |
| | |||||
* | More whitespace fixes. | Ulrich Drepper | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2010-06-14 | 4 | -37/+37 |
| | |||||
* | power7 string compare optimizations | Luis Machado | 2010-06-14 | 5 | -0/+2337 |
| | |||||
* | [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME. | Takashi Yoshii | 2010-06-14 | 2 | -2/+7 |
| | |||||
* | Fix use of extend_alloca in NIS | Andreas Schwab | 2010-06-14 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 2010-06-14 | 2 | -2/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Change manual license to GFDL v1.3. | Roland McGrath | 2010-06-14 | 2 | -2/+6 |
| | | |||||
* | | Define F_SETPIPE_SZ and F_GETPIPE_SZ. | Ulrich Drepper | 2010-06-14 | 8 | -0/+25 |
|/ | |||||
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-06-14 | 4 | -20/+27 |
| | | | | This patch fixes some cases which fail to parse with C++. | ||||
* | Hurd: Fix linkat symlink handling. | Emilio Pozuelo Monfort | 2010-06-02 | 4 | -4/+22 |
| | |||||
* | Small fix to POWER7 32-bit memcpy | Luis Machado | 2010-05-28 | 2 | -2/+6 |
| | |||||
* | Incorrect x86 CPU family and model check. | H.J. Lu | 2010-05-27 | 2 | -3/+9 |
| | |||||
* | Fix iov[] size in SH register_dump() | Takashi Yoshii | 2010-05-26 | 2 | -2/+6 |
| | |||||
* | Small fix to POWER7 32-bit memset | Luis Machado | 2010-05-24 | 2 | -3/+6 |
| | |||||
* | Don't crash on unresolved weak symbol reference when auditing. | Ulrich Drepper | 2010-05-21 | 2 | -2/+8 |
| | |||||
* | Don't crash on unresolved weak symbol reference | Andreas Schwab | 2010-05-21 | 2 | -3/+9 |
| | |||||
* | Implement recvmmsg also as socketcall | Andreas Schwab | 2010-05-21 | 7 | -2/+128 |
| | |||||
* | sunrpc: Fix spurious fall-through | Andreas Schwab | 2010-05-21 | 4 | -0/+9 |
| | |||||
* | Make <sys/timex.h> compatible with C++ | Andreas Schwab | 2010-05-21 | 2 | -3/+7 |
| | |||||
* | Add missing files. | Luis Machado | 2010-05-20 | 2 | -0/+833 |
| | |||||
* | POWER7 optimized memset. | Luis Machado | 2010-05-19 | 2 | -1/+11 |
| | |||||
* | Beginning of 2.13 release. | Ulrich Drepper | 2010-05-19 | 2 | -2/+6 |
| | |||||
* | Fix typo in es_CR locale. | Andreas Schwab | 2010-05-18 | 2 | -1/+5 |
| | |||||
* | Fix FP exception control. | Andrew Stubbs | 2010-05-12 | 2 | -3/+14 |
| | |||||
* | Fix a const warning in ldconfig. | Roland McGrath | 2010-05-07 | 2 | -1/+5 |
| | |||||
* | Refer to old CL file. | Ulrich Drepper | 2010-05-07 | 1 | -0/+2 |
| | |||||
* | Enable IDN support in getent. | Ulrich Drepper | 2010-05-06 | 2 | -1/+16 |
| | |||||
* | WS fixes | Ulrich Drepper | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Fix race in free sanity check. | Ulrich Drepper | 2010-05-06 | 3 | -15326/+15334 |
| | |||||
* | Fix lookup of collation sequence value during regexp matching | Andreas Schwab | 2010-05-05 | 2 | -3/+4 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 2010-05-05 | 2 | -10/+14 |
|\ | |||||
| * | Regenerate INSTALL | Andreas Schwab | 2010-05-05 | 2 | -10/+14 |
| | | |||||
* | | Fix name of tt_RU.UTF-8@iqtelif locale. | Andreas Schwab | 2010-05-05 | 2 | -1/+6 |
| | | |||||
* | | Handle too-small buffers in Linux getlogin_r. | Ulrich Drepper | 2010-05-05 | 3 | -5/+18 |
|/ | |||||
* | Remove unnecessary Alpha support. | Ulrich Drepper | 2010-05-05 | 2 | -36/+20 |
| | |||||
* | Mention more bugs which are fixed. | Ulrich Drepper | 2010-05-04 | 1 | -2/+2 |
| | |||||
* | Fix CL. | Ulrich Drepper | 2010-05-03 | 1 | -3/+3 |
| | |||||
* | Prepare for release. glibc-2.12 | Ulrich Drepper | 2010-05-03 | 3 | -3/+6 |
| | |||||
* | Fix ldconfig to handle symlinks in chroot correctly. | Ulrich Drepper | 2010-05-03 | 2 | -1/+15 |
| | |||||
* | Simplify OOM handling in ldconfig. | Ulrich Drepper | 2010-05-03 | 2 | -7/+5 |
| |