rpms/glibc/FC-3 .cvsignore, 1.70, 1.71 glibc-2.3-fedora.patch, 1.8, 1.9 glibc.spec, 1.108, 1.109 sources, 1.86, 1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 17 03:10:31 UTC 2005


Author: roland

Update of /cvs/dist/rpms/glibc/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv25851/FC-3

Modified Files:
	.cvsignore glibc-2.3-fedora.patch glibc.spec sources 
Log Message:
auto-import glibc-2.3.5-0.fc3.6 on branch FC-3 from glibc-2.3.5-0.fc3.6.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/glibc/FC-3/.cvsignore,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- .cvsignore	29 Jul 2005 23:47:29 -0000	1.70
+++ .cvsignore	17 Oct 2005 03:10:26 -0000	1.71
@@ -1,2 +1,2 @@
-glibc-2.3-20050729T2336.tar.bz2
-glibc-2.3-fedora-20050729T2336.tar.bz2
+glibc-2.3-20051017T0259.tar.bz2
+glibc-2.3-fedora-20051017T0259.tar.bz2

glibc-2.3-fedora.patch:
 ChangeLog.15                                         |   45 ++
 csu/elf-init.c                                       |   18 
 debug/tst-chk1.c                                     |    4 
 elf/dl-support.c                                     |    5 
 elf/ldconfig.c                                       |   25 -
 elf/rtld.c                                           |   99 ++++
 elf/tst-tls10.h                                      |    4 
 iconv/iconvconfig.c                                  |   55 +-
 include/features.h                                   |    8 
 intl/locale.alias                                    |    2 
 libio/bits/stdio2.h                                  |   19 
 libio/stdio.h                                        |    2 
 linuxthreads/ChangeLog                               |   34 +
 linuxthreads/Makefile                                |    7 
 linuxthreads/cancel.c                                |    1 
 linuxthreads/lockfile.c                              |    6 
 linuxthreads/semaphore.h                             |    1 
 linuxthreads/sysdeps/alpha/tls.h                     |   46 +-
 linuxthreads/sysdeps/i386/tls.h                      |    9 
 linuxthreads/sysdeps/ia64/tls.h                      |    9 
 linuxthreads/sysdeps/powerpc/tls.h                   |   12 
 linuxthreads/sysdeps/pthread/Makefile                |   12 
 linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym |   13 
 linuxthreads/sysdeps/s390/tls.h                      |    9 
 linuxthreads/sysdeps/sh/tls.h                        |    9 
 linuxthreads/sysdeps/sparc/tls.h                     |    9 
 linuxthreads/sysdeps/x86_64/tls.h                    |    9 
 linuxthreads/tst-tls1.h                              |    2 
 locale/iso-4217.def                                  |   13 
 locale/programs/3level.h                             |   36 +
 localedata/Makefile                                  |    1 
 localedata/SUPPORTED                                 |    6 
 localedata/locales/cy_GB                             |    7 
 localedata/locales/en_GB                             |    4 
 localedata/locales/en_US                             |    1 
 localedata/locales/no_NO                             |   69 +++
 localedata/locales/zh_TW                             |    6 
 nptl/ChangeLog                                       |   10 
 nptl/Makefile                                        |    8 
 nptl/descr.h                                         |    4 
 nptl/pthread_cond_destroy.c                          |   30 +
 nptl/sysdeps/unix/sysv/linux/kernel-features.h       |    6 
 nscd/connections.c                                   |   52 ++
 nscd/nscd.c                                          |    8 
 nscd/nscd.conf                                       |    4 
 nscd/nscd_conf.c                                     |    5 
 posix/Makefile                                       |   19 
 posix/getconf.speclist.h                             |   15 
 sysdeps/generic/dl-cache.h                           |    8 
 sysdeps/i386/bits/atomic.h                           |  410 +++++++++++++++++++
 sysdeps/ia64/Makefile                                |    4 
 sysdeps/ia64/ia64libgcc.S                            |  350 ----------------
 sysdeps/ia64/libgcc-compat.c                         |   84 +++
 sysdeps/unix/nice.c                                  |    7 
 sysdeps/unix/sysv/linux/i386/dl-cache.h              |   59 ++
 sysdeps/unix/sysv/linux/ia64/dl-cache.h              |   27 +
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.c           |    5 
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.h           |    5 
 sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed         |    2 
 sysdeps/unix/sysv/linux/paths.h                      |    2 
 sysdeps/unix/sysv/linux/readonly-area.c              |    5 
 sysdeps/unix/sysv/linux/tcsetattr.c                  |   32 +
 62 files changed, 1320 insertions(+), 458 deletions(-)

Index: glibc-2.3-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/FC-3/glibc-2.3-fedora.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glibc-2.3-fedora.patch	29 Jul 2005 23:47:29 -0000	1.8
+++ glibc-2.3-fedora.patch	17 Oct 2005 03:10:26 -0000	1.9
@@ -1,5 +1,5 @@
---- glibc-2.3-20050729T2336/ChangeLog.15	16 Feb 2005 07:35:41 -0000	1.1.2.1
-+++ glibc-2.3-20050729T2336-fedora/ChangeLog.15	18 Feb 2005 02:00:20 -0000	1.1.4.3
+--- glibc-2.3-20051017T0259/ChangeLog.15	16 Feb 2005 07:35:41 -0000	1.1.2.1
++++ glibc-2.3-20051017T0259-fedora/ChangeLog.15	18 Feb 2005 02:00:20 -0000	1.1.4.3
 @@ -512,6 +512,14 @@
  
  2004-11-26  Jakub Jelinek  <jakub at redhat.com>
