]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
13 years agoCorrect ordering of entries and spurious whitespace on the end of a line. ibm/2.12/master
Ryan S. Arnold [Wed, 11 Jan 2012 20:42:27 +0000 (14:42 -0600)] 
Correct ordering of entries and spurious whitespace on the end of a line.

13 years agoMerge Adhemerval Zanella's pipe2 fix into ibm/2.12/master.
Adhemerval Zanella [Wed, 11 Jan 2012 20:37:16 +0000 (14:37 -0600)] 
Merge Adhemerval Zanella's pipe2 fix into ibm/2.12/master.

13 years agoFix for AIO stack size (backported from 'master' branch)
Adhemerval Zanella [Fri, 6 Jan 2012 02:36:23 +0000 (21:36 -0500)] 
Fix for AIO stack size (backported from 'master' branch)

13 years agoAdd have_pipe2.
Adhemerval Zanella [Fri, 30 Dec 2011 01:42:16 +0000 (20:42 -0500)] 
Add have_pipe2.

13 years agoPowerPC - Optimization for str[n]casecmp functions
Adhemerval Zanella [Fri, 30 Dec 2011 00:43:33 +0000 (19:43 -0500)] 
PowerPC - Optimization for str[n]casecmp functions

This patch provides throughput boost for the strcasecmp function
(25% on ppc32 and 40% on ppc64) and strncasecmp (15% on both ppc32
and ppc64) for POWER7. The optimization is done by manually
(strcasecmp) or automatically (strncasecmp) unrolling the test loop
to avoid CPU stalls caused by a test followed by a load.

13 years agoPowerPC - Optimization for nearbyint[f]
Adhemerval Zanella [Fri, 30 Dec 2011 00:41:37 +0000 (19:41 -0500)] 
PowerPC - Optimization for nearbyint[f]

This patch provides throughput boost for the nearbyint[f] functions
for POWER. For POWER7, it improves performance for nearbyintf from
5 (ppc32) to 6 times (ppc64) and for nearbyint from 2.5 up to 5
times. For POWER6 it improves nearbyintf up to 2x (ppc64) and
nearbyint up to 4x.

13 years agoFix compilation due to __nan defines
Adhemerval Zanella [Fri, 30 Dec 2011 00:39:22 +0000 (19:39 -0500)] 
Fix compilation due to __nan defines

Backport of commit #ee2aafe08e68c88412b7dcfa4b1e0d11789348f8

13 years agoFix a wrong constant in powerpc hypot implementation
Andreas Schwab [Fri, 30 Dec 2011 00:38:42 +0000 (19:38 -0500)] 
Fix a wrong constant in powerpc hypot implementation

Backport of commit #850fb039cec802072f70ed9763927881bbbf639c

13 years agoPowerPC: Arithmetic function optimizations for POWER
Adhemerval Zanella [Fri, 30 Dec 2011 00:37:51 +0000 (19:37 -0500)] 
PowerPC: Arithmetic function optimizations for POWER

This patch creates inline assembly functions that use intrinsic PPC
floating point instructions when the platform supports them but rely on
the internal GLIBC functions when the instructions are not implemented
(for instance, on POWER4).

13 years agoOptimize libm
Ulrich Drepper [Fri, 30 Dec 2011 00:37:22 +0000 (19:37 -0500)] 
Optimize libm

libm is now somewhat integrated with gcc's -ffinite-math-only option
and lots of the wrapper functions have been optimized.

Backport of commit #0ac5ae2335292908f39031b1ea9fe8edce433c0f

13 years agoFix PLT uses in libm on powerpc
Andreas Schwab [Fri, 30 Dec 2011 00:36:37 +0000 (19:36 -0500)] 
Fix PLT uses in libm on powerpc

Backport of commit #edc121be8b53da57950daf6f42a619b5826f30b6

