Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-06 | Handle W; without long options in getopt | Ulrich Drepper | 1 | -1/+1 | |
2011-07-06 | Change error code for underflows in strtod | Ulrich Drepper | 1 | -2/+2 | |
2011-06-28 | Fix quoting in some installed shell scripts | Ulrich Drepper | 1 | -2/+2 | |
2011-06-24 | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 1 | -0/+3 | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 1 | -1/+1 | |
2011-06-24 | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 1 | -1/+4 | |
2011-06-22 | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 1 | -2/+2 | |
2011-06-21 | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 1 | -1/+5 | |
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | |||||
2011-06-15 | Add initgroups lookups to nss_db | Ulrich Drepper | 1 | -1/+5 | |
2011-06-09 | Add pldd program | Ulrich Drepper | 1 | -1/+4 | |
2011-06-07 | Start 2.15 development | Ulrich Drepper | 1 | -1/+3 | |
2011-06-04 | Fix <bits/mqueue2.h> for C++ | Jakub Jelinek | 1 | -2/+2 | |
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 1 | -3/+3 | |
2011-05-30 | Undo last patch | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Add BZ number to NEWS | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 1 | -2/+2 | |
2011-05-29 | Restore _res correctly | Ulrich Drepper | 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. | |||||
2011-05-29 | Reference wrong BZ | Ulrich Drepper | 1 | -1/+1 | |
2011-05-29 | Interpret numeric values in shadow file as signed | Ulrich Drepper | 1 | -10/+10 | |
2011-05-29 | Recognize use-vc option in resolv.conf | Ulrich Drepper | 1 | -8/+9 | |
2011-05-29 | Record when bug 11577 was fixed and by which patch | Ulrich Drepper | 1 | -5/+5 | |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | 1 | -8/+8 | |
2011-05-29 | Mark malloc hook variables as deprecated | Ulrich Drepper | 1 | -0/+5 | |
2011-05-29 | Declare malloc hook variables as volatile. | Ulrich Drepper | 1 | -8/+8 | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | 1 | -9/+9 | |
2011-05-28 | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 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. | |||||
2011-05-28 | Add sotruss program | Ulrich Drepper | 1 | -1/+4 | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 1 | -1/+1 | |
2011-05-28 | Set setns system call | Ulrich Drepper | 1 | -1/+1 | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 1 | -1/+1 | |
2011-05-27 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -1/+1 | |
Conflicts: ChangeLog NEWS | |||||
2011-05-27 | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation | Andreas Schwab | 1 | -2/+2 | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | 1 | -2/+2 | |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | 1 | -4/+4 | |
2011-05-21 | Always fill output buffer in XPG strerror function | Ulrich Drepper | 1 | -2/+2 | |
2011-05-21 | Fix CP1258 conversion | Ulrich Drepper | 1 | -1/+2 | |
a5 ec was mishandled and the other direction appropriately so, too. | |||||
2011-05-21 | Fix handling of LC_CTYPE in locale name handling | Ulrich Drepper | 1 | -1/+1 | |
2011-05-21 | Set stream errors in more cases | Ulrich Drepper | 1 | -2/+2 | |
Also avoid unnecessarily setting errno when testing for TTY. | |||||
2011-05-20 | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 1 | -6/+6 | |
2011-05-20 | Update documentation in regex.h | Reuben Thomas | 1 | -8/+8 | |
2011-05-18 | Fix typo in x86-64 powl | H.J. Lu | 1 | -2/+2 | |
2011-05-17 | Update GB18030 to 2005 version | Ulrich Drepper | 1 | -8/+8 | |
2011-05-16 | Handle long variable names in putenv | Ulrich Drepper | 1 | -7/+7 | |
2011-05-16 | Fix reporting of invalid timeouts in emulated pselect | Ulrich Drepper | 1 | -7/+7 | |
2011-05-16 | Fix test for error_one_per_line mode in error | Ulrich Drepper | 1 | -1/+1 | |
2011-05-16 | Remove shortcut for call of chown | Ulrich Drepper | 1 | -6/+7 | |
The UID might differ, too. Just call chown unconditionally. | |||||
2011-05-16 | Cleanup x86-64 sys/user.h | Ulrich Drepper | 1 | -6/+6 | |
2011-05-16 | Add work and week day info to sl_SI locale | Sašo Živanovic | 1 | -5/+5 | |
2011-05-16 | Recode se_NO locale file to UTF-8 | Ulrich Drepper | 1 | -1/+1 | |
2011-05-16 | Avoid potential deadlock in mtrace | Ulrich Drepper | 1 | -8/+8 | |
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early. |