aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-29Make resolv.conf parsing more compactUlrich Drepper2-32/+37
2011-05-29Recognize use-vc option in resolv.confUlrich Drepper3-8/+15
2011-05-29Record when bug 11577 was fixed and by which patchUlrich Drepper2-5/+6
2011-05-29Don't build AVX tests with old compilersUlrich Drepper3-9/+15
2011-05-29Mark malloc hook variables as deprecatedUlrich Drepper3-6/+21
2011-05-29Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be addedUlrich Drepper1-1/+1
2011-05-29Missed one malloc hook variableUlrich Drepper1-1/+1
2011-05-29Declare malloc hook variables as volatile.Ulrich Drepper3-46/+56
2011-05-29Fix typo in last patch to locarchive.cUlrich Drepper2-1/+4
2011-05-29Same change for the other siginfi.h filesUlrich Drepper4-6/+9
2011-05-29Don't document si_code used for raise()Ulrich Drepper3-11/+17
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper6-16/+70
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-28Handle failure of _nl_explode_name in all casesUlrich Drepper3-3/+19
2011-05-28Remove unused variableUlrich Drepper1-1/+0
2011-05-28Fix bug in last checkin which left ldd uninstalledUlrich Drepper1-1/+1
2011-05-28Add sotruss programUlrich Drepper5-1/+519
2011-05-28Fix build for platforms with socketcall syscallUlrich Drepper2-1/+4
2011-05-28Unify messagesUlrich Drepper3-4/+7
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators.
2011-05-28Add support for time syscall in vDSOUlrich Drepper3-1/+22
2011-05-28Add sendmmsg syscallUlrich Drepper8-3/+136
2011-05-28Set setns system callUlrich Drepper5-4/+18
2011-05-27Use getcpu definition from vDSO on x86-64Ulrich Drepper4-3/+25
2011-05-27Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper6-50/+66
Conflicts: ChangeLog NEWS
2011-05-27Add test for last iconv bugUlrich Drepper3-1/+75
2011-05-27Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designationAndreas Schwab3-8/+13
2011-05-25Undo accidental change in x86-64 user.hJakub Jelinek2-1/+6
2011-05-25Update Japanese translationUlrich Drepper2-44/+37
2011-05-23Define RLIMIT_RTTIMEUlrich Drepper4-6/+24
2011-05-23Update longlong.h from GCCAndreas Schwab2-5/+154
2011-05-23Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab3-4/+12
2011-05-22Add a few more alloca size checksUlrich Drepper5-111/+370
2011-05-22Fix flags parameter value passed to pltenter and pltexitUlrich Drepper2-7/+11
2011-05-21Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2-0/+7
2011-05-21Fix last changeUlrich Drepper1-17/+12
And optimize a bit.
2011-05-21Always fill output buffer in XPG strerror functionUlrich Drepper3-10/+15
2011-05-21Nicer output for negative error numbers in strerror_rUlrich Drepper2-3/+14
2011-05-21Fix CP1258 conversionUlrich Drepper4-11/+17
a5 ec was mishandled and the other direction appropriately so, too.
2011-05-21Fix configure visibility testsUlrich Drepper3-7/+10
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper6-5/+150
2011-05-21Set stream errors in more casesUlrich Drepper5-6/+33
Also avoid unnecessarily setting errno when testing for TTY.
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper4-102/+367
2011-05-20Update documentation in regex.hReuben Thomas3-12/+25
2011-05-20Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2-2/+11
(cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
2011-05-19Remove __libc_alloca_cutoff workaroundAndreas Schwab2-6/+4
2011-05-19Cleanup namespace use.Ulrich Drepper3-2/+7
2011-05-18Fix whitespaceUlrich Drepper1-1/+1
2011-05-18Fix typo in x86-64 powlH.J. Lu5-5/+66
2011-05-17Fix fileops.c build for old kernelsH.J. Lu2-0/+5
2011-05-17Update GB18030 to 2005 versionUlrich Drepper5-64139/+10808
2011-05-16Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins2-9/+16