rpms/glibc/devel glibc-fedora.patch,1.169,1.170

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 15 06:42:23 UTC 2006


Author: jakub

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

Modified Files:
	glibc-fedora.patch 
Log Message:
2.4.90-20

glibc-fedora.patch:
 ChangeLog.11                                                |   21 
 ChangeLog.12                                                |   12 
 ChangeLog.15                                                |   45 +
 ChangeLog.16                                                |  101 +++
 csu/elf-init.c                                              |   17 
 debug/tst-chk1.c                                            |    7 
 elf/ldconfig.c                                              |   25 
 elf/tst-stackguard1.c                                       |    8 
 iconv/iconvconfig.c                                         |   55 -
 include/bits/stdlib-ldbl.h                                  |    1 
 include/bits/wchar-ldbl.h                                   |    1 
 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/ml_IN                                    |   38 -
 localedata/locales/no_NO                                    |   69 ++
 localedata/locales/zh_TW                                    |    6 
 malloc/mcheck.c                                             |   30 -
 malloc/mtrace.c                                             |   20 
 nis/nss                                                     |    2 
 nptl/ChangeLog                                              |   19 
 nptl/Makefile                                               |   12 
 nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S       |   61 +-
 nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S |   45 +
 nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h            |  242 +++++---
 nptl/sysdeps/unix/sysv/linux/kernel-features.h              |    6 
 nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S          |   59 +-
 nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h          |  294 +++++++---
 nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S    |   41 +
 nptl/tst-stackguard1.c                                      |    8 
 nscd/connections.c                                          |   18 
 nscd/nscd.c                                                 |    4 
 nscd/nscd.conf                                              |    4 
 nscd/nscd.init                                              |   19 
 posix/Makefile                                              |   19 
 posix/getconf.speclist.h                                    |   15 
 sysdeps/generic/dl-cache.h                                  |    8 
 sysdeps/i386/Makefile                                       |    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/futimesat.c                         |   23 
 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/tcsetattr.c                         |   32 +
 58 files changed, 1415 insertions(+), 652 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- glibc-fedora.patch	15 Aug 2006 06:07:32 -0000	1.169
+++ glibc-fedora.patch	15 Aug 2006 06:42:11 -0000	1.170
@@ -1228,6 +1228,24 @@
  	* tst-cancel17.c (do_test): Check if aio_cancel failed.
 --- glibc-20060815T0533/nptl/Makefile	13 Aug 2006 01:53:28 -0000	1.184
 +++ glibc-20060815T0533-fedora/nptl/Makefile	15 Aug 2006 05:53:48 -0000	1.157.2.24
+@@ -122,7 +122,7 @@ libpthread-routines = init vars events v
+ 		      pthread_mutexattr_getprotocol \
+ 		      pthread_mutexattr_setprotocol \
+ 		      pthread_mutexattr_getprioceiling \
+-		      pthread_mutexattr_setprioceiling \
++		      pthread_mutexattr_setprioceiling tpp \
+ 		      pthread_mutex_getprioceiling pthread_mutex_setprioceiling
+ #		      pthread_setuid pthread_seteuid pthread_setreuid \
+ #		      pthread_setresuid \
+@@ -258,7 +258,7 @@ tests = tst-typesizes \
+ 	tst-vfork1 tst-vfork2 tst-vfork1x tst-vfork2x \
+ 	tst-getpid1 tst-getpid2 tst-getpid3 \
+ 	tst-initializers1 $(patsubst %,tst-initializers1-%,c89 gnu89 c99 gnu99)
+-xtests = tst-setuid1 tst-setuid1-static
++xtests = tst-setuid1 tst-setuid1-static tst-mutexpp1 tst-mutexpp6 tst-mutexpp10
+ 
+ # Files which must not be linked with libpthread.
+ tests-nolibpthread = tst-unload
 @@ -524,15 +524,19 @@ $(addprefix $(objpfx), \
      $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so \
  				       $(objpfx)libpthread_nonshared.a




More information about the fedora-cvs-commits mailing list