[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/glibc/devel glibc-fedora.patch,1.104,1.105



Author: jakub

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

Modified Files:
	glibc-fedora.patch 
Log Message:
2.3.90-13


glibc-fedora.patch:
 ChangeLog                                      |   34 ++
 ChangeLog.11                                   |   21 +
 ChangeLog.12                                   |   12 
 ChangeLog.15                                   |   45 +++
 csu/elf-init.c                                 |   18 +
 debug/tst-chk1.c                               |    7 
 elf/ldconfig.c                                 |   25 +
 elf/tst-stackguard1.c                          |    8 
 iconv/iconvconfig.c                            |   55 ++-
 include/features.h                             |    8 
 intl/locale.alias                              |    2 
 libio/bits/stdio2.h                            |   19 +
 libio/stdio.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/no_NO                       |   69 ++++
 localedata/locales/zh_TW                       |    6 
 nptl/ChangeLog                                 |   24 +
 nptl/Makefile                                  |    8 
 nptl/allocatestack.c                           |    4 
 nptl/sysdeps/unix/sysv/linux/kernel-features.h |    6 
 nptl/tst-stackguard1.c                         |    8 
 nscd/connections.c                             |   15 +
 nscd/nscd.c                                    |    4 
 nscd/nscd.conf                                 |    4 
 nscd/nscd.init                                 |   19 -
 nscd/selinux.c                                 |    2 
 posix/Makefile                                 |   19 -
 posix/getconf.speclist.h                       |   15 +
 sysdeps/generic/dl-cache.h                     |    8 
 sysdeps/ia64/Makefile                          |    4 
 sysdeps/ia64/ia64libgcc.S                      |  350 -------------------------
 sysdeps/ia64/libgcc-compat.c                   |   84 ++++++
 sysdeps/unix/nice.c                            |    7 
 sysdeps/unix/sysv/linux/dl-osinfo.h            |   29 ++
 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 ++
 47 files changed, 706 insertions(+), 439 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- glibc-fedora.patch	3 Oct 2005 21:25:44 -0000	1.104
+++ glibc-fedora.patch	3 Oct 2005 21:56:48 -0000	1.105
@@ -861,8 +861,17 @@
  date       "2000-08-02"
  %
 --- glibc-20051003T2040/nptl/ChangeLog	2 Oct 2005 15:40:54 -0000	1.799
-+++ glibc-20051003T2040-fedora/nptl/ChangeLog	3 Oct 2005 20:44:16 -0000	1.706.2.59
-@@ -70,6 +70,15 @@
++++ glibc-20051003T2040-fedora/nptl/ChangeLog	3 Oct 2005 21:49:07 -0000	1.706.2.60
+@@ -1,3 +1,8 @@
++2005-10-03  Jakub Jelinek  <jakub redhat com>
++
++	* allocatestack.c (setxid_signal_thread): Add
++	INTERNAL_SYSCALL_DECL (err).
++
+ 2005-10-02  Jakub Jelinek  <jakub redhat com>
+ 
+ 	* allocatestack.c (setxid_signal_thread): Need to use
+@@ -70,6 +75,15 @@
  	Use __sigfillset.  Document that sigfillset does the right thing wrt
  	to SIGSETXID.
  
@@ -878,7 +887,7 @@
  2005-07-11  Jakub Jelinek  <jakub redhat com>
  
  	[BZ #1102]
-@@ -805,6 +814,11 @@
+@@ -805,6 +819,11 @@
  	Move definition inside libpthread, libc, librt check.  Provide
  	definition for rtld.
  
@@ -890,7 +899,7 @@
  2004-09-02  Ulrich Drepper  <drepper redhat com>
  
  	* sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp.
-@@ -2879,6 +2893,11 @@
+@@ -2879,6 +2898,11 @@
  
  	* Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
  
@@ -926,6 +935,33 @@
  else
  $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
  endif
+--- glibc-20051003T2040/nptl/allocatestack.c	2 Oct 2005 15:39:21 -0000	1.58
++++ glibc-20051003T2040-fedora/nptl/allocatestack.c	3 Oct 2005 21:49:07 -0000	1.51.2.7
+@@ -839,6 +839,7 @@ setxid_signal_thread (struct xid_command
+     }
+ 
+   int val;
++  INTERNAL_SYSCALL_DECL (err);
+ #if __ASSUME_TGKILL
+   val = INTERNAL_SYSCALL (tgkill, err, 3, THREAD_GETMEM (THREAD_SELF, pid),
+ 			  t->tid, SIGSETXID);
+@@ -867,8 +868,6 @@ __nptl_setxid (struct xid_command *cmdp)
+   __xidcmd = cmdp;
+   cmdp->cntr = 0;
+ 
+-  INTERNAL_SYSCALL_DECL (err);
+-
+   struct pthread *self = THREAD_SELF;
+ 
+   /* Iterate over the list with system-allocated threads first.  */
+@@ -901,6 +900,7 @@ __nptl_setxid (struct xid_command *cmdp)
+ 
+   /* This must be last, otherwise the current thread might not have
+      permissions to send SIGSETXID syscall to the other threads.  */
++  INTERNAL_SYSCALL_DECL (err);
+   result = INTERNAL_SYSCALL_NCS (cmdp->syscall_no, err, 3,
+ 				 cmdp->id[0], cmdp->id[1], cmdp->id[2]);
+   if (INTERNAL_SYSCALL_ERROR_P (result, err))
 --- glibc-20051003T2040/nptl/tst-stackguard1.c	26 Jun 2005 17:44:14 -0000	1.1
 +++ glibc-20051003T2040-fedora/nptl/tst-stackguard1.c	8 Aug 2005 21:24:28 -0000	1.1.2.3
 @@ -190,17 +190,21 @@ do_test (void)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]