This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.11.90-3-20-g600f972


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  600f9723fc372c37adfa171aae8e1f62cb5d5bba (commit)
       via  57596e7a129337d40dc4c966aa65009b7339f3cc (commit)
       via  2510d01ddba195f8cfaa3c2349f75e0612719d82 (commit)
       via  23b8575625a588e870c516c637945293adb824b4 (commit)
       via  5a9e37df223edefa76bfbdd1baee66e1f180f5e2 (commit)
       via  75956694f3f80a1c32389c95069641f52c236c8b (commit)
       via  51ddd2c01e0636f713417f30379b876e85558f61 (commit)
       via  9b2f1d4b58f192445db38d5bfe5de0eff2dc3b27 (commit)
       via  ca1ccae525fc15e5fb516bc52bebcb1b21c60926 (commit)
       via  9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8 (commit)
       via  2de59be022b924ef3d21375aca50a10e971942f8 (commit)
       via  a682a1bf553b1efe4dbb03207fece5b719cec482 (commit)
       via  633bbc1d9199b63b0bccaef57bbd15878a5980cc (commit)
       via  4940d71bef654affc617dcd9eb48b424646a1045 (commit)
       via  ee1a7fabb4e0abd3e73e828ce326dcb5fd38b874 (commit)
       via  406300d20a052a015dda915af632bc1d64af8394 (commit)
       via  941a0d997012025f9138277e566f0001c2fa43f3 (commit)
       via  555e4d2a82bce8b289e8d8a9b137d3342074315b (commit)
       via  02a52de084cfbd7d664ddbd00266de790c7faa98 (commit)
       via  ebb92a491fadc4e588ba090c5b27185d442ffd5d (commit)
      from  72500358549b4df4cd239e081733a643fb3b3d03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=600f9723fc372c37adfa171aae8e1f62cb5d5bba

commit 600f9723fc372c37adfa171aae8e1f62cb5d5bba
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Dec 14 16:43:55 2009 +0100

    2.11.90-4

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 12be082..6235699 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 3
+Release: 4
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1030,6 +1030,16 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.90-4
+- Update from master.
+  - Add Requeue-PI support for x86 arch.
+  - Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.
+  - Fix a few error cases in *name4_r lookup handling (BZ#11000).
+  - Fix kernel version check in recent ptsname change (BZ#11046).
+  - Add more warnings to exec functions (BZ#11056).
+  - Add recvmmsg interface.
+  - Define SCHED_IDLE and SCHED_RESET_ON_FORK for Linux.
+
 * Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11.90-3
 - Update from master.
   - Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690).

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=57596e7a129337d40dc4c966aa65009b7339f3cc

commit 57596e7a129337d40dc4c966aa65009b7339f3cc
Merge: 7250035 2510d01
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Dec 14 16:38:19 2009 +0100

    Merge remote branch 'origin/master' into fedora/master


-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   12 +--
 ChangeLog                                          |   93 +++++++++++++++++
 NEWS                                               |    7 +-
 fedora/glibc.spec.in                               |   12 ++-
 nis/nss_nis/nis-hosts.c                            |   47 +++++----
 nis/nss_nisplus/nisplus-hosts.c                    |   58 ++++++-----
 nptl/ChangeLog                                     |   21 ++++
 .../sysv/linux/i386/i486/pthread_cond_broadcast.S  |   30 +++++-
 .../sysv/linux/i386/i486/pthread_cond_signal.S     |   43 +++++++-
 .../sysv/linux/i386/i486/pthread_cond_timedwait.S  |   67 +++++++++++--
 .../unix/sysv/linux/i386/i486/pthread_cond_wait.S  |   71 +++++++++++--
 .../unix/sysv/linux/i386/i486/sem_timedwait.S      |   18 ++--
 nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h   |    2 +
 nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c      |   21 +----
 nss/nss_files/files-hosts.c                        |    5 +
 posix/unistd.h                                     |   16 ++--
 sysdeps/i386/i686/multiarch/strcspn.S              |    6 +-
 sysdeps/i386/i686/multiarch/strlen.S               |    4 +-
 sysdeps/i386/i686/multiarch/strspn.S               |    6 +-
 sysdeps/posix/getaddrinfo.c                        |    9 +--
 sysdeps/s390/s390-32/dl-trampoline.S               |    6 +
 sysdeps/s390/s390-32/s390-mcount.S                 |    6 +
 sysdeps/s390/s390-64/dl-trampoline.S               |    8 ++
 sysdeps/s390/s390-64/s390x-mcount.S                |    6 +
 sysdeps/sh/elf/initfini.c                          |  110 +++++++++----------
 sysdeps/sh/sh4/fpu/fpu_control.h                   |    4 +-
 sysdeps/unix/sysv/linux/Versions                   |    2 +
 sysdeps/unix/sysv/linux/bits/sched.h               |   11 ++-
 sysdeps/unix/sysv/linux/bits/socket.h              |   27 +++++-
 sysdeps/unix/sysv/linux/i386/bits/fcntl.h          |    6 +-
 sysdeps/unix/sysv/linux/ia64/bits/fcntl.h          |    6 +-
 sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h       |    6 +-
 sysdeps/unix/sysv/linux/ptsname.c                  |    2 +-
 sysdeps/unix/sysv/linux/s390/bits/fcntl.h          |    6 +-
 sysdeps/unix/sysv/linux/sh/bits/fcntl.h            |    6 +-
 sysdeps/unix/sysv/linux/sparc/bits/fcntl.h         |    6 +-
 sysdeps/unix/sysv/linux/syscalls.list              |    1 +
 sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h        |    6 +-
 sysdeps/x86_64/multiarch/init-arch.h               |   16 +++
 sysdeps/x86_64/multiarch/rawmemchr.S               |    4 +-
 sysdeps/x86_64/multiarch/strchr.S                  |    4 +-
 sysdeps/x86_64/multiarch/strcmp.S                  |    6 +-
 sysdeps/x86_64/multiarch/strcpy.S                  |    4 +-
 sysdeps/x86_64/multiarch/strcspn.S                 |    4 +-
 sysdeps/x86_64/multiarch/strlen.S                  |    4 +-
 sysdeps/x86_64/multiarch/strrchr.S                 |    4 +-
 sysdeps/x86_64/multiarch/strspn.S                  |    4 +-
 47 files changed, 580 insertions(+), 243 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]