13 years agoFix POWER4/POWER7 optimized strncmp to not read past differing bytes
Andreas Schwab [Mon, 18 Apr 2011 02:03:53 +0000 (22:03 -0400)] 
Fix POWER4/POWER7 optimized strncmp to not read past differing bytes

13 years agoOptimize the aligned copy for power7 with vector-scalar insns.
Will Schmidt [Tue, 2 Aug 2011 22:55:36 +0000 (17:55 -0500)] 
Optimize the aligned copy for power7 with vector-scalar insns.

13 years agoPrevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.
Ryan S. Arnold [Wed, 18 May 2011 20:19:56 +0000 (15:19 -0500)] 
Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.

13 years agoFix profiling on powerpc32 secure-plt shared libs and PIEs
Alan Modra [Fri, 19 Aug 2011 16:39:38 +0000 (11:39 -0500)] 
Fix profiling on powerpc32 secure-plt shared libs and PIEs

This patch moves the ppc32 _mcount to libc_shared.a, fixing a
long-standing bug with profiling of secure-plt shared libraries and
PIEs.  The problem is that a ppc32 PIC PLT call stub uses r30 (GOT
pointer) to load the function address from the PLT, r30 being set up
in the function prologue, but _mcount is called before the function
prologue.  So chances are good that r30 will be pointing to the
executable GOT when trying to call _mcount in a shared lib function.
A similar problem can occur in a PIE if a shared lib calls a function
in the executable.

13 years agoCheck for finite/infinity parms in IBM Long Double 128 fmal( )
Dave Flaherty [Fri, 19 Aug 2011 15:29:30 +0000 (10:29 -0500)] 
Check for finite/infinity parms in IBM Long Double 128 fmal( )

This patch addresses some IBM Long Double 128 fmal () test-ldouble.out
and test-ildoubl.out failures.  If the ‘x’ and ‘y’ parameters are
finite values and ‘z’ is infinity, the result of fmal () should be ‘z’
not NaN.

13 years agoProvide a throughput boost to the 64-bit power7 strncmp code of approx
Will Schmidt [Thu, 18 Aug 2011 16:01:44 +0000 (11:01 -0500)] 
Provide a throughput boost to the 64-bit power7 strncmp code of approx
15%.  The 32-bit throughput is not notably affected by this change, so
the change to the 32-bit code is done to keep the two files in sync
with each other.

13 years agoTrigonometric optimizations for POWER cpus
Adhemerval Zanella [Thu, 18 Aug 2011 14:25:37 +0000 (09:25 -0500)] 
Trigonometric optimizations for POWER cpus

These POWER optimizations remove most of the FP->INT conversions in
hypot/hypotf and sinf/cosf on POWER making the computation done with
FP operations instead.  This eliminates Load-Hit-Store (LHS) stalls,
increasing performance of hypot/hypotf (by about 100% on POWER7 and
12% on POWER6) and sinf/cosf (by 80% on POWER7 and 30% on POWER6).

13 years agoComplete revert of git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473
Ryan S. Arnold [Mon, 12 Sep 2011 21:30:23 +0000 (16:30 -0500)] 
Complete revert of git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473

    Avoid deadcode and remove regressive optimization for POWER[5|6].

Complete revert of git commit 5939fc0867e1616a537c26d84ca1612b53b0303e

    Trigonometric optimizations for POWER cpus

13 years agoRevert git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473
Ryan S. Arnold [Fri, 9 Sep 2011 16:58:57 +0000 (11:58 -0500)] 
Revert git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473

    Avoid deadcode and remove regressive optimization for POWER[5|6].

Revert git commit 5939fc0867e1616a537c26d84ca1612b53b0303e

    Trigonometric optimizations for POWER cpus

14 years agoRemove pthread_attr_setstacksize from __aio_create_helper_thread.
ryanarn [Fri, 1 Jul 2011 14:42:21 +0000 (09:42 -0500)] 
Remove pthread_attr_setstacksize from __aio_create_helper_thread.