@@ -80,8 +80,8 @@
  2004-08-30  Roland McGrath  <roland at frob.com>
  
  	* scripts/extract-abilist.awk: If `lastversion' variable defined, omit
---- glibc-2.3-20050729T2336/csu/elf-init.c	16 Aug 2004 04:51:00 -0000	1.3
-+++ glibc-2.3-20050729T2336-fedora/csu/elf-init.c	22 Sep 2004 21:20:47 -0000	1.3.2.1
+--- glibc-2.3-20051017T0259/csu/elf-init.c	16 Aug 2004 04:51:00 -0000	1.3
++++ glibc-2.3-20051017T0259-fedora/csu/elf-init.c	22 Sep 2004 21:20:47 -0000	1.3.2.1
 @@ -44,6 +44,24 @@ extern void (*__init_array_start []) (vo
  extern void (*__init_array_end []) (void) attribute_hidden;
  extern void (*__fini_array_start []) (void) attribute_hidden;
@@ -107,8 +107,8 @@
  #endif
  
  /* These function symbols are provided for the .init/.fini section entry
---- glibc-2.3-20050729T2336/debug/tst-chk1.c	18 Nov 2004 23:23:17 -0000	1.5
-+++ glibc-2.3-20050729T2336-fedora/debug/tst-chk1.c	19 Nov 2004 00:18:08 -0000	1.1.2.7
+--- glibc-2.3-20051017T0259/debug/tst-chk1.c	18 Nov 2004 23:23:17 -0000	1.5
++++ glibc-2.3-20051017T0259-fedora/debug/tst-chk1.c	19 Nov 2004 00:18:08 -0000	1.1.2.7
 @@ -213,7 +213,7 @@ do_test (void)
    if (memcmp (a.buf1, "aabcdabcjj", 10))
      FAIL ();
@@ -127,8 +127,8 @@
  # define O 0
  #else
  # define O 1
---- glibc-2.3-20050729T2336/elf/dl-support.c	6 Nov 2004 00:24:49 -0000	1.87
-+++ glibc-2.3-20050729T2336-fedora/elf/dl-support.c	10 Nov 2004 09:02:46 -0000	1.84.2.4
+--- glibc-2.3-20051017T0259/elf/dl-support.c	6 Nov 2004 00:24:49 -0000	1.87
++++ glibc-2.3-20051017T0259-fedora/elf/dl-support.c	10 Nov 2004 09:02:46 -0000	1.84.2.4
 @@ -281,6 +281,11 @@ _dl_non_dynamic_init (void)
    if (_dl_platform != NULL)
      _dl_platformlen = strlen (_dl_platform);
@@ -141,8 +141,8 @@
    /* Scan for a program header telling us the stack is nonexecutable.  */
    if (_dl_phdr != NULL)
      for (uint_fast16_t i = 0; i < _dl_phnum; ++i)
---- glibc-2.3-20050729T2336/elf/ldconfig.c	16 Feb 2005 10:29:34 -0000	1.47.4.1
-+++ glibc-2.3-20050729T2336-fedora/elf/ldconfig.c	16 Feb 2005 19:56:52 -0000	1.47.2.1.2.1
+--- glibc-2.3-20051017T0259/elf/ldconfig.c	16 Feb 2005 10:29:34 -0000	1.47.4.1
++++ glibc-2.3-20051017T0259-fedora/elf/ldconfig.c	16 Feb 2005 19:56:52 -0000	1.47.2.1.2.1
 @@ -944,17 +944,19 @@ search_dirs (void)
  
  
@@ -224,8 +224,8 @@
      }
  
    search_dirs ();
---- glibc-2.3-20050729T2336/elf/rtld.c	6 Apr 2005 02:49:51 -0000	1.339.2.2
-+++ glibc-2.3-20050729T2336-fedora/elf/rtld.c	20 Mar 2005 18:56:00 -0000	1.330.2.10.2.2
+--- glibc-2.3-20051017T0259/elf/rtld.c	6 Apr 2005 02:49:51 -0000	1.339.2.2
++++ glibc-2.3-20051017T0259-fedora/elf/rtld.c	20 Mar 2005 18:56:00 -0000	1.330.2.10.2.2
 @@ -1116,6 +1116,53 @@ of this helper program; chances are you 
    ++GL(dl_ns)[LM_ID_BASE]._ns_nloaded;
    ++GL(dl_load_adds);
@@ -339,8 +339,8 @@
    if (__builtin_expect (GL(dl_rtld_map).l_next != NULL, 0))
      {
        /* Set up PRELOADS with a vector of the preloaded libraries.  */
---- glibc-2.3-20050729T2336/elf/tst-tls10.h	17 Apr 2003 19:19:01 -0000	1.1
-+++ glibc-2.3-20050729T2336-fedora/elf/tst-tls10.h	22 Sep 2004 21:20:48 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/elf/tst-tls10.h	17 Apr 2003 19:19:01 -0000	1.1
++++ glibc-2.3-20051017T0259-fedora/elf/tst-tls10.h	22 Sep 2004 21:20:48 -0000	1.1.2.1
 @@ -1,8 +1,8 @@
  #include <tls.h>
  #include <stdlib.h>
@@ -352,8 +352,8 @@
  # define USE_TLS__THREAD
  
  struct A
---- glibc-2.3-20050729T2336/iconv/iconvconfig.c	6 Apr 2005 00:37:52 -0000	1.21.2.2
-+++ glibc-2.3-20050729T2336-fedora/iconv/iconvconfig.c	3 Mar 2005 16:27:44 -0000	1.19.2.2.2.2
+--- glibc-2.3-20051017T0259/iconv/iconvconfig.c	6 Apr 2005 00:37:52 -0000	1.21.2.2
++++ glibc-2.3-20051017T0259-fedora/iconv/iconvconfig.c	3 Mar 2005 16:27:44 -0000	1.19.2.2.2.2
 @@ -1013,6 +1013,34 @@ next_prime (uint32_t seed)
                                module name offset
                           (following last entry with step count 0)
@@ -430,8 +430,8 @@
    /* Open the output file.  */
    if (output_file == NULL)
      {
---- glibc-2.3-20050729T2336/include/features.h	18 Feb 2005 00:08:56 -0000	1.36.2.1
-+++ glibc-2.3-20050729T2336-fedora/include/features.h	18 Feb 2005 02:00:22 -0000	1.35.2.4.2.1
+--- glibc-2.3-20051017T0259/include/features.h	18 Feb 2005 00:08:56 -0000	1.36.2.1
++++ glibc-2.3-20051017T0259-fedora/include/features.h	18 Feb 2005 02:00:22 -0000	1.35.2.4.2.1
 @@ -262,7 +262,13 @@
  # define __USE_REENTRANT	1
  #endif
@@ -447,8 +447,8 @@
  # if _FORTIFY_SOURCE == 1
  #  define __USE_FORTIFY_LEVEL 1
  # elif _FORTIFY_SOURCE > 1
---- glibc-2.3-20050729T2336/intl/locale.alias	4 Dec 2003 07:57:47 -0000	1.23
-+++ glibc-2.3-20050729T2336-fedora/intl/locale.alias	22 Sep 2004 21:20:53 -0000	1.23.2.1
+--- glibc-2.3-20051017T0259/intl/locale.alias	4 Dec 2003 07:57:47 -0000	1.23
++++ glibc-2.3-20051017T0259-fedora/intl/locale.alias	22 Sep 2004 21:20:53 -0000	1.23.2.1
 @@ -58,8 +58,6 @@ korean		ko_KR.eucKR
  korean.euc 	ko_KR.eucKR
  ko_KR		ko_KR.eucKR
@@ -458,8 +458,8 @@
  norwegian       nb_NO.ISO-8859-1
  nynorsk		nn_NO.ISO-8859-1
  polish          pl_PL.ISO-8859-2
---- glibc-2.3-20050729T2336/libio/stdio.h	18 Oct 2004 04:17:15 -0000	1.79
-+++ glibc-2.3-20050729T2336-fedora/libio/stdio.h	18 Oct 2004 09:58:44 -0000	1.78.2.2
+--- glibc-2.3-20051017T0259/libio/stdio.h	18 Oct 2004 04:17:15 -0000	1.79
++++ glibc-2.3-20051017T0259-fedora/libio/stdio.h	18 Oct 2004 09:58:44 -0000	1.78.2.2
 @@ -142,10 +142,12 @@ typedef _G_fpos64_t fpos64_t;
  extern struct _IO_FILE *stdin;		/* Standard input stream.  */
  extern struct _IO_FILE *stdout;		/* Standard output stream.  */
@@ -473,8 +473,8 @@
  
  __BEGIN_NAMESPACE_STD
  /* Remove file FILENAME.  */
---- glibc-2.3-20050729T2336/libio/bits/stdio2.h	18 Oct 2004 04:17:14 -0000	1.1
-+++ glibc-2.3-20050729T2336-fedora/libio/bits/stdio2.h	2 Nov 2004 13:30:19 -0000	1.1.2.2
+--- glibc-2.3-20051017T0259/libio/bits/stdio2.h	18 Oct 2004 04:17:14 -0000	1.1
++++ glibc-2.3-20051017T0259-fedora/libio/bits/stdio2.h	2 Nov 2004 13:30:19 -0000	1.1.2.2
 @@ -61,14 +61,25 @@ extern int __vfprintf_chk (FILE *__restr
  extern int __vprintf_chk (int __flag, __const char *__restrict __format,
  			  _G_va_list __ap);
@@ -505,9 +505,9 @@
  
  #endif
  
---- glibc-2.3-20050729T2336/linuxthreads/ChangeLog	16 Feb 2005 11:27:36 -0000	1.833.2.2
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/ChangeLog	16 Feb 2005 19:56:54 -0000	1.817.2.14.2.1
-@@ -753,6 +753,12 @@
+--- glibc-2.3-20051017T0259/linuxthreads/ChangeLog	16 Oct 2005 09:42:15 -0000	1.833.2.3
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/ChangeLog	17 Oct 2005 03:01:13 -0000	1.817.2.14.2.2
+@@ -759,6 +759,12 @@
  	(pthread_barrierattr_setpshared): Return EINVAL if pshared
  	is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
  
@@ -520,7 +520,7 @@
  2003-09-02  Ulrich Drepper  <drepper at redhat.com>
  
  	* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
-@@ -885,6 +891,34 @@
+@@ -891,6 +897,34 @@
  
  2003-07-22  Jakub Jelinek  <jakub at redhat.com>
  
@@ -555,8 +555,8 @@
  	* descr.h (struct _pthread_descr_struct): Provide p_res member
  	even if USE_TLS && HAVE___THREAD.
  	* sysdeps/pthread/res-state.c (__res_state): Return __resp
---- glibc-2.3-20050729T2336/linuxthreads/Makefile	16 Feb 2005 11:26:38 -0000	1.96.2.2
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/Makefile	16 Feb 2005 19:56:54 -0000	1.94.2.3.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/Makefile	16 Feb 2005 11:26:38 -0000	1.96.2.2
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/Makefile	16 Feb 2005 19:56:54 -0000	1.94.2.3.2.1
 @@ -245,15 +245,18 @@ $(addprefix $(objpfx), \
    $(filter-out $(tests-static) $(tests-reverse) unload, \
      $(tests) $(test-srcs))): $(objpfx)libpthread.so \
@@ -578,8 +578,8 @@
  else
  $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
  $(addprefix $(objpfx),$(librt-tests)): $(common-objpfx)rt/librt.a
---- glibc-2.3-20050729T2336/linuxthreads/cancel.c	22 Feb 2003 00:55:21 -0000	1.23
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/cancel.c	22 Sep 2004 21:20:55 -0000	1.23.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/cancel.c	22 Feb 2003 00:55:21 -0000	1.23
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/cancel.c	22 Sep 2004 21:20:55 -0000	1.23.2.1
 @@ -230,5 +230,6 @@ void __pthread_perform_cleanup(char *cur
      }
  
@@ -587,8 +587,8 @@
 +  THREAD_SETMEM (self, p_cancelstate, PTHREAD_CANCEL_DISABLE);
    __libc_thread_freeres ();
  }
---- glibc-2.3-20050729T2336/linuxthreads/lockfile.c	18 Dec 2002 01:16:46 -0000	1.10
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/lockfile.c	22 Sep 2004 21:20:55 -0000	1.10.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/lockfile.c	18 Dec 2002 01:16:46 -0000	1.10
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/lockfile.c	22 Sep 2004 21:20:55 -0000	1.10.2.1
 @@ -74,7 +74,11 @@ __fresetlockfiles (void)
    __pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP);
  
@@ -602,8 +602,8 @@
  
    __pthread_mutexattr_destroy (&attr);
  
---- glibc-2.3-20050729T2336/linuxthreads/semaphore.h	17 Apr 2004 23:01:39 -0000	1.13
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/semaphore.h	22 Sep 2004 21:20:55 -0000	1.13.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/semaphore.h	17 Apr 2004 23:01:39 -0000	1.13
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/semaphore.h	22 Sep 2004 21:20:55 -0000	1.13.2.1
 @@ -21,6 +21,7 @@
  # define __need_timespec
  # include <time.h>
@@ -612,8 +612,8 @@
  
  #ifndef _PTHREAD_DESCR_DEFINED
  /* Thread descriptors.  Needed for `sem_t' definition.  */
