jlayton/glibc.git
13 years ago2.12.90-6 fedora/glibc-2.12.90-6
Andreas Schwab [Wed, 21 Jul 2010 15:03:41 +0000 (17:03 +0200)]
2.12.90-6

13 years agoBump minimum kernel version to 2.6.32
Andreas Schwab [Wed, 21 Jul 2010 15:03:28 +0000 (17:03 +0200)]
Bump minimum kernel version to 2.6.32

13 years agoRemove undefined operations
Andreas Schwab [Sun, 18 Jul 2010 13:14:25 +0000 (15:14 +0200)]
Remove undefined operations

13 years ago2.12.90-5 fedora/glibc-2.12.90-5
Andreas Schwab [Mon, 12 Jul 2010 09:52:46 +0000 (11:52 +0200)]
2.12.90-5

13 years agoMerge remote branch 'origin/master' into fedora/master
Andreas Schwab [Mon, 12 Jul 2010 09:37:08 +0000 (11:37 +0200)]
Merge remote branch 'origin/master' into fedora/master

13 years agoDon't use --add when defining glibc.ports-repo
Andreas Schwab [Mon, 12 Jul 2010 08:08:16 +0000 (10:08 +0200)]
Don't use --add when defining glibc.ports-repo

13 years agoUse newer autoconf.
Ulrich Drepper [Sat, 10 Jul 2010 02:25:39 +0000 (19:25 -0700)]
Use newer autoconf.

13 years agoAvoid namespace pollution.
Ulrich Drepper [Sat, 10 Jul 2010 02:25:23 +0000 (19:25 -0700)]
Avoid namespace pollution.

13 years agoPut ports into the rpm.
Roland McGrath [Sat, 10 Jul 2010 00:12:53 +0000 (17:12 -0700)]
Put ports into the rpm.

13 years agoUse canonical gnu.org URLs.
Roland McGrath [Fri, 9 Jul 2010 19:21:09 +0000 (12:21 -0700)]
Use canonical gnu.org URLs.

13 years agoDon't pass NULL occation to dl_signal_cerror
Andreas Schwab [Tue, 6 Jul 2010 15:09:54 +0000 (08:09 -0700)]
Don't pass NULL occation to dl_signal_cerror

13 years agoFix type mismatch
Andreas Schwab [Tue, 6 Jul 2010 15:08:46 +0000 (08:08 -0700)]
Fix type mismatch

13 years agoMerge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Tue, 6 Jul 2010 14:49:58 +0000 (07:49 -0700)]
Merge branch 'master' of ssh://sourceware.org/git/glibc

Conflicts:
ChangeLog

13 years agoImplement _PC_PIPE_BUF.
Ulrich Drepper [Tue, 6 Jul 2010 14:48:23 +0000 (07:48 -0700)]
Implement _PC_PIPE_BUF.

Now that the kernel has appropriate support we can implement this
fpathconf command correctly.

13 years agoManual wording fix for round{,f,l}.
Roland McGrath [Tue, 6 Jul 2010 01:28:24 +0000 (18:28 -0700)]
Manual wording fix for round{,f,l}.

13 years agoCleanup new tst-abstime program some more.
Ulrich Drepper [Sat, 3 Jul 2010 21:05:02 +0000 (14:05 -0700)]
Cleanup new tst-abstime program some more.

13 years agoMore linking issues fixed.
Ulrich Drepper [Fri, 2 Jul 2010 16:49:05 +0000 (09:49 -0700)]
More linking issues fixed.

13 years agoImprove new tst-abstime test.
Ulrich Drepper [Fri, 2 Jul 2010 14:08:07 +0000 (07:08 -0700)]
Improve new tst-abstime test.

13 years ago2.12.90-4 fedora/glibc-2.12.90-4
Andreas Schwab [Fri, 2 Jul 2010 09:35:11 +0000 (11:35 +0200)]
2.12.90-4

13 years agoMerge remote branch 'origin/master' into fedora/master
Andreas Schwab [Fri, 2 Jul 2010 09:21:44 +0000 (11:21 +0200)]
Merge remote branch 'origin/master' into fedora/master

13 years agoFix PLT reference
Andreas Schwab [Thu, 1 Jul 2010 11:14:26 +0000 (13:14 +0200)]
Fix PLT reference

13 years agoFix setxid race handling exiting threads
Andreas Schwab [Fri, 25 Jun 2010 08:41:17 +0000 (10:41 +0200)]
Fix setxid race handling exiting threads

13 years agoAdd missing file
Andreas Schwab [Wed, 30 Jun 2010 13:56:48 +0000 (15:56 +0200)]
Add missing file

13 years agoFix dlfcn/Makefile cleanup
Andreas Schwab [Fri, 2 Jul 2010 06:02:50 +0000 (23:02 -0700)]
Fix dlfcn/Makefile cleanup