14 years agoRevert git commit db90a4844fc2f0eb7d6a45a317d9e625cca370e8
ryanarn [Fri, 1 Jul 2011 14:20:52 +0000 (09:20 -0500)] 
Revert git commit db90a4844fc2f0eb7d6a45a317d9e625cca370e8

14 years agoStatic TLS memory leak fix (DTV case)
Alan Modra [Tue, 3 May 2011 22:35:24 +0000 (17:35 -0500)] 
Static TLS memory leak fix (DTV case)

14 years agoSet stacksize in __aio_create_helper_thread to default for AIO with TLS.
Ryan S. Arnold [Fri, 1 Jul 2011 12:02:57 +0000 (07:02 -0500)] 
Set stacksize in __aio_create_helper_thread to default for AIO with TLS.

14 years agoAvoid deadcode and remove regressive optimization for POWER[5|6].
Adhemerval Zanella [Tue, 28 Jun 2011 20:50:13 +0000 (15:50 -0500)] 
Avoid deadcode and remove regressive optimization for POWER[5|6].

14 years agoTrigonometric optimizations for POWER cpus
Adhemerval Zanella [Fri, 17 Jun 2011 18:30:52 +0000 (13:30 -0500)] 
Trigonometric optimizations for POWER cpus

These optimizations remove most of the FP->INT conversions making
the computation done with FP operations instead. This eliminates
Load-Hit-Store (LHS) stalls on POWER, increasing performance of
hypot/hypotf (about 50% on POWER7, 25% on POWER6, and 30% on POWER5)
and sinf/cosf (30% on POWER7, 15% on POWER6, and 10% on POWER5).

14 years agoCorrect "//" in search paths due to LD_AT_PLATFORM=""
Ryan S. Arnold [Wed, 25 May 2011 16:11:25 +0000 (11:11 -0500)] 
Correct "//" in search paths due to LD_AT_PLATFORM=""

14 years agoFix two printf handler issues.
Jakub Jelinek [Tue, 15 Feb 2011 18:51:48 +0000 (13:51 -0500)] 
Fix two printf handler issues.
(cherry picked from commit c1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec)

14 years agoCorrect POWER6 END(__isnan) to END(__isnanf).
Ryan S. Arnold [Wed, 16 Mar 2011 16:13:23 +0000 (11:13 -0500)] 
Correct POWER6 END(__isnan) to END(__isnanf).

14 years agoAdd #include <stdint.h> to tst-writev.c for backport.
Ryan S. Arnold [Thu, 17 Feb 2011 16:59:17 +0000 (10:59 -0600)] 
Add #include <stdint.h> to tst-writev.c for backport.

14 years agoFix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.
Ryan S. Arnold [Thu, 17 Feb 2011 06:21:08 +0000 (01:21 -0500)] 
Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.
(cherry picked from commit d55fd7a5573ea7c7c14af95bc37618469cde8a5f)

14 years agoPrevent VSX type TOC ref in _dl_start before relocs are resolved.
Ryan S. Arnold [Wed, 16 Feb 2011 19:04:16 +0000 (13:04 -0600)] 
Prevent VSX type TOC ref in _dl_start before relocs are resolved.

Disable VSX instruction usage in rtld.c with -mno-vsx so that, under
-O3 optimization, a TOC reference isn't used for a zero constant in a
VSX register prior to resolution of relocations.

14 years agoReverse -mno-vsx commits in order to correct it later.
Ryan S. Arnold [Wed, 16 Feb 2011 18:49:32 +0000 (12:49 -0600)] 
Reverse -mno-vsx commits in order to correct it later.

Reversing commits c3b77b811fc7106a4cc9d491c1cc9358fb266c42
and 4265a8e3556a90e6e2ee583388d8aaa0d93cfa29

14 years agoPrevent VSX type TOC ref in _dl_start before relocs are resolved.
Ryan S. Arnold [Tue, 15 Feb 2011 15:50:09 +0000 (09:50 -0600)] 
Prevent VSX type TOC ref in _dl_start before relocs are resolved.