---- glibc-2.3-20050729T2336/linuxthreads/tst-tls1.h	2 Sep 2003 00:29:30 -0000	1.1
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/tst-tls1.h	22 Sep 2004 21:20:55 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/tst-tls1.h	2 Sep 2003 00:29:30 -0000	1.1
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/tst-tls1.h	22 Sep 2004 21:20:55 -0000	1.1.2.1
 @@ -2,7 +2,7 @@
  #include <stdlib.h>
  #include <tls.h>
@@ -623,8 +623,8 @@
  
  struct tls_obj
  {
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/alpha/tls.h	30 Jan 2003 21:03:40 -0000	1.5
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/alpha/tls.h	22 Sep 2004 21:20:55 -0000	1.5.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/alpha/tls.h	30 Jan 2003 21:03:40 -0000	1.5
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/alpha/tls.h	22 Sep 2004 21:20:55 -0000	1.5.2.1
 @@ -53,54 +53,76 @@ typedef struct
  #  include <sysdep.h>
  
@@ -714,8 +714,8 @@
  
  /* Get the thread descriptor definition.  */
  #  include <linuxthreads/descr.h>
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/i386/tls.h	19 Oct 2004 05:12:58 -0000	1.37
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/i386/tls.h	20 Oct 2004 10:47:17 -0000	1.35.2.4
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/i386/tls.h	19 Oct 2004 05:12:58 -0000	1.37
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/i386/tls.h	20 Oct 2004 10:47:17 -0000	1.35.2.4
 @@ -81,7 +81,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -732,8 +732,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/ia64/tls.h	8 Jul 2004 21:20:57 -0000	1.9
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/ia64/tls.h	22 Sep 2004 21:20:55 -0000	1.9.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/ia64/tls.h	8 Jul 2004 21:20:57 -0000	1.9
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/ia64/tls.h	22 Sep 2004 21:20:55 -0000	1.9.2.1
 @@ -60,7 +60,14 @@ typedef struct
  #  define TLS_TCB_SIZE sizeof (tcbhead_t)
  
@@ -750,8 +750,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/powerpc/tls.h	9 Apr 2004 19:09:42 -0000	1.8
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/powerpc/tls.h	22 Sep 2004 21:20:55 -0000	1.8.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/powerpc/tls.h	9 Apr 2004 19:09:42 -0000	1.8
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/powerpc/tls.h	22 Sep 2004 21:20:55 -0000	1.8.2.1
 @@ -64,11 +64,19 @@ typedef struct
  #  define TLS_TCB_ALIGN		__alignof__ (struct _pthread_descr_struct)
  
@@ -774,8 +774,8 @@
     TCB + 0x7000 (per the ABI).  This implies that TCB address is
     TP - 0x7000.  As we define TLS_DTV_AT_TP we can
     assume that the pthread_descr is allocated immediately ahead of the
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/pthread/Makefile	14 Aug 2003 00:14:22 -0000	1.7
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/pthread/Makefile	22 Sep 2004 21:20:56 -0000	1.7.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/pthread/Makefile	14 Aug 2003 00:14:22 -0000	1.7
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/pthread/Makefile	22 Sep 2004 21:20:56 -0000	1.7.2.1
 @@ -12,3 +12,15 @@ endif
  ifeq ($(subdir),posix)
  CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
@@ -792,8 +792,8 @@
 +	@echo '#define NPTL_STRUCT_PTHREAD_SIZE 0' > $@
 +endif
 +endif
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym	22 Sep 2004 21:20:56 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym	22 Sep 2004 21:20:56 -0000	1.1.2.1
 @@ -0,0 +1,13 @@
 +#ifdef HAVE_TLS_SUPPORT
 +# ifndef HAVE_FORCED_UNWIND
@@ -808,8 +808,8 @@
 +#ifdef HAVE_TLS_SUPPORT
 +NPTL_STRUCT_PTHREAD_SIZE	sizeof (struct pthread)
 +#endif
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/s390/tls.h	30 Jan 2003 18:34:11 -0000	1.3
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/s390/tls.h	22 Sep 2004 21:20:56 -0000	1.3.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/s390/tls.h	30 Jan 2003 18:34:11 -0000	1.3
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/s390/tls.h	22 Sep 2004 21:20:56 -0000	1.3.2.1
 @@ -72,7 +72,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -826,8 +826,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/sh/tls.h	2 Mar 2003 11:44:20 -0000	1.9
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/sh/tls.h	22 Sep 2004 21:20:57 -0000	1.9.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/sh/tls.h	2 Mar 2003 11:44:20 -0000	1.9
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/sh/tls.h	22 Sep 2004 21:20:57 -0000	1.9.2.1
 @@ -64,7 +64,14 @@ typedef struct
  #  define TLS_TCB_SIZE sizeof (tcbhead_t)
  
@@ -844,8 +844,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/sparc/tls.h	4 Feb 2003 20:41:02 -0000	1.3
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/sparc/tls.h	22 Sep 2004 21:20:57 -0000	1.3.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/sparc/tls.h	4 Feb 2003 20:41:02 -0000	1.3
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/sparc/tls.h	22 Sep 2004 21:20:57 -0000	1.3.2.1
 @@ -64,7 +64,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -862,8 +862,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/linuxthreads/sysdeps/x86_64/tls.h	18 Apr 2004 02:32:25 -0000	1.6
-+++ glibc-2.3-20050729T2336-fedora/linuxthreads/sysdeps/x86_64/tls.h	22 Sep 2004 21:20:57 -0000	1.6.2.1
+--- glibc-2.3-20051017T0259/linuxthreads/sysdeps/x86_64/tls.h	18 Apr 2004 02:32:25 -0000	1.6
++++ glibc-2.3-20051017T0259-fedora/linuxthreads/sysdeps/x86_64/tls.h	22 Sep 2004 21:20:57 -0000	1.6.2.1
 @@ -66,7 +66,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -880,8 +880,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-2.3-20050729T2336/locale/iso-4217.def	18 Jul 2005 01:47:31 -0000	1.15.4.1
-+++ glibc-2.3-20050729T2336-fedora/locale/iso-4217.def	18 Jul 2005 04:40:54 -0000	1.15.2.1.2.1
+--- glibc-2.3-20051017T0259/locale/iso-4217.def	18 Jul 2005 01:47:31 -0000	1.15.4.1
++++ glibc-2.3-20051017T0259-fedora/locale/iso-4217.def	18 Jul 2005 04:40:54 -0000	1.15.2.1.2.1
 @@ -8,6 +8,7 @@
   *
   * !!! The list has to be sorted !!!
@@ -973,8 +973,8 @@
  DEFINE_INT_CURR("PYG")		/* Paraguay Guarani  */
  DEFINE_INT_CURR("QAR")		/* Qatar Rial  */
  DEFINE_INT_CURR("ROL")		/* Romanian Leu  */
---- glibc-2.3-20050729T2336/locale/programs/3level.h	13 Jun 2003 20:45:38 -0000	1.5
-+++ glibc-2.3-20050729T2336-fedora/locale/programs/3level.h	22 Sep 2004 21:20:58 -0000	1.5.2.1
+--- glibc-2.3-20051017T0259/locale/programs/3level.h	13 Jun 2003 20:45:38 -0000	1.5
++++ glibc-2.3-20051017T0259-fedora/locale/programs/3level.h	22 Sep 2004 21:20:58 -0000	1.5.2.1
 @@ -204,6 +204,42 @@ CONCAT(TABLE,_iterate) (struct TABLE *t,
  	}
      }