13 years agoWork around kernel rejecting valid absolute timestamps
Andreas Schwab [Fri, 2 Jul 2010 02:07:14 +0000 (19:07 -0700)]
Work around kernel rejecting valid absolute timestamps

13 years agoFix build with newer linker.
Ulrich Drepper [Fri, 2 Jul 2010 02:03:29 +0000 (19:03 -0700)]
Fix build with newer linker.

13 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)

13 years agoImprove 64bit memcpy/memmove for Atom, Core 2 and Core i7
H.J. Lu [Wed, 30 Jun 2010 15:26:11 +0000 (08:26 -0700)]
Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7

This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and
Core i7.  It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and
up to 1X on Core i7.  It also improves memmove by up to 3X on Atom, up to
4X on Core 2 and up to 2X on Core i7.

13 years agoFix scope handling during dl_close
Andreas Schwab [Wed, 26 May 2010 16:28:59 +0000 (18:28 +0200)]
Fix scope handling during dl_close

13 years agoRevert unwanted patch. Again.
Ulrich Drepper [Mon, 28 Jun 2010 02:52:51 +0000 (19:52 -0700)]
Revert unwanted patch.  Again.

13 years agoFix whitespaces.
Ulrich Drepper [Mon, 28 Jun 2010 02:39:01 +0000 (19:39 -0700)]
Fix whitespaces.

13 years agoRevert "Sun agreed to a change of the license for the RPC code to a BSD-like license."
Ulrich Drepper [Mon, 28 Jun 2010 02:34:03 +0000 (19:34 -0700)]
Revert "Sun agreed to a change of the license for the RPC code to a BSD-like license."

This reverts commit ab09b221594f12d90a63d29cbf5488d91f39d3f3.

The lawyers now say the copy in glibc isn't contained in the
agreement.

13 years agoWhitespace fix in CL.
Ulrich Drepper [Mon, 28 Jun 2010 02:31:18 +0000 (19:31 -0700)]
Whitespace fix in CL.

13 years agoWorkaround assembler bug sneaking in nopl
Andreas Schwab [Mon, 21 Jun 2010 14:54:50 +0000 (16:54 +0200)]
Workaround assembler bug sneaking in nopl

13 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.

13 years agoEscape % in %changelog
Andreas Schwab [Mon, 21 Jun 2010 13:07:12 +0000 (15:07 +0200)]
Escape % in %changelog

13 years agoCorrect checking loop in group_member.
Ulrich Drepper [Sat, 19 Jun 2010 18:38:04 +0000 (11:38 -0700)]
Correct checking loop in group_member.

13 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*.

13 years ago2.12.90-3 fedora/glibc-2.12.90-3
Andreas Schwab [Tue, 15 Jun 2010 08:18:46 +0000 (10:18 +0200)]
2.12.90-3

13 years agoMerge remote branch 'origin/master' into fedora/master
Andreas Schwab [Tue, 15 Jun 2010 08:07:36 +0000 (10:07 +0200)]
Merge remote branch 'origin/master' into fedora/master

13 years agodlfcn/Makefile cleanup
Andreas Schwab [Tue, 15 Jun 2010 00:32:36 +0000 (17:32 -0700)]
dlfcn/Makefile cleanup

13 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.

13 years agoMore whitespace fixes.
Ulrich Drepper [Tue, 15 Jun 2010 00:16:23 +0000 (17:16 -0700)]
More whitespace fixes.

13 years agoFix whitespaces.
Ulrich Drepper [Tue, 15 Jun 2010 00:15:33 +0000 (17:15 -0700)]
Fix whitespaces.

13 years agopower7 string compare optimizations
Luis Machado [Tue, 15 Jun 2010 00:13:24 +0000 (17:13 -0700)]
power7 string compare optimizations

13 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.

13 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

13 years agoMerge branch 'master' of ssh://sources.redhat.com/git/glibc
Ulrich Drepper [Mon, 14 Jun 2010 21:48:37 +0000 (14:48 -0700)]
Merge branch 'master' of ssh://sources.redhat.com/git/glibc

Conflicts:
ChangeLog

13 years agoDefine F_SETPIPE_SZ and F_GETPIPE_SZ.
Ulrich Drepper [Mon, 14 Jun 2010 21:47:34 +0000 (14:47 -0700)]
Define F_SETPIPE_SZ and F_GETPIPE_SZ.

13 years agoChange manual license to GFDL v1.3.
Roland McGrath [Mon, 14 Jun 2010 18:15:00 +0000 (11:15 -0700)]
Change manual license to GFDL v1.3.

13 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++.

13 years agoProperly set __libc_multiple_libcs
Andreas Schwab [Fri, 11 Jun 2010 09:04:11 +0000 (11:04 +0200)]
Properly set __libc_multiple_libcs

13 years agoDon't assume AT_PAGESIZE is always available
Andreas Schwab [Thu, 10 Jun 2010 14:54:06 +0000 (16:54 +0200)]
Don't assume AT_PAGESIZE is always available