Disable VSX instruction usage in rtld.c with -mno-vsx so that, under
-O3 optimization, a TOC reference isn't used for a zero constant in a
VSX register prior to resolution of relocations.

14 years agoPrevent VSX type TOC ref in _dl_start before relocs are resolved.
Ryan S. Arnold [Tue, 15 Feb 2011 15:50:09 +0000 (09:50 -0600)] 
Prevent VSX type TOC ref in _dl_start before relocs are resolved.

Disable VSX instruction usage in rtld.c with -mno-vsx so that, under
-O3 optimization, a TOC reference isn't used for a zero constant in a
VSX register prior to resolution of relocations.

14 years agoFix comparison in sqrtl for IBM long double 128.
Luis Machado [Wed, 10 Nov 2010 21:15:05 +0000 (16:15 -0500)] 
Fix comparison in sqrtl for IBM long double 128.
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)

14 years agopower7-optimized mempcpy
Luis Machado [Fri, 5 Nov 2010 12:01:13 +0000 (08:01 -0400)] 
power7-optimized mempcpy
(cherry picked from commit 344d0b545d0a0a0ab737ff333d807969721ce381)

14 years agoThis patch is not upstream. It is useful and non-invasive. It allows some
Ryan Arnold [Tue, 11 May 2010 14:48:21 +0000 (09:48 -0500)] 
This patch is not upstream.  It is useful and non-invasive.  It allows some
recent versions of GCC to compile GLIBC when altivec is configured.

2009-11-06  Petr Baudis <pasky@suse.cz>

* include/sys/uio.h: Change __vector to __iovec to avoid clash
with altivec.
(cherry picked from commit bcb75669959f740e04208b773e99d87c5342dc34)

14 years agoPowerPC64 doesn't need an executable stack and therefore doesn't need
Ryan Arnold [Mon, 1 Nov 2010 20:38:51 +0000 (15:38 -0500)] 
PowerPC64 doesn't need an executable stack and therefore doesn't need
PT_GNU_STACK to make the stack no-exec.  This change abstracts the stack
permissions settings into a macro defined in a header.

14 years agoIEEE quad fmal fixes
Jakub Jelinek [Mon, 18 Oct 2010 11:29:50 +0000 (07:29 -0400)] 
IEEE quad fmal fixes
(cherry picked from commit 7c08a05c5f4f86f9e249c2554b1628da0f812364)

14 years agoAdd C99 FP_FAST_FMA{,F,L} macros to math.h
Michael Meissner [Tue, 19 Oct 2010 16:49:05 +0000 (12:49 -0400)] 
Add C99 FP_FAST_FMA{,F,L} macros to math.h
(cherry picked from commit d20501241ea423e477b357d93147530987e0d89e)

14 years agoMissing CL.
Jakub Jelinek [Fri, 15 Oct 2010 19:27:16 +0000 (15:27 -0400)] 
Missing CL.
(cherry picked from commit 475facd1f553ad6d45de1137bd2a22e70307c7bf)

14 years agoImplement fmal, some fma bugfixes
Jakub Jelinek [Fri, 15 Oct 2010 19:26:06 +0000 (15:26 -0400)] 
Implement fmal, some fma bugfixes
(cherry picked from commit 3e692e0518b4f4679352d25102bd47cf3f85c592)

14 years agoFix some more dbl-64/s_fma.c issue
Jakub Jelinek [Fri, 15 Oct 2010 19:25:14 +0000 (15:25 -0400)] 
Fix some more dbl-64/s_fma.c issue
(cherry picked from commit f3f7372de1401b99f0a318ce09caf73e42d6f022)

14 years agoImplement accurate fma.
Jakub Jelinek [Thu, 14 Oct 2010 02:27:03 +0000 (22:27 -0400)] 
Implement accurate fma.
(cherry picked from commit 5e908464b9603e9cd95047d2edd00de5f78fedaf)