@@ -1018,8 +1018,8 @@
  #endif
  
  #ifndef NO_FINALIZE
---- glibc-2.3-20050729T2336/localedata/Makefile	7 Aug 2004 23:38:13 -0000	1.101
-+++ glibc-2.3-20050729T2336-fedora/localedata/Makefile	22 Sep 2004 21:20:58 -0000	1.101.2.1
+--- glibc-2.3-20051017T0259/localedata/Makefile	7 Aug 2004 23:38:13 -0000	1.101
++++ glibc-2.3-20051017T0259-fedora/localedata/Makefile	22 Sep 2004 21:20:58 -0000	1.101.2.1
 @@ -222,6 +222,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
  	echo -n '...'; \
  	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
@@ -1028,8 +1028,8 @@
  		     -i locales/$$input -c -f charmaps/$$charset \
  		     $(addprefix --prefix=,$(install_root)) $$locale; \
  	echo ' done'; \
---- glibc-2.3-20050729T2336/localedata/SUPPORTED	18 Jul 2005 01:50:35 -0000	1.72.2.2
-+++ glibc-2.3-20050729T2336-fedora/localedata/SUPPORTED	18 Jul 2005 04:40:55 -0000	1.71.2.2.2.1
+--- glibc-2.3-20051017T0259/localedata/SUPPORTED	18 Jul 2005 01:50:35 -0000	1.72.2.2
++++ glibc-2.3-20051017T0259-fedora/localedata/SUPPORTED	18 Jul 2005 04:40:55 -0000	1.71.2.2.2.1
 @@ -68,6 +68,7 @@ cy_GB.UTF-8/UTF-8 \
  cy_GB/ISO-8859-14 \
  da_DK.UTF-8/UTF-8 \