13 years agoDon't call uname or getrlimit in libpthread init function
Andreas Schwab [Thu, 8 Apr 2010 09:18:26 +0000 (11:18 +0200)]
Don't call uname or getrlimit in libpthread init function

13 years agoMark /etc/rpc as %config
Andreas Schwab [Thu, 10 Jun 2010 12:31:12 +0000 (14:31 +0200)]
Mark /etc/rpc as %config

13 years agoHurd: Fix linkat symlink handling.
Emilio Pozuelo Monfort [Wed, 2 Jun 2010 17:24:59 +0000 (10:24 -0700)]
Hurd: Fix linkat symlink handling.

13 years ago2.12.90-2 fedora/glibc-2.12.90-2
Andreas Schwab [Mon, 31 May 2010 14:43:41 +0000 (16:43 +0200)]
2.12.90-2

13 years agoMerge remote branch 'origin/master' into fedora/master
Andreas Schwab [Mon, 31 May 2010 14:40:07 +0000 (16:40 +0200)]
Merge remote branch 'origin/master' into fedora/master

13 years agoFix users and groups creation in nscd %post script
Andreas Schwab [Mon, 31 May 2010 14:37:00 +0000 (16:37 +0200)]
Fix users and groups creation in nscd %post script

13 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

13 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.

13 years agoAdd missing makefile dependencies
Andreas Schwab [Thu, 27 May 2010 16:26:02 +0000 (18:26 +0200)]
Add missing makefile dependencies

13 years agoUse cwd for all rpmbuild dirs when building src rpm
Andreas Schwab [Thu, 27 May 2010 12:51:16 +0000 (14:51 +0200)]
Use cwd for all rpmbuild dirs when building src rpm

13 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()

13 years agoUpdate releases URL
Andreas Schwab [Tue, 25 May 2010 14:49:41 +0000 (16:49 +0200)]
Update releases URL

13 years agoAvoid strict-aliasing issues
Andreas Schwab [Tue, 25 May 2010 13:09:20 +0000 (15:09 +0200)]
Avoid strict-aliasing issues

13 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

13 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.

13 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

13 years agoImplement recvmmsg also as socketcall
Andreas Schwab [Fri, 21 May 2010 19:11:28 +0000 (12:11 -0700)]
Implement recvmmsg also as socketcall

13 years agosunrpc: Fix spurious fall-through
Andreas Schwab [Fri, 21 May 2010 18:52:20 +0000 (11:52 -0700)]
sunrpc: Fix spurious fall-through

13 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++

13 years agoAdd missing files.
Luis Machado [Thu, 20 May 2010 11:35:05 +0000 (04:35 -0700)]
Add missing files.

13 years ago2.12.90-1 fedora/glibc-2.12.90-1
Andreas Schwab [Wed, 19 May 2010 11:09:19 +0000 (13:09 +0200)]
2.12.90-1

13 years agoMerge remote branch 'origin/master' into fedora/master
Andreas Schwab [Wed, 19 May 2010 11:03:56 +0000 (13:03 +0200)]
Merge remote branch 'origin/master' into fedora/master

13 years agoSwitch to devel as the default dist branch
Andreas Schwab [Wed, 19 May 2010 09:52:29 +0000 (11:52 +0200)]
Switch to devel as the default dist branch

13 years agoPOWER7 optimized memset.
Luis Machado [Wed, 19 May 2010 07:47:37 +0000 (00:47 -0700)]
POWER7 optimized memset.

13 years agoBeginning of 2.13 release.
Ulrich Drepper [Wed, 19 May 2010 07:39:18 +0000 (00:39 -0700)]
Beginning of 2.13 release.

13 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.

13 years agoglibc.spec: remove extra -o in find command
Andreas Schwab [Mon, 17 May 2010 09:26:04 +0000 (11:26 +0200)]
glibc.spec: remove extra -o in find command

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

13 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.

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

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

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

13 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.

13 years agoRequire coreutils instead of sh-utils
Andreas Schwab [Thu, 6 May 2010 11:42:26 +0000 (13:42 +0200)]
Require coreutils instead of sh-utils

13 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

13 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

13 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.

13 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.

13 years agoFix exit codes in nscd start script
Andreas Schwab [Wed, 5 May 2010 11:16:21 +0000 (13:16 +0200)]
Fix exit codes in nscd start script

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

13 years agoUpdate to 2.12 release. fedora/glibc-2.12-1
Roland McGrath [Wed, 5 May 2010 07:42:45 +0000 (09:42 +0200)]
Update to 2.12 release.

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

13 years agoMerge commit 'origin/master' into fedora/master
Roland McGrath [Tue, 4 May 2010 19:13:28 +0000 (12:13 -0700)]
Merge commit 'origin/master' into fedora/master

13 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.

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

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

13 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.