]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Merge remote branch 'origin/master' into fedora/master
authorAndreas Schwab <schwab@redhat.com>
Tue, 15 Jun 2010 08:07:36 +0000 (10:07 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 15 Jun 2010 08:09:30 +0000 (10:09 +0200)
1  2 
ChangeLog
libio/stdio.h
manual/libc.texinfo
nptl/ChangeLog

diff --cc ChangeLog
index d8b57052f6381b49c807a4a0d4208e853dba1b67,863a76271a7486a8ba1e5e95c7cb7ce7c04e4d9f..03eb57adec7d44500fd3e49e2cdc304c52fb93c9
+++ b/ChangeLog
@@@ -1,21 -1,55 +1,73 @@@
+ 2010-06-07  Andreas Schwab  <schwab@redhat.com>
+       * dlfcn/Makefile: Remove explicit dependencies on libc.so and
+       libc_nonshared.a from targets in modules-names.
+ 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
+       * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
+       requires it.
+ 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
+       * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
+       * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
+       * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
+       * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
+ 2010-06-02  Andreas Schwab  <schwab@redhat.com>
+       * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
+ 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
+       * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
+       and F_GETPIPE_SZ.
+       * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
+ 2010-06-14  Roland McGrath  <roland@redhat.com>
+       * manual/libc.texinfo (@copying): Change to GFDL v1.3.
+ 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
+       * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
+       __REDIRECT followed by __THROW.
+       * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
+       * posix/getopt.h (getopt): Likewise.
+ 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
+       * hurd/lookup-at.c (__file_name_lookup_at): Accept
+       AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
+       AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
+       in AT_FLAGS.
+       * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
+       * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
 +2010-06-11  Andreas Schwab  <schwab@redhat.com>
 +
 +      * elf/rtld.c (_dl_starting_up): Always define.
 +      (dl_main): Always set _dl_starting_up.
 +      * elf/dl-support.c (_dl_starting_up): Always define.
 +      * elf/dl-init.c (_dl_init): Always clear _dl_starting_up.
 +
 +2010-06-10  Andreas Schwab  <schwab@redhat.com>
 +
 +      * sysdeps/unix/sysv/linux/getpagesize.c: Don't assume AT_PAGESIZE
 +      is always available.
 +
 +      * sysdeps/unix/sysv/linux/i386/Versions: Export __uname under
 +      GLIBC_PRIVATE.
 +      * nptl/Versions: Export __getrlimit under GLIBC_PRIVATE.
 +      * sysdeps/unix/sysv/linux/i386/smp.h: Call __uname instead of uname.
 +      * nptl/nptl-init.c: Call __getrlimit instead of getrlimit.
 +
  2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
  
        * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
diff --cc libio/stdio.h
Simple merge
Simple merge
diff --cc nptl/ChangeLog
index ed574205ede92aec3c6c0d38d4d9e79b4e30a97b,49ead511b2178d4e831ee7092370266a6f38badb..bb0008620d035fef3b668d995b788568b26b2e74
@@@ -1,8 -1,8 +1,13 @@@
+ 2010-06-01  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
+       * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect
+       location of ifndef __ASSUME_FUTEX_CLOCK_REALTIME.
 +2010-05-27  Andreas Schwab  <schwab@redhat.com>
 +
 +      * Makefile ($(objpfx)tst-_res1): Depend on
 +      $(objpfx)tst-_res1mod1.so.
 +
  2010-04-09  Ulrich Drepper  <drepper@redhat.com>
  
        [BZ #11390]