14 years agoCorrect implementation of fmaf.
Jakub Jelinek [Mon, 11 Oct 2010 13:27:05 +0000 (09:27 -0400)] 
Correct implementation of fmaf.

14 years agopowerpc: PPCA2/A2 optimized memcpy function
Michael B. Brutman [Mon, 25 Oct 2010 01:47:33 +0000 (21:47 -0400)] 
powerpc: PPCA2/A2 optimized memcpy function
(cherry picked from commit d0b9e94faf18f2585e7d0ae0b10daefb12f93059)

14 years agoPowerPC64 ABI fixes
Alan Modra [Thu, 12 Aug 2010 16:19:19 +0000 (09:19 -0700)] 
PowerPC64 ABI fixes
(cherry picked from commit bebff237c522e4e8e23204ca1e5104896389158e)

14 years agoWhitespace fixes.
Ulrich Drepper [Thu, 15 Jul 2010 15:39:26 +0000 (08:39 -0700)] 
Whitespace fixes.
(cherry picked from commit 9b059f977477351b1660cf50f6925e1eb0ec498b)

14 years agoPOWER6/7 optimizations for copysign
Luis Machado [Thu, 15 Jul 2010 15:24:40 +0000 (08:24 -0700)] 
POWER6/7 optimizations for copysign
(cherry picked from commit 77c1b06986d9ce8aacee8ea734ba42e635d79b2f)

14 years agopowerpc: Various P7-optimized string functions
Luis Machado [Thu, 19 Aug 2010 14:38:41 +0000 (07:38 -0700)] 
powerpc: Various P7-optimized string functions
(cherry picked from commit fe2f79db99a35919769a33f256e3a6067906c3e3)

14 years agopowerpc: Re-work the Implies structure
Luis Machado [Wed, 30 Jun 2010 16:57:38 +0000 (09:57 -0700)] 
powerpc: Re-work the Implies structure

This patch tries to organize the implies files for ppc, since there are
a number of processors and most of them are compatible with each other
(backwards compatible).

Having in mind that we start the search for processor-specific files in
the sysdeps/unix/sysv/linux tree
(sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/[processor]/fpu to be
exact), we would like to grab any linux-specific code from that tree
prior to going through the other tree (sysdeps/powerpc/...).

For that, i removed the Implies files that were originally inside the
fpu directories and placed then in the non-fpu directories (still inside
the unix/sysv/linux tree). If no processor-specific/linux-specific files
could be found, we "imply" the other tree's (sysdeps/powerpc/...) fpu
directory for that specific processor AND also the non-fpu directory for
that same tree.

If, again, no processor-specific code is found, we read another Implies
file that will point to the most compatible processor that we should
grab code from, and so on, until we reach the power4 processor.

So, in summary, the Implies files will live inside these directories
now:

* sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/[processor]
* sysdeps/powerpc/powerpc[32|64]/[processor]

Practical example of the order we will use to pick power6-specific code
with the new structure.

sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/power6/fpu ->
sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/power6 ->
sysdeps/powerpc/powerpc[32|64]/power6/fpu ->
sysdeps/powerpc/powerpc[32|64]/power6 ->
sysdeps/powerpc/powerpc[32|64]/power5+/fpu ->
sysdeps/powerpc/powerpc[32|64]/power5+ ->
sysdeps/powerpc/powerpc[32|64]/power5/fpu ->
sysdeps/powerpc/powerpc[32|64]/power5 ->
sysdeps/powerpc/powerpc[32|64]/power4/fpu ->
sysdeps/powerpc/powerpc[32|64]/power4 (from here, it'll go to the
generic path as usual)
(cherry picked from commit f47c9a11ad382c521d37c18d6b74c5017ffe4c1d)

