]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Thu, 11 Aug 2011 18:04:08 +0000 (14:04 -0400)]
Locale-independent parsing in libintl
(cherry picked from commit
89edf2e9119b57fc404891670d2bc47bdfdb61ef )
Andreas Schwab [Tue, 9 Aug 2011 14:07:10 +0000 (10:07 -0400)]
Fix stack alignment on x86_64
(cherry picked from commit
a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c )
Andreas Schwab [Thu, 4 Aug 2011 19:50:48 +0000 (15:50 -0400)]
Properly tokenize nameserver line for servers with IPv6 address
(cherry picked from commit
9be9bfcc9de543ac0ac335692cbbf8a0f46a2ccc )
Andreas Schwab [Thu, 4 Aug 2011 19:42:10 +0000 (15:42 -0400)]
Fix encoding name for IDN in getaddrinfo
(cherry picked from commit
2e96f1c73b06e81da59ef7fffa426dc201875f31 )
Andreas Schwab [Thu, 4 Aug 2011 18:59:25 +0000 (14:59 -0400)]
Fix inline strncat/strncmp on x86
(cherry picked from commit
8c1a459f9a64abee69c154c8a0e5ab9be86256e4 )
Ulrich Drepper [Sat, 23 Jul 2011 19:18:13 +0000 (15:18 -0400)]
One more typo in AVX test
(cherry picked from commit
bba33c289b1b24e1bb3075b7fce5b56c9d01ce2f )
Ulrich Drepper [Sat, 23 Jul 2011 03:33:22 +0000 (23:33 -0400)]
One more change to XSAVE patch
(cherry picked from commit
1aae088a8aa2a4e4211bfe6c0e18100d85f106ae )
Andreas Schwab [Fri, 22 Jul 2011 18:33:47 +0000 (14:33 -0400)]
Fix AVX check
(cherry picked from commit
1d002f25399c0a0ed2cc276d4ee18db869152384 )
Ulrich Drepper [Thu, 21 Jul 2011 01:21:03 +0000 (21:21 -0400)]
Fix check for AVX enablement
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.
(cherry picked from commit
5644ef5461b5d3ff266206d8ee70d4b575ea6658 )
Ulrich Drepper [Thu, 21 Jul 2011 02:53:58 +0000 (22:53 -0400)]
Check for overflows in expressions
Some passed in values might cause overflows in expressions.
(cherry picked from commit
90bb2039e93c6b7e95531cf9a9dfc23bbb50f860 )
Ulrich Drepper [Wed, 20 Jul 2011 18:20:00 +0000 (14:20 -0400)]
Force :a_x86_64_ymm to be 16-byte aligned
(cherry picked from commit
6986b98a18490e76b16911d1c6b1ba013598d40d )
Andreas Schwab [Wed, 20 Jul 2011 15:40:37 +0000 (11:40 -0400)]
Use size_t for strlen results
(cherry picked from commit
28b59fca7ae3cfc2d57e0007aaa3793d4b775e97 )
Andreas Schwab [Tue, 19 Jul 2011 19:03:57 +0000 (15:03 -0400)]
Fix alloca accounting in strxfm
(cherry picked from commit
e0e722848005e335132015a64a09cad7f7a12073 )
Ulrich Drepper [Tue, 19 Jul 2011 17:59:57 +0000 (13:59 -0400)]
Avoid possible crashes in anormal nscd exits
(cherry picked from commit
feb1eb0be78b40d53c71474f07d1b0517ba95586 )
Andreas Jaeger [Fri, 8 Jul 2011 17:16:26 +0000 (13:16 -0400)]
Add test case strtod underflow
(cherry picked from commit
04d08991c4612450880eb55a1d3070597429b7cb )
Andreas Dilger [Thu, 7 Jul 2011 04:20:32 +0000 (00:20 -0400)]
Handle Lustre filesystem
(cherry picked from commit
de283087c74f720cf8a7171972e72b5fa2b45e79 )
Ulrich Drepper [Thu, 7 Jul 2011 01:27:14 +0000 (21:27 -0400)]
Handle W; without long options in getopt
(cherry picked from commit
01636b2140cd1281202b89f7103249ed598065c4 )
Ulrich Drepper [Thu, 7 Jul 2011 00:57:55 +0000 (20:57 -0400)]
Change error code for underflows in strtod
(cherry picked from commit
9895c8bc62759a2d7abf95654fb2aefe5677a930 )
Ulrich Drepper [Fri, 1 Jul 2011 00:41:34 +0000 (20:41 -0400)]
Fix robust mutex handling after fork
(cherry picked from commit
6f8326cacd08bf7d1966743086855fc36574bf74 )
Andreas Schwab [Thu, 30 Jun 2011 10:33:32 +0000 (06:33 -0400)]
Make sure RES_USE_INET6 is always restored
(cherry picked from commit
89f654c57b3b9a6aee480e25e37f88f06c898901 )
Ulrich Drepper [Tue, 28 Jun 2011 22:14:01 +0000 (18:14 -0400)]
Fix quoting in some installed shell scripts
(cherry picked from commit
5c0b8d9013560bb24805844d31a7fb3959ee1e8d )
Andreas Schwab [Tue, 28 Jun 2011 07:15:30 +0000 (03:15 -0400)]
Fix crash in GB18030 encoder
(cherry picked from commit
a4172181585cec75422786d905c6e03ddfa7cd20 )
Andreas Schwab [Wed, 22 Jun 2011 18:35:49 +0000 (14:35 -0400)]
Fix Ipv4&IPv6 lookup in getaddrinfo
Problem introduced in the last patch.
(cherry picked from commit
e12df166d37522c2ed434c2d70a1b04640d2d7c6 )
Ulrich Drepper [Tue, 21 Jun 2011 21:03:38 +0000 (17:03 -0400)]
Fix IPv6-only lookups through getaddrinfo
A recent patch introduced a problem where IPv6 lookups happily returned
IPv4 addresses.
(cherry picked from commit
c0244a9dedce43a4b950d91451b16a7cf5408476 )
Ulrich Drepper [Thu, 16 Jun 2011 02:43:58 +0000 (22:43 -0400)]
Fix typo in recent resolver change which causes segvs
(cherry picked from commit
57912a71cc379f8582e3ea272782dc39c6c02e45 )
Andreas Schwab [Thu, 16 Jun 2011 01:46:20 +0000 (21:46 -0400)]
Improve 64-bit build
An imperfect version of fxstatat64 was used in ld.so.
(cherry picked from commit
ee22793dd0b6c6bcbf341b5324da1af83d07dd13 )
Andreas Jaeger [Tue, 14 Jun 2011 20:11:39 +0000 (13:11 -0700)]
Quash two memset undeclared warnings.
(cherry picked from commit
c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd )
Ulrich Drepper [Mon, 13 Jun 2011 12:31:50 +0000 (08:31 -0400)]
Fix memory leak in getaddrinfo
(cherry picked from commit
3154bfb8c7fb84fbf7ecdc787752b395579d2ac7 )
David S. Miller [Wed, 8 Jun 2011 02:51:06 +0000 (19:51 -0700)]
sparc: Fix LD_BIND_NOW with multiarch.
Andreas Krebbel [Tue, 7 Jun 2011 11:26:27 +0000 (07:26 -0400)]
S/390 longlong.h: Fix smul_ppmm with -m31 -mzarch
Roland McGrath [Mon, 6 Jun 2011 22:57:10 +0000 (15:57 -0700)]
Use canonical FSF .texi files for LGPL and FDL texts.
Jakub Jelinek [Sat, 4 Jun 2011 18:21:45 +0000 (14:21 -0400)]
Fix <bits/mqueue2.h> for C++
Ulrich Drepper [Fri, 3 Jun 2011 11:02:32 +0000 (07:02 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
H.J. Lu [Fri, 3 Jun 2011 11:01:25 +0000 (07:01 -0400)]
Assume Intel Core i3/i5/i7 processor if AVX is available
Ulrich Drepper [Tue, 31 May 2011 18:23:01 +0000 (14:23 -0400)]
Fix typo in stack guard setup code for old kernels
Ulrich Drepper [Tue, 31 May 2011 12:45:44 +0000 (08:45 -0400)]
Don't free non-malloced memory and fix memory leak
Ulrich Drepper [Tue, 31 May 2011 04:12:33 +0000 (00:12 -0400)]
2.14 release
Ulrich Drepper [Tue, 31 May 2011 04:09:58 +0000 (00:09 -0400)]
No need for RANLIB make variable anymore
Ulrich Drepper [Tue, 31 May 2011 04:09:20 +0000 (00:09 -0400)]
Updated translation template file
Ulrich Drepper [Tue, 31 May 2011 04:09:03 +0000 (00:09 -0400)]
Also translation messages in .ksh files
Ulrich Drepper [Tue, 31 May 2011 02:48:47 +0000 (22:48 -0400)]
Handle DNS server failures in case of AF_UNSPEC lookups correctly
Ulrich Drepper [Mon, 30 May 2011 16:33:37 +0000 (12:33 -0400)]
Undo last patch
Ulrich Drepper [Mon, 30 May 2011 16:33:12 +0000 (12:33 -0400)]
Add BZ number to NEWS
Ulrich Drepper [Mon, 30 May 2011 16:31:25 +0000 (12:31 -0400)]
Handle DSOs without any dependency in ld.so
Ulrich Drepper [Mon, 30 May 2011 15:57:50 +0000 (11:57 -0400)]
One more thinko in CL
Ulrich Drepper [Mon, 30 May 2011 15:14:06 +0000 (11:14 -0400)]
Fix typo in CL
Ulrich Drepper [Mon, 30 May 2011 05:55:40 +0000 (01:55 -0400)]
Prevent loader from loading itself
Ulrich Drepper [Mon, 30 May 2011 03:49:49 +0000 (23:49 -0400)]
Restore _res correctly
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.
Ulrich Drepper [Mon, 30 May 2011 02:28:01 +0000 (22:28 -0400)]
Reference wrong BZ
Ulrich Drepper [Mon, 30 May 2011 02:26:43 +0000 (22:26 -0400)]
Interpret numeric values in shadow file as signed
Ulrich Drepper [Mon, 30 May 2011 02:07:49 +0000 (22:07 -0400)]
Make resolv.conf parsing more compact
Ulrich Drepper [Mon, 30 May 2011 01:43:33 +0000 (21:43 -0400)]
Recognize use-vc option in resolv.conf
Ulrich Drepper [Mon, 30 May 2011 01:33:30 +0000 (21:33 -0400)]
Record when bug 11577 was fixed and by which patch
Ulrich Drepper [Mon, 30 May 2011 01:25:58 +0000 (21:25 -0400)]
Don't build AVX tests with old compilers
Ulrich Drepper [Mon, 30 May 2011 01:10:23 +0000 (21:10 -0400)]
Mark malloc hook variables as deprecated
Ulrich Drepper [Mon, 30 May 2011 00:43:54 +0000 (20:43 -0400)]
Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added
Ulrich Drepper [Mon, 30 May 2011 00:41:09 +0000 (20:41 -0400)]
Missed one malloc hook variable
Ulrich Drepper [Mon, 30 May 2011 00:40:08 +0000 (20:40 -0400)]
Declare malloc hook variables as volatile.
Ulrich Drepper [Mon, 30 May 2011 00:26:04 +0000 (20:26 -0400)]
Fix typo in last patch to locarchive.c
Ulrich Drepper [Mon, 30 May 2011 00:12:15 +0000 (20:12 -0400)]
Same change for the other siginfi.h files
Ulrich Drepper [Mon, 30 May 2011 00:05:30 +0000 (20:05 -0400)]
Don't document si_code used for raise()
Ulrich Drepper [Sat, 28 May 2011 21:14:30 +0000 (17:14 -0400)]
Fix unnecessary overallocation due to incomplete character
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.
Ulrich Drepper [Sat, 28 May 2011 20:59:30 +0000 (16:59 -0400)]
Handle failure of _nl_explode_name in all cases
Ulrich Drepper [Sat, 28 May 2011 18:43:43 +0000 (14:43 -0400)]
Remove unused variable
Ulrich Drepper [Sat, 28 May 2011 18:22:06 +0000 (14:22 -0400)]
Fix bug in last checkin which left ldd uninstalled
Ulrich Drepper [Sat, 28 May 2011 17:20:12 +0000 (13:20 -0400)]
Add sotruss program
Ulrich Drepper [Sat, 28 May 2011 17:18:57 +0000 (13:18 -0400)]
Fix build for platforms with socketcall syscall
Ulrich Drepper [Sat, 28 May 2011 13:49:05 +0000 (09:49 -0400)]
Unify messages
Some shell scripts unnecessarily used different formats for some
messages. Unify them to reduce the work of translators.
Ulrich Drepper [Sat, 28 May 2011 05:53:26 +0000 (01:53 -0400)]
Add support for time syscall in vDSO
Ulrich Drepper [Sat, 28 May 2011 05:43:20 +0000 (01:43 -0400)]
Add sendmmsg syscall
Ulrich Drepper [Sat, 28 May 2011 04:53:13 +0000 (00:53 -0400)]
Set setns system call
Ulrich Drepper [Fri, 27 May 2011 20:09:52 +0000 (16:09 -0400)]
Use getcpu definition from vDSO on x86-64
Ulrich Drepper [Fri, 27 May 2011 12:37:18 +0000 (08:37 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
NEWS
Ulrich Drepper [Fri, 27 May 2011 12:35:44 +0000 (08:35 -0400)]
Add test for last iconv bug
Andreas Schwab [Fri, 27 May 2011 12:34:00 +0000 (08:34 -0400)]
Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation
Jakub Jelinek [Wed, 25 May 2011 20:57:13 +0000 (16:57 -0400)]
Undo accidental change in x86-64 user.h
Ulrich Drepper [Wed, 25 May 2011 19:14:21 +0000 (15:14 -0400)]
Update Japanese translation
Ulrich Drepper [Mon, 23 May 2011 19:53:37 +0000 (15:53 -0400)]
Define RLIMIT_RTTIME
Andreas Schwab [Mon, 23 May 2011 15:53:24 +0000 (11:53 -0400)]
Update longlong.h from GCC
Andreas Schwab [Mon, 23 May 2011 15:51:12 +0000 (11:51 -0400)]
Fix sysconf compilation for !HP_TIMING_AVAIL archs
Ulrich Drepper [Mon, 23 May 2011 03:04:16 +0000 (23:04 -0400)]
Add a few more alloca size checks
Ulrich Drepper [Mon, 23 May 2011 01:30:31 +0000 (21:30 -0400)]
Fix flags parameter value passed to pltenter and pltexit
Ulrich Drepper [Sat, 21 May 2011 21:20:41 +0000 (17:20 -0400)]
Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
Ulrich Drepper [Sat, 21 May 2011 20:19:06 +0000 (16:19 -0400)]
Fix last change
And optimize a bit.
Ulrich Drepper [Sat, 21 May 2011 16:11:36 +0000 (12:11 -0400)]
Always fill output buffer in XPG strerror function
Ulrich Drepper [Sat, 21 May 2011 16:09:23 +0000 (12:09 -0400)]
Nicer output for negative error numbers in strerror_r
Ulrich Drepper [Sat, 21 May 2011 15:33:05 +0000 (11:33 -0400)]
Fix CP1258 conversion
a5 ec was mishandled and the other direction appropriately so, too.
Ulrich Drepper [Sat, 21 May 2011 12:00:14 +0000 (08:00 -0400)]
Fix configure visibility tests
Ulrich Drepper [Sat, 21 May 2011 06:06:45 +0000 (02:06 -0400)]
Fix handling of LC_CTYPE in locale name handling
Ulrich Drepper [Sat, 21 May 2011 04:42:06 +0000 (00:42 -0400)]
Set stream errors in more cases
Also avoid unnecessarily setting errno when testing for TTY.
Ulrich Drepper [Sat, 21 May 2011 03:46:03 +0000 (23:46 -0400)]
Don't unconditionally use alloca in gaih_inet
Reuben Thomas [Fri, 20 May 2011 13:14:03 +0000 (09:14 -0400)]
Update documentation in regex.h
Ryan S. Arnold [Fri, 20 May 2011 10:34:48 +0000 (06:34 -0400)]
Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.
(cherry picked from commit
4749a0058b27274a95c5a798e339c7299cdf890e )
Conflicts:
ChangeLog
Andreas Schwab [Fri, 20 May 2011 01:15:22 +0000 (21:15 -0400)]
Remove __libc_alloca_cutoff workaround
Ulrich Drepper [Fri, 20 May 2011 01:09:29 +0000 (21:09 -0400)]
Cleanup namespace use.
Ulrich Drepper [Wed, 18 May 2011 23:52:42 +0000 (19:52 -0400)]
Fix whitespace
H.J. Lu [Wed, 18 May 2011 23:50:48 +0000 (19:50 -0400)]
Fix typo in x86-64 powl
H.J. Lu [Tue, 17 May 2011 05:45:49 +0000 (01:45 -0400)]
Fix fileops.c build for old kernels
Ulrich Drepper [Tue, 17 May 2011 05:42:27 +0000 (01:42 -0400)]
Update GB18030 to 2005 version
Aharon Robbins [Mon, 16 May 2011 14:28:44 +0000 (10:28 -0400)]
Update RE_SYNTAX*_AWK constants in regex.h