Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 2011-09-05 | 1 | -2/+2 |
| | |||||
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 1 | -0/+3 |
| | |||||
* | Add optimized x86-64 wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -1/+2 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Fix semid_ds for x86-64 | Ulrich Drepper | 2011-09-05 | 1 | -2/+3 |
| | |||||
* | Add test for BZ 13114 | Ulrich Drepper | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | Implement scandirat function | Ulrich Drepper | 2011-08-09 | 1 | -1/+4 |
| | |||||
* | Adjust test for correct installation | Ulrich Drepper | 2011-07-23 | 1 | -2/+2 |
| | |||||
* | Check for overflows in expressions | Ulrich Drepper | 2011-07-20 | 1 | -1/+1 |
| | | | | Some passed in values might cause overflows in expressions. | ||||
* | Fix check for AVX enablement | Ulrich Drepper | 2011-07-20 | 1 | -2/+2 |
| | | | | | The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation. | ||||
* | Correct feature announcement | Ulrich Drepper | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-07-19 | 1 | -1/+4 |
| | |||||
* | Handle Lustre filesystem | Andreas Dilger | 2011-07-07 | 1 | -1/+1 |
| | |||||
* | Handle W; without long options in getopt | Ulrich Drepper | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Change error code for underflows in strtod | Ulrich Drepper | 2011-07-06 | 1 | -2/+2 |
| | |||||
* | Fix quoting in some installed shell scripts | Ulrich Drepper | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 2011-06-24 | 1 | -0/+3 |
| | |||||
* | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 2011-06-24 | 1 | -1/+1 |
| | |||||
* | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 2011-06-24 | 1 | -1/+4 |
| | |||||
* | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 2011-06-21 | 1 | -1/+5 |
| | | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | ||||
* | Add initgroups lookups to nss_db | Ulrich Drepper | 2011-06-15 | 1 | -1/+5 |
| | |||||
* | Add pldd program | Ulrich Drepper | 2011-06-09 | 1 | -1/+4 |
| | |||||
* | Start 2.15 development | Ulrich Drepper | 2011-06-07 | 1 | -1/+3 |
| | |||||
* | Fix <bits/mqueue2.h> for C++ | Jakub Jelinek | 2011-06-04 | 1 | -2/+2 |
| | |||||
* | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 2011-05-30 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Restore _res correctly | Ulrich Drepper | 2011-05-29 | 1 | -7/+7 |
| | | | | | | getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res. | ||||
* | Reference wrong BZ | Ulrich Drepper | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Interpret numeric values in shadow file as signed | Ulrich Drepper | 2011-05-29 | 1 | -10/+10 |
| | |||||
* | Recognize use-vc option in resolv.conf | Ulrich Drepper | 2011-05-29 | 1 | -8/+9 |
| | |||||
* | Record when bug 11577 was fixed and by which patch | Ulrich Drepper | 2011-05-29 | 1 | -5/+5 |
| | |||||
* | Don't build AVX tests with old compilers | Ulrich Drepper | 2011-05-29 | 1 | -8/+8 |
| | |||||
* | Mark malloc hook variables as deprecated | Ulrich Drepper | 2011-05-29 | 1 | -0/+5 |
| | |||||
* | Declare malloc hook variables as volatile. | Ulrich Drepper | 2011-05-29 | 1 | -8/+8 |
| | |||||
* | Don't document si_code used for raise() | Ulrich Drepper | 2011-05-29 | 1 | -9/+9 |
| | |||||
* | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 2011-05-28 | 1 | -1/+1 |
| | | | | | | When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place. | ||||
* | Add sotruss program | Ulrich Drepper | 2011-05-28 | 1 | -1/+4 |
| | |||||
* | Add sendmmsg syscall | Ulrich Drepper | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Set setns system call | Ulrich Drepper | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-05-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: ChangeLog NEWS | ||||
| * | Define RLIMIT_RTTIME | Ulrich Drepper | 2011-05-23 | 1 | -2/+2 |
| | | |||||
* | | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation | Andreas Schwab | 2011-05-27 | 1 | -2/+2 |
|/ | |||||
* | Add a few more alloca size checks | Ulrich Drepper | 2011-05-22 | 1 | -4/+4 |
| | |||||
* | Always fill output buffer in XPG strerror function | Ulrich Drepper | 2011-05-21 | 1 | -2/+2 |
| |