14 years agoMore whitespace fixes.
Ulrich Drepper [Tue, 15 Jun 2010 00:16:23 +0000 (17:16 -0700)] 
More whitespace fixes.
(cherry picked from commit af6edc9c6a0376cfbd3da4856f873ea428da822b)

14 years agoFix whitespaces.
Ulrich Drepper [Tue, 15 Jun 2010 00:15:33 +0000 (17:15 -0700)] 
Fix whitespaces.
(cherry picked from commit 1dc242356a0726159841219c8293d31b9c9d08d1)

14 years agopower7 string compare optimizations
Luis Machado [Tue, 15 Jun 2010 00:13:24 +0000 (17:13 -0700)] 
power7 string compare optimizations
(cherry picked from commit 158db1226717c77f30ee2245e164f2e1f7721637)

14 years agoSmall fix to POWER7 32-bit memset
Luis Machado [Tue, 25 May 2010 00:56:44 +0000 (17:56 -0700)] 
Small fix to POWER7 32-bit memset
(cherry picked from commit ebd2e13d672d32bdc07e2ddadca68829840dd29c)

14 years agoSmall fix to POWER7 32-bit memcpy
Luis Machado [Fri, 28 May 2010 21:19:21 +0000 (14:19 -0700)] 
Small fix to POWER7 32-bit memcpy
(cherry picked from commit eb5ad2eb0d06326846ed37addebe187a0f67c7c7)

14 years agoAdd missing files.
Luis Machado [Thu, 20 May 2010 11:35:05 +0000 (04:35 -0700)] 
Add missing files.
(cherry picked from commit 33b8d90a1b41ba6a4a7b518d0a32258fadf5c040)

14 years agoPOWER7 optimized memset.
Luis Machado [Wed, 19 May 2010 07:47:37 +0000 (00:47 -0700)] 
POWER7 optimized memset.
(cherry picked from commit 4828935d386854c19275dbe39e07dbd4bd539d1c)

14 years agoAllow AT_PLATFORM=foo as an env variable to the loader to override the
Ryan Arnold [Tue, 26 Oct 2010 21:26:43 +0000 (16:26 -0500)] 
Allow AT_PLATFORM=foo as an env variable to the loader to override the
AT_PLATFORM value coming out of the aux vector.

14 years agoAdd test case for strstr problem.
Ulrich Drepper [Wed, 6 Oct 2010 17:48:51 +0000 (13:48 -0400)] 
Add test case for strstr problem.
(cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)

14 years agoFix strstr and memmem algorithm.
Eric Blake [Wed, 6 Oct 2010 17:48:07 +0000 (13:48 -0400)] 
Fix strstr and memmem algorithm.
(cherry picked from commit 5fb308bca2f333dcc835945be85e165cd7843d5b)

14 years agoFix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmp
Ulrich Drepper [Mon, 4 Oct 2010 02:10:30 +0000 (22:10 -0400)] 
Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmp
(cherry picked from commit 45db99c7d03e497a3320907e722270fb7ee852f3)

14 years agoFix ifunc thunk for strspn on x86 in static libc
Andreas Schwab [Thu, 19 Aug 2010 14:42:16 +0000 (07:42 -0700)] 
Fix ifunc thunk for strspn on x86 in static libc
(cherry picked from commit bdaa77bc20bbaf5a78da541b993cfead8b8c1b1c)