@@ -1071,8 +1071,8 @@
  ta_IN/UTF-8 \
  te_IN/UTF-8 \
  tg_TJ.UTF-8/UTF-8 \
---- glibc-2.3-20050729T2336/localedata/locales/cy_GB	28 Sep 2004 04:37:33 -0000	1.4
-+++ glibc-2.3-20050729T2336-fedora/localedata/locales/cy_GB	29 Sep 2004 08:48:23 -0000	1.3.2.2
+--- glibc-2.3-20051017T0259/localedata/locales/cy_GB	28 Sep 2004 04:37:33 -0000	1.4
++++ glibc-2.3-20051017T0259-fedora/localedata/locales/cy_GB	29 Sep 2004 08:48:23 -0000	1.3.2.2
 @@ -248,8 +248,11 @@ mon         "<U0049><U006F><U006E><U0061
  d_t_fmt     "<U0044><U0079><U0064><U0064><U0020><U0025><U0041><U0020><U0025><U0064><U0020><U006d><U0069><U0073><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
  d_fmt       "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0079>"
@@ -1087,8 +1087,8 @@
  END LC_TIME
  
  LC_MESSAGES
---- glibc-2.3-20050729T2336/localedata/locales/en_GB	31 Oct 2004 23:42:26 -0000	1.12
-+++ glibc-2.3-20050729T2336-fedora/localedata/locales/en_GB	2 Nov 2004 12:25:47 -0000	1.10.2.2
+--- glibc-2.3-20051017T0259/localedata/locales/en_GB	31 Oct 2004 23:42:26 -0000	1.12
++++ glibc-2.3-20051017T0259-fedora/localedata/locales/en_GB	2 Nov 2004 12:25:47 -0000	1.10.2.2
 @@ -112,8 +112,8 @@ mon         "<U004A><U0061><U006E><U0075
  d_t_fmt     "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
  d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
@@ -1100,8 +1100,8 @@
  date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
---- glibc-2.3-20050729T2336/localedata/locales/en_US	31 Oct 2004 23:42:26 -0000	1.9
-+++ glibc-2.3-20050729T2336-fedora/localedata/locales/en_US	2 Nov 2004 12:25:47 -0000	1.7.2.2
+--- glibc-2.3-20051017T0259/localedata/locales/en_US	31 Oct 2004 23:42:26 -0000	1.9
++++ glibc-2.3-20051017T0259-fedora/localedata/locales/en_US	2 Nov 2004 12:25:47 -0000	1.7.2.2
 @@ -100,7 +100,6 @@ mon	"<U004A><U0061><U006E><U0075><U0061>
  	"<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
  	"<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
@@ -1110,8 +1110,8 @@
  % Appropriate date and time representation (%c)
  %	"%a %d %b %Y %r %Z"
  d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
---- glibc-2.3-20050729T2336/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/localedata/locales/no_NO	22 Sep 2004 21:21:01 -0000	1.11.2.1
+--- glibc-2.3-20051017T0259/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/localedata/locales/no_NO	22 Sep 2004 21:21:01 -0000	1.11.2.1
 @@ -0,0 +1,69 @@
 +escape_char	/
 +comment_char    %
@@ -1182,8 +1182,8 @@
 +LC_ADDRESS
 +copy "nb_NO"
 +END LC_ADDRESS