14 years ago(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.
Ulrich Drepper [Tue, 17 Aug 2010 09:05:30 +0000 (11:05 +0200)] 
(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.
(cherry picked from commit c86434ccb576a3ce35b5a74f72b9f03bd45b522a)

14 years agoMore fixes to error handling in getlogin_r.
Andreas Schwab [Mon, 21 Jun 2010 14:57:12 +0000 (07:57 -0700)] 
More fixes to error handling in getlogin_r.
(cherry picked from commit e35fcef8b739ed24e083ff8a3078ac14e101cf67)

14 years agoFix error handling in Linux getlogin*.
Ulrich Drepper [Sat, 19 Jun 2010 16:54:28 +0000 (09:54 -0700)] 
Fix error handling in Linux getlogin*.
(cherry picked from commit 63c4ed22b5048c8701d8806026c23cc95f0df756)

15 years agoglibc 2.12.1 release glibc-2.12.1
Andreas Schwab [Tue, 27 Jul 2010 11:34:39 +0000 (13:34 +0200)] 
glibc 2.12.1 release

15 years agoRegenerate NOTES
Andreas Schwab [Tue, 27 Jul 2010 11:33:47 +0000 (13:33 +0200)] 
Regenerate NOTES

15 years agoFlush cache after solving TEXTRELs if arch requires it.
Kirill A. Shutemov [Tue, 15 Jun 2010 00:23:01 +0000 (17:23 -0700)] 
Flush cache after solving TEXTRELs if arch requires it.
(cherry picked from commit 80da2e093c0e465cfa6e561488aac51c236b6fd2)

15 years ago[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.
Takashi Yoshii [Mon, 14 Jun 2010 23:56:22 +0000 (16:56 -0700)] 
[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.
(cherry picked from commit 4bc93b30337482a0ad1758b4ba069704d09c39da)

15 years agoFix use of extend_alloca in NIS
Andreas Schwab [Mon, 14 Jun 2010 23:54:43 +0000 (16:54 -0700)] 
Fix use of extend_alloca in NIS
(cherry picked from commit caa78cf824f98d6f02f2e39cb9cf253c8553946f)

15 years agoFix a couple of __REDIRECT () __THROW occurrences
Jakub Jelinek [Mon, 14 Jun 2010 15:18:26 +0000 (08:18 -0700)] 
Fix a couple of __REDIRECT () __THROW occurrences

This patch fixes some cases which fail to parse with C++.
(cherry picked from commit f32f28695d938597ad93177dc83225dcb3c69f74)

15 years agoIncorrect x86 CPU family and model check.
H.J. Lu [Thu, 27 May 2010 18:14:18 +0000 (11:14 -0700)] 
Incorrect x86 CPU family and model check.
(cherry picked from commit 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33)

15 years agoFix iov[] size in SH register_dump()
Takashi Yoshii [Wed, 26 May 2010 14:01:43 +0000 (07:01 -0700)] 
Fix iov[] size in SH register_dump()
(cherry picked from commit d2f73151763c27173d9a771cea722380d7fc61c2)

15 years agoDon't crash on unresolved weak symbol reference when auditing.
Ulrich Drepper [Sat, 22 May 2010 06:51:18 +0000 (23:51 -0700)] 
Don't crash on unresolved weak symbol reference when auditing.
(cherry picked from commit b32b8b451b398ebae33d4cf8039c03f4d615c0c3)

15 years agoDon't crash on unresolved weak symbol reference
Andreas Schwab [Fri, 21 May 2010 19:51:43 +0000 (12:51 -0700)] 
Don't crash on unresolved weak symbol reference
(cherry picked from commit 9acbe24da8c71704d03e30d1223f997442d4be0c)

15 years agoImplement recvmmsg also as socketcall
Andreas Schwab [Fri, 21 May 2010 19:11:28 +0000 (12:11 -0700)] 
Implement recvmmsg also as socketcall
(cherry picked from commit 3d04ff3a5d3ce3616837e1d15e03b6e1b360cf26)

15 years agosunrpc: Fix spurious fall-through
Andreas Schwab [Fri, 21 May 2010 18:52:20 +0000 (11:52 -0700)] 
sunrpc: Fix spurious fall-through
(cherry picked from commit f0ccf6ea41931f325df4699a4c7fdf81888563ee)

15 years agoMake <sys/timex.h> compatible with C++
Andreas Schwab [Fri, 21 May 2010 18:45:17 +0000 (11:45 -0700)] 
Make <sys/timex.h> compatible with C++
(cherry picked from commit 5b08ac571ff8e94fe96511a532f0d20997de5f52)

15 years agoFix typo in es_CR locale.
Andreas Schwab [Wed, 19 May 2010 06:47:09 +0000 (23:47 -0700)] 
Fix typo in es_CR locale.

15 years agoFix FP exception control.
Andrew Stubbs [Wed, 12 May 2010 17:18:26 +0000 (10:18 -0700)] 
Fix FP exception control.

15 years agoFix a const warning in ldconfig.
Roland McGrath [Fri, 7 May 2010 23:23:03 +0000 (16:23 -0700)] 
Fix a const warning in ldconfig.

15 years agoRefer to old CL file.
Ulrich Drepper [Fri, 7 May 2010 08:18:34 +0000 (01:18 -0700)] 
Refer to old CL file.

15 years agoEnable IDN support in getent.
Ulrich Drepper [Fri, 7 May 2010 05:23:13 +0000 (22:23 -0700)] 
Enable IDN support in getent.

15 years agoWS fixes
Ulrich Drepper [Thu, 6 May 2010 11:44:06 +0000 (04:44 -0700)] 
WS fixes

15 years agoFix race in free sanity check.
Ulrich Drepper [Thu, 6 May 2010 11:42:46 +0000 (04:42 -0700)] 
Fix race in free sanity check.

15 years agoFix lookup of collation sequence value during regexp matching
Andreas Schwab [Wed, 5 May 2010 16:59:25 +0000 (09:59 -0700)] 
Fix lookup of collation sequence value during regexp matching

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/glibc
Ulrich Drepper [Wed, 5 May 2010 16:48:21 +0000 (09:48 -0700)] 
Merge branch 'master' of ssh://sources.redhat.com/git/glibc

15 years agoFix name of tt_RU.UTF-8@iqtelif locale.
Andreas Schwab [Wed, 5 May 2010 16:47:25 +0000 (09:47 -0700)] 
Fix name of tt_RU.UTF-8@iqtelif locale.

15 years agoHandle too-small buffers in Linux getlogin_r.
Ulrich Drepper [Wed, 5 May 2010 16:44:50 +0000 (09:44 -0700)] 
Handle too-small buffers in Linux getlogin_r.

15 years agoRegenerate INSTALL
Andreas Schwab [Wed, 5 May 2010 08:14:51 +0000 (10:14 +0200)] 
Regenerate INSTALL

15 years agoRemove unnecessary Alpha support.
Ulrich Drepper [Wed, 5 May 2010 07:26:14 +0000 (00:26 -0700)] 
Remove unnecessary Alpha support.

15 years agoMention more bugs which are fixed.
Ulrich Drepper [Tue, 4 May 2010 11:27:23 +0000 (04:27 -0700)] 
Mention more bugs which are fixed.

15 years agoFix CL.
Ulrich Drepper [Tue, 4 May 2010 04:44:07 +0000 (21:44 -0700)] 
Fix CL.

15 years agoPrepare for release. glibc-2.12
Ulrich Drepper [Mon, 3 May 2010 21:11:14 +0000 (14:11 -0700)] 
Prepare for release.

15 years agoFix ldconfig to handle symlinks in chroot correctly.
Ulrich Drepper [Mon, 3 May 2010 21:04:52 +0000 (14:04 -0700)] 
Fix ldconfig to handle symlinks in chroot correctly.

15 years agoSimplify OOM handling in ldconfig.
Ulrich Drepper [Mon, 3 May 2010 20:33:13 +0000 (13:33 -0700)] 
Simplify OOM handling in ldconfig.

15 years agoOne more bug in ldconfig -r handling.
Ulrich Drepper [Mon, 3 May 2010 17:40:30 +0000 (10:40 -0700)] 
One more bug in ldconfig -r handling.

15 years agoStart of week is wrong for Switzerland.
Ulrich Drepper [Mon, 3 May 2010 17:04:06 +0000 (10:04 -0700)] 
Start of week is wrong for Switzerland.