---- glibc-2.3-20050729T2336/localedata/locales/zh_TW	31 Oct 2004 23:42:28 -0000	1.7
-+++ glibc-2.3-20050729T2336-fedora/localedata/locales/zh_TW	2 Nov 2004 12:25:57 -0000	1.5.2.2
+--- glibc-2.3-20051017T0259/localedata/locales/zh_TW	31 Oct 2004 23:42:28 -0000	1.7
++++ glibc-2.3-20051017T0259-fedora/localedata/locales/zh_TW	2 Nov 2004 12:25:57 -0000	1.5.2.2
 @@ -1,7 +1,7 @@
  comment_char %
  escape_char /
@@ -1211,8 +1211,8 @@
  revision   "0.2"
  date       "2000-08-02"
  %
---- glibc-2.3-20050729T2336/nptl/ChangeLog	29 Jul 2005 23:19:14 -0000	1.756.2.9
-+++ glibc-2.3-20050729T2336-fedora/nptl/ChangeLog	29 Jul 2005 23:40:06 -0000	1.706.2.33.2.5
+--- glibc-2.3-20051017T0259/nptl/ChangeLog	29 Jul 2005 23:19:14 -0000	1.756.2.9
++++ glibc-2.3-20051017T0259-fedora/nptl/ChangeLog	29 Jul 2005 23:40:06 -0000	1.706.2.33.2.5
 @@ -550,6 +550,11 @@
  	Move definition inside libpthread, libc, librt check.  Provide
  	definition for rtld.
@@ -1237,8 +1237,8 @@
  2003-07-25  Jakub Jelinek  <jakub at redhat.com>
  
  	* tst-cancel17.c (do_test): Check if aio_cancel failed.
---- glibc-2.3-20050729T2336/nptl/Makefile	18 Jul 2005 03:20:10 -0000	1.165.2.2
-+++ glibc-2.3-20050729T2336-fedora/nptl/Makefile	18 Jul 2005 04:41:02 -0000	1.157.2.8.2.2
+--- glibc-2.3-20051017T0259/nptl/Makefile	18 Jul 2005 03:20:10 -0000	1.165.2.2
++++ glibc-2.3-20051017T0259-fedora/nptl/Makefile	18 Jul 2005 04:41:02 -0000	1.157.2.8.2.2
 @@ -500,15 +500,19 @@ $(addprefix $(objpfx), \
      $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so \
  				       $(objpfx)libpthread_nonshared.a
@@ -1261,8 +1261,8 @@
  else
  $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
  endif
---- glibc-2.3-20050729T2336/nptl/descr.h	12 Nov 2004 01:24:24 -0000	1.25
-+++ glibc-2.3-20050729T2336-fedora/nptl/descr.h	12 Nov 2004 16:56:12 -0000	1.23.2.3
+--- glibc-2.3-20051017T0259/nptl/descr.h	12 Nov 2004 01:24:24 -0000	1.25
++++ glibc-2.3-20051017T0259-fedora/nptl/descr.h	12 Nov 2004 16:56:12 -0000	1.23.2.3
 @@ -27,9 +27,13 @@
  #include <sys/types.h>
  #include <hp-timing.h>
@@ -1277,8 +1277,8 @@
  #include "../nptl_db/thread_db.h"
  #include <tls.h>
  #ifdef HAVE_FORCED_UNWIND
---- glibc-2.3-20050729T2336/nptl/pthread_cond_destroy.c	2 Sep 2004 18:45:37 -0000	1.5
-+++ glibc-2.3-20050729T2336-fedora/nptl/pthread_cond_destroy.c	22 Sep 2004 21:21:01 -0000	1.5.2.1
+--- glibc-2.3-20051017T0259/nptl/pthread_cond_destroy.c	2 Sep 2004 18:45:37 -0000	1.5
++++ glibc-2.3-20051017T0259-fedora/nptl/pthread_cond_destroy.c	22 Sep 2004 21:21:01 -0000	1.5.2.1
 @@ -44,15 +44,35 @@ __pthread_cond_destroy (cond)
       broadcasted, but still are using the pthread_cond_t structure,
       pthread_cond_destroy needs to wait for them.  */
@@ -1320,8 +1320,8 @@
      }
  
    return 0;
---- glibc-2.3-20050729T2336/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h	22 Sep 2004 21:21:02 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h	22 Sep 2004 21:21:02 -0000	1.1.2.1
 @@ -0,0 +1,6 @@
 +#include_next <kernel-features.h>
 +
@@ -1329,8 +1329,8 @@
 +#ifndef __ASSUME_CLONE_THREAD_FLAGS
 +# define __ASSUME_CLONE_THREAD_FLAGS	1
 +#endif
---- glibc-2.3-20050729T2336/nscd/connections.c	18 Jul 2005 08:01:49 -0000	1.64.2.4
-+++ glibc-2.3-20050729T2336-fedora/nscd/connections.c	18 Jul 2005 08:11:00 -0000	1.55.2.5.2.3
+--- glibc-2.3-20051017T0259/nscd/connections.c	18 Jul 2005 08:01:49 -0000	1.64.2.4
++++ glibc-2.3-20051017T0259-fedora/nscd/connections.c	18 Jul 2005 08:11:00 -0000	1.55.2.5.2.3
 @@ -21,6 +21,7 @@
  #include <alloca.h>
  #include <assert.h>
@@ -1421,8 +1421,8 @@
 +    prune_cache (&dbs[hstdb], LONG_MAX);
 +}
 +
---- glibc-2.3-20050729T2336/nscd/nscd.c	16 Feb 2005 11:29:42 -0000	1.42.2.2
-+++ glibc-2.3-20050729T2336-fedora/nscd/nscd.c	16 Feb 2005 19:56:58 -0000	1.38.2.4.2.1
+--- glibc-2.3-20051017T0259/nscd/nscd.c	16 Feb 2005 11:29:42 -0000	1.42.2.2
++++ glibc-2.3-20051017T0259-fedora/nscd/nscd.c	16 Feb 2005 19:56:58 -0000	1.38.2.4.2.1
 @@ -122,9 +122,16 @@ static struct argp argp =
    options, parse_opt, NULL, doc,
  };
@@ -1448,8 +1448,8 @@
    signal (SIGPIPE, SIG_IGN);
  
    /* Cleanup files created by a previous 'bind'.  */
---- glibc-2.3-20050729T2336/nscd/nscd.conf	3 Oct 2004 21:09:23 -0000	1.10
-+++ glibc-2.3-20050729T2336-fedora/nscd/nscd.conf	4 Oct 2004 08:56:17 -0000	1.8.2.2
+--- glibc-2.3-20051017T0259/nscd/nscd.conf	3 Oct 2004 21:09:23 -0000	1.10
++++ glibc-2.3-20051017T0259-fedora/nscd/nscd.conf	4 Oct 2004 08:56:17 -0000	1.8.2.2
 @@ -31,8 +31,8 @@
  #	logfile			/var/log/nscd.log
  #	threads			6
@@ -1461,8 +1461,8 @@
  	debug-level		0
  #	reload-count		5
  	paranoia		no
---- glibc-2.3-20050729T2336/nscd/nscd_conf.c	3 Oct 2004 21:10:35 -0000	1.16
-+++ glibc-2.3-20050729T2336-fedora/nscd/nscd_conf.c	4 Oct 2004 08:56:17 -0000	1.14.2.2
+--- glibc-2.3-20051017T0259/nscd/nscd_conf.c	3 Oct 2004 21:10:35 -0000	1.16
++++ glibc-2.3-20051017T0259-fedora/nscd/nscd_conf.c	4 Oct 2004 08:56:17 -0000	1.14.2.2
 @@ -230,7 +230,10 @@ nscd_parse_file (const char *fname, stru
  		if (strcmp (arg2, "no") == 0)
  		  dbs[cnt].shared = 0;
@@ -1475,8 +1475,8 @@
  		break;
  	      }
  	  if (cnt == lastdb)
---- glibc-2.3-20050729T2336/posix/Makefile	15 Apr 2005 05:46:42 -0000	1.179.2.3
-+++ glibc-2.3-20050729T2336-fedora/posix/Makefile	4 Jul 2005 12:37:13 -0000	1.171.2.9.2.3
+--- glibc-2.3-20051017T0259/posix/Makefile	15 Apr 2005 05:46:42 -0000	1.179.2.3
++++ glibc-2.3-20051017T0259-fedora/posix/Makefile	4 Jul 2005 12:37:13 -0000	1.171.2.9.2.3
 @@ -106,7 +106,8 @@ generated := $(addprefix wordexp-test-re
  	     bug-regex21-mem bug-regex21.mtrace \
  	     tst-rxspencer-mem tst-rxspencer.mtrace tst-getconf.out \
@@ -1510,8 +1510,8 @@
 +	  | sed -n -e '/START_OF_STRINGS/,$${/POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \
 +	  > $@.new
 +	mv -f $@.new $@
---- glibc-2.3-20050729T2336/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/posix/getconf.speclist.h	13 Dec 2004 23:32:37 -0000	1.1.2.2
+--- glibc-2.3-20051017T0259/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/posix/getconf.speclist.h	13 Dec 2004 23:32:37 -0000	1.1.2.2
 @@ -0,0 +1,15 @@
 +#include <unistd.h>
 +const char *START_OF_STRINGS =
@@ -1528,8 +1528,8 @@
 +"POSIX_V6_LPBIG_OFFBIG"
 +#endif
 +"";
---- glibc-2.3-20050729T2336/sysdeps/generic/dl-cache.h	25 Jun 2003 08:01:22 -0000	1.13
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/generic/dl-cache.h	22 Sep 2004 21:21:07 -0000	1.13.2.1
+--- glibc-2.3-20051017T0259/sysdeps/generic/dl-cache.h	25 Jun 2003 08:01:22 -0000	1.13
++++ glibc-2.3-20051017T0259-fedora/sysdeps/generic/dl-cache.h	22 Sep 2004 21:21:07 -0000	1.13.2.1
 @@ -36,6 +36,14 @@
  # define add_system_dir(dir) add_dir (dir)
  #endif
@@ -1545,8 +1545,8 @@
  #define CACHEMAGIC "ld.so-1.7.0"
  
  /* libc5 and glibc 2.0/2.1 use the same format.  For glibc 2.2 another
---- glibc-2.3-20050729T2336/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/i386/bits/atomic.h	5 Oct 2004 12:09:44 -0000	1.1.2.3
+--- glibc-2.3-20051017T0259/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/sysdeps/i386/bits/atomic.h	5 Oct 2004 12:09:44 -0000	1.1.2.3
 @@ -0,0 +1,410 @@
 +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1958,8 +1958,8 @@
 +
 +
 +#define atomic_delay() asm ("rep; nop")
---- glibc-2.3-20050729T2336/sysdeps/ia64/Makefile	16 Aug 2004 06:46:14 -0000	1.10
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/ia64/Makefile	22 Sep 2004 21:21:07 -0000	1.10.2.1
+--- glibc-2.3-20051017T0259/sysdeps/ia64/Makefile	16 Aug 2004 06:46:14 -0000	1.10
++++ glibc-2.3-20051017T0259-fedora/sysdeps/ia64/Makefile	22 Sep 2004 21:21:07 -0000	1.10.2.1
 @@ -12,8 +12,8 @@ elide-routines.os += hp-timing
  
  ifeq (yes,$(build-shared))
@@ -1971,8 +1971,8 @@
  endif
  endif
  
---- glibc-2.3-20050729T2336/sysdeps/ia64/ia64libgcc.S	11 May 2002 05:12:35 -0000	1.2
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/ia64/ia64libgcc.S	22 Sep 2004 21:21:07 -0000	1.2.2.1
+--- glibc-2.3-20051017T0259/sysdeps/ia64/ia64libgcc.S	11 May 2002 05:12:35 -0000	1.2
++++ glibc-2.3-20051017T0259-fedora/sysdeps/ia64/ia64libgcc.S	22 Sep 2004 21:21:07 -0000	1.2.2.1
 @@ -1,350 +0,0 @@
 -/* From the Intel IA-64 Optimization Guide, choose the minimum latency
 -   alternative.  */
@@ -2324,8 +2324,8 @@
 -	.symver	___multi3, __multi3 at GLIBC_2.2
 -
 -#endif
---- glibc-2.3-20050729T2336/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/ia64/libgcc-compat.c	22 Sep 2004 21:21:08 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/sysdeps/ia64/libgcc-compat.c	22 Sep 2004 21:21:08 -0000	1.1.2.1
 @@ -0,0 +1,84 @@
 +/* pre-.hidden libgcc compatibility
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -2411,8 +2411,8 @@
 +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2);
 +
 +#endif
---- glibc-2.3-20050729T2336/sysdeps/unix/nice.c	28 Sep 2002 19:13:13 -0000	1.6
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/nice.c	22 Sep 2004 21:21:08 -0000	1.6.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/nice.c	28 Sep 2002 19:13:13 -0000	1.6
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/nice.c	22 Sep 2004 21:21:08 -0000	1.6.2.1
 @@ -41,7 +41,12 @@ nice (int incr)
  	__set_errno (save);
      }
@@ -2427,8 +2427,8 @@
    if (result != -1)
      return getpriority (PRIO_PROCESS, 0);
    else
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/paths.h	15 Nov 2000 23:06:47 -0000	1.11
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/paths.h	22 Sep 2004 21:21:08 -0000	1.11.4.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/paths.h	15 Nov 2000 23:06:47 -0000	1.11
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/paths.h	22 Sep 2004 21:21:08 -0000	1.11.4.1
 @@ -61,7 +61,7 @@
  #define	_PATH_TTY	"/dev/tty"
  #define	_PATH_UNIX	"/boot/vmlinux"
@@ -2438,8 +2438,8 @@
  #define _PATH_WTMP	"/var/log/wtmp"
  
  /* Provide trailing slash, since mostly used for building pathnames. */
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/readonly-area.c	18 Oct 2004 04:17:11 -0000	1.1
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/readonly-area.c	20 Oct 2004 11:04:51 -0000	1.1.2.2
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/readonly-area.c	18 Oct 2004 04:17:11 -0000	1.1
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/readonly-area.c	20 Oct 2004 11:04:51 -0000	1.1.2.2
 @@ -33,7 +33,10 @@ __readonly_area (const char *ptr, size_t
  
    FILE *fp = fopen ("/proc/self/maps", "rc");
@@ -2452,8 +2452,8 @@
  
    /* We need no locking.  */
    __fsetlocking (fp, FSETLOCKING_BYCALLER);
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/tcsetattr.c	10 Sep 2003 19:16:07 -0000	1.16
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/tcsetattr.c	22 Sep 2004 21:21:08 -0000	1.16.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/tcsetattr.c	10 Sep 2003 19:16:07 -0000	1.16
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/tcsetattr.c	22 Sep 2004 21:21:08 -0000	1.16.2.1
 @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios
  {
    struct __kernel_termios k_termios;
@@ -2499,8 +2499,8 @@
 +  return retval;
  }
  libc_hidden_def (tcsetattr)
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h	22 Sep 2004 21:21:08 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h	22 Sep 2004 21:21:08 -0000	1.1.2.1
 @@ -0,0 +1,59 @@
 +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig.
 +   Copyright (C) 2004 Free Software Foundation, Inc.
@@ -2561,8 +2561,8 @@
 +  } while (0)
 +
 +#include_next <dl-cache.h>
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/ia64/dl-cache.h	6 Jul 2001 04:56:17 -0000	1.2
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h	22 Sep 2004 21:21:09 -0000	1.2.4.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/ia64/dl-cache.h	6 Jul 2001 04:56:17 -0000	1.2
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h	22 Sep 2004 21:21:09 -0000	1.2.4.1
 @@ -22,4 +22,31 @@
  #define _dl_cache_check_flags(flags) \
    ((flags) == _DL_CACHE_DEFAULT_ID)
@@ -2595,24 +2595,24 @@
 +  } while (0)
 +
  #include_next <dl-cache.h>
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c	22 Sep 2004 21:21:09 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c	22 Sep 2004 21:21:09 -0000	1.1.2.1
 @@ -0,0 +1,5 @@
 +#ifdef IS_IN_ldconfig
 +#include <sysdeps/i386/dl-procinfo.c>
 +#else
 +#include <sysdeps/generic/dl-procinfo.c>
 +#endif
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h	22 Sep 2004 21:21:09 -0000	1.1.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h	22 Sep 2004 21:21:09 -0000	1.1.2.1
 @@ -0,0 +1,5 @@
 +#ifdef IS_IN_ldconfig
 +#include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
 +#else
 +#include <sysdeps/generic/dl-procinfo.h>
 +#endif
---- glibc-2.3-20050729T2336/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	17 Jan 2002 06:49:28 -0000	1.2
-+++ glibc-2.3-20050729T2336-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	22 Sep 2004 21:21:09 -0000	1.2.2.1
+--- glibc-2.3-20051017T0259/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	17 Jan 2002 06:49:28 -0000	1.2
++++ glibc-2.3-20051017T0259-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	22 Sep 2004 21:21:09 -0000	1.2.2.1
 @@ -1 +1 @@
 -s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 \2\3"_
 +s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_


Index: glibc.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc/FC-3/glibc.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- glibc.spec	29 Jul 2005 23:47:29 -0000	1.108
+++ glibc.spec	17 Oct 2005 03:10:26 -0000	1.109
@@ -1,9 +1,9 @@
-%define glibcdate 20050729T2336
+%define glibcdate 20051017T0259
 %define glibcname glibc-2.3
-%define glibcsrcdir glibc-2.3-20050729T2336
+%define glibcsrcdir glibc-2.3-20051017T0259
 %define glibc_release_tarballs 0
 %define glibcversion 2.3.5
-%define glibcrelease 0.fc3.5
+%define glibcrelease 0.fc3.6
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1280,6 +1280,9 @@
 %endif
 
 %changelog
+* Sun Oct 16 2005 Roland McGrath <roland at redhat.com> 2.3.5-0.fc3.6
+- update from CVS (glibc-2_3-branch)
+
 * Fri Jul 29 2005 Roland McGrath <roland at redhat.com> 2.3.5-0.fc3.5
 - update from CVS (glibc-2_3-branch)
   - correctly size nscd buffer for grpcache key (#163538, BZ#1113)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/glibc/FC-3/sources,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sources	29 Jul 2005 23:47:29 -0000	1.86
+++ sources	17 Oct 2005 03:10:26 -0000	1.87
@@ -1,2 +1,2 @@
-a2954975e472c43fd4c9d7469afee23d  glibc-2.3-20050729T2336.tar.bz2
-657c54b88e02840541ec41c8108bb070  glibc-2.3-fedora-20050729T2336.tar.bz2
+8a7a32c9b9ca60aba2af65b607b71d19  glibc-2.3-20051017T0259.tar.bz2
+a4fc7aa873e1078ab99aee95943f8eb0  glibc-2.3-fedora-20051017T0259.tar.bz2




More information about the fedora-cvs-commits mailing list