From 61d52d11e863d537d124c2e79c25ff74119e8c75 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Dec 08 2004 11:39:39 +0000 Subject: auto-import glibc-2.3.3-89 on branch devel from glibc-2.3.3-89.src.rpm --- diff --git a/.cvsignore b/.cvsignore index 3cb85d2..73519dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -glibc-20041207T1331.tar.bz2 -glibc-fedora-20041207T1331.tar.bz2 +glibc-20041208T1024.tar.bz2 +glibc-fedora-20041208T1024.tar.bz2 diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 3e57bdd..c4f9465 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -1,16 +1,19 @@ ---- glibc-20041207T1331/ChangeLog 7 Dec 2004 06:55:06 -0000 1.9038 -+++ glibc-20041207T1331-fedora/ChangeLog 7 Dec 2004 14:20:48 -0000 1.8782.2.51 -@@ -1,3 +1,9 @@ -+2004-12-07 Jakub Jelinek -+ -+ * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for -+ NPTL where the PID is stored at userlevel and needs to be reset when -+ CLONE_THREAD is not used. -+ - 2004-12-01 Jakub Jelinek - - * elf/rtld.c (process_envvars): Don't consider LD_SHOW_AUXV -@@ -98,6 +104,20 @@ +--- glibc-20041208T1024/ChangeLog 7 Dec 2004 21:06:29 -0000 1.9042 ++++ glibc-20041208T1024-fedora/ChangeLog 8 Dec 2004 10:57:11 -0000 1.8782.2.53 +@@ -1,3 +1,12 @@ ++2004-12-08 Jakub Jelinek ++ ++ * elf/ldd.bash.in: For -u, set bind_now=yes. ++ If eval $add_env '"$file"' exits with exitcode 5, retry with ++ eval $add_env \${RTLD} '"$file"'. ++ Remove | cat usage, it breaks exit code propagation. ++ * elf/rtld.c (process_envvars): If __libc_enable_secure and ++ mode != normal, exit with exitcode 5. ++ + 2004-12-07 Jakub Jelinek + + * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define +@@ -121,6 +130,20 @@ * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise. @@ -31,7 +34,7 @@ 2004-12-02 Roland McGrath * extra-lib.mk (object-suffixes-$(lib)): Add .oS when -@@ -126,6 +146,12 @@ +@@ -149,6 +172,12 @@ * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Do $(make-target-directory). @@ -44,7 +47,7 @@ 2004-11-29 Roland McGrath * posix/confstr.c: Avoid punctuation in #error text. -@@ -179,6 +205,14 @@ +@@ -202,6 +231,14 @@ 2004-11-26 Jakub Jelinek @@ -59,7 +62,7 @@ * posix/Makefile (install-others): Add $(inst_libexecdir)/getconf. (CFLAGS-sysconf.c): Add -D_GETCONF_DIR. (CFLAGS-getconf.c): New. -@@ -770,6 +804,16 @@ +@@ -793,6 +830,16 @@ * sysdeps/generic/tempname.c (__path_search): Add missing argument TRY_TMPDIR. @@ -76,7 +79,7 @@ 2004-10-31 Mariusz Mazur * sysdeps/unix/sysv/linux/alpha/setregid.c: New file. -@@ -1065,6 +1109,11 @@ +@@ -1088,6 +1135,11 @@ * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno values. @@ -88,7 +91,7 @@ 2004-10-20 Roland McGrath * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also -@@ -1137,6 +1186,11 @@ +@@ -1160,6 +1212,11 @@ * debug/catchsegv.sh: Update copyright year. Use mktemp to create segv_output file. @@ -100,7 +103,7 @@ 2004-10-18 Jakub Jelinek * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook): -@@ -2120,6 +2174,22 @@ +@@ -2143,6 +2200,22 @@ * string/string.h: Add __nonnull annotations. * stdlib/stdlib.h: Likewise. @@ -123,7 +126,7 @@ 2004-09-20 H.J. Lu * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL): -@@ -2849,6 +2919,23 @@ +@@ -2872,6 +2945,23 @@ before return type. * locale/localename.c (__current_locale_name): Likewise. @@ -147,7 +150,7 @@ 2004-08-30 Roland McGrath * scripts/extract-abilist.awk: If `lastversion' variable defined, omit -@@ -3005,6 +3092,22 @@ +@@ -3028,6 +3118,22 @@ * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize status to NSS_STATUS_UNAVAIL. @@ -170,7 +173,7 @@ 2004-08-19 Ulrich Drepper * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the -@@ -3309,6 +3412,12 @@ +@@ -3332,6 +3438,12 @@ * iconvdata/testdata/ISO-2022-JP-3: Regenerated. @@ -183,8 +186,8 @@ 2004-08-10 Alfred M. Szmidt * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. ---- glibc-20041207T1331/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1 -+++ glibc-20041207T1331-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1 +--- glibc-20041208T1024/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1 ++++ glibc-20041208T1024-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1 @@ -1352,6 +1352,11 @@ * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the end of inline assembler code. @@ -234,8 +237,8 @@ * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add __extension__ to hexadecimal floating constant notation. * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): ---- glibc-20041207T1331/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1 -+++ glibc-20041207T1331-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1 +--- glibc-20041208T1024/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1 ++++ glibc-20041208T1024-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1 @@ -7729,6 +7729,13 @@ * Versions.def [ld]: Add GLIBC_2.2.1. @@ -262,8 +265,8 @@ 2001-01-02 Franz Sirl * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo. ---- glibc-20041207T1331/csu/elf-init.c 16 Aug 2004 04:51:00 -0000 1.3 -+++ glibc-20041207T1331-fedora/csu/elf-init.c 22 Sep 2004 21:20:47 -0000 1.3.2.1 +--- glibc-20041208T1024/csu/elf-init.c 16 Aug 2004 04:51:00 -0000 1.3 ++++ glibc-20041208T1024-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; @@ -289,8 +292,8 @@ #endif /* These function symbols are provided for the .init/.fini section entry ---- glibc-20041207T1331/debug/tst-chk1.c 18 Nov 2004 23:23:17 -0000 1.5 -+++ glibc-20041207T1331-fedora/debug/tst-chk1.c 19 Nov 2004 00:18:08 -0000 1.1.2.7 +--- glibc-20041208T1024/debug/tst-chk1.c 18 Nov 2004 23:23:17 -0000 1.5 ++++ glibc-20041208T1024-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 (); @@ -309,8 +312,8 @@ # define O 0 #else # define O 1 ---- glibc-20041207T1331/elf/dl-support.c 6 Nov 2004 00:24:49 -0000 1.87 -+++ glibc-20041207T1331-fedora/elf/dl-support.c 10 Nov 2004 09:02:46 -0000 1.84.2.4 +--- glibc-20041208T1024/elf/dl-support.c 6 Nov 2004 00:24:49 -0000 1.87 ++++ glibc-20041208T1024-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); @@ -323,8 +326,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-20041207T1331/elf/ldconfig.c 10 Aug 2004 04:04:32 -0000 1.47 -+++ glibc-20041207T1331-fedora/elf/ldconfig.c 22 Sep 2004 21:20:48 -0000 1.47.2.1 +--- glibc-20041208T1024/elf/ldconfig.c 10 Aug 2004 04:04:32 -0000 1.47 ++++ glibc-20041208T1024-fedora/elf/ldconfig.c 22 Sep 2004 21:20:48 -0000 1.47.2.1 @@ -944,17 +944,19 @@ search_dirs (void) @@ -406,8 +409,43 @@ } search_dirs (); ---- glibc-20041207T1331/elf/rtld.c 7 Dec 2004 06:54:07 -0000 1.338 -+++ glibc-20041207T1331-fedora/elf/rtld.c 7 Dec 2004 14:00:50 -0000 1.330.2.9 +--- glibc-20041208T1024/elf/ldd.bash.in 21 Sep 2004 15:38:48 -0000 1.32 ++++ glibc-20041208T1024-fedora/elf/ldd.bash.in 8 Dec 2004 10:57:19 -0000 1.32.2.1 +@@ -74,6 +74,7 @@ For bug reporting instructions, please s + ;; + -u | --u | --un | --unu | --unus | --unuse | --unused) + unused=yes ++ bind_now=yes + shift + ;; + --v | --ve | --ver) +@@ -153,7 +154,11 @@ warning: you do not have execution permi + fi + case $ret in + 0) +- eval $add_env '"$file"' || result=1 ++ # If the program exits with exit code 5, it means the process has been ++ # invoked with __libc_enable_secure. Fall back to running it through ++ # the dynamic linker. ++ ( eval $add_env '"$file"'; ret=$?; [ $ret != 5 ] && exit $ret; ++ eval $add_env \${RTLD} '"$file"'; ) || result=1 + ;; + 1) + # This can be a non-ELF binary or no binary at all. +@@ -163,10 +168,7 @@ warning: you do not have execution permi + } + ;; + 2) +- # The following use of cat is needed to make ldd work in SELinux +- # environments where the executed program might not have permissions +- # to write to the console/tty. +- eval $add_env \${RTLD} '"$file"' | cat || result=1 ++ eval $add_env \${RTLD} '"$file"' || result=1 + ;; + *) + echo 'ldd:' ${RTLD} $"exited with unknown exit code" "($ret)" >&2 +--- glibc-20041208T1024/elf/rtld.c 7 Dec 2004 06:54:07 -0000 1.338 ++++ glibc-20041208T1024-fedora/elf/rtld.c 8 Dec 2004 10:57:20 -0000 1.330.2.10 @@ -1087,6 +1087,53 @@ of this helper program; chances are you ++GL(dl_ns)[LM_ID_BASE]._ns_nloaded; ++GL(dl_load_adds); @@ -530,8 +568,22 @@ if (__builtin_expect (npreloads, 0) != 0) { /* Set up PRELOADS with a vector of the preloaded libraries. */ ---- glibc-20041207T1331/elf/tst-tls10.h 17 Apr 2003 19:19:01 -0000 1.1 -+++ glibc-20041207T1331-fedora/elf/tst-tls10.h 22 Sep 2004 21:20:48 -0000 1.1.2.1 +@@ -2269,9 +2377,11 @@ process_envvars (enum mode *modep) + if (__access ("/etc/suid-debug", F_OK) != 0) + { + unsetenv ("MALLOC_CHECK_"); +- if (mode == normal) +- GLRO(dl_debug_mask) = 0; ++ GLRO(dl_debug_mask) = 0; + } ++ ++ if (mode != normal) ++ _exit (5); + } + /* If we have to run the dynamic linker in debugging mode and the + LD_DEBUG_OUTPUT environment variable is given, we write the debug +--- glibc-20041208T1024/elf/tst-tls10.h 17 Apr 2003 19:19:01 -0000 1.1 ++++ glibc-20041208T1024-fedora/elf/tst-tls10.h 22 Sep 2004 21:20:48 -0000 1.1.2.1 @@ -1,8 +1,8 @@ #include #include @@ -543,8 +595,8 @@ # define USE_TLS__THREAD struct A ---- glibc-20041207T1331/iconv/iconvconfig.c 24 Sep 2004 17:09:04 -0000 1.20 -+++ glibc-20041207T1331-fedora/iconv/iconvconfig.c 22 Sep 2004 21:20:51 -0000 1.19.2.1 +--- glibc-20041208T1024/iconv/iconvconfig.c 24 Sep 2004 17:09:04 -0000 1.20 ++++ glibc-20041208T1024-fedora/iconv/iconvconfig.c 22 Sep 2004 21:20:51 -0000 1.19.2.1 @@ -989,6 +989,34 @@ next_prime (uint32_t seed) module name offset (following last entry with step count 0) @@ -621,8 +673,8 @@ /* Open the output file. */ assert (GCONV_MODULES_CACHE[0] == '/'); strcpy (stpcpy (mempcpy (tmpfname, prefix, prefix_len), GCONV_MODULES_CACHE), ---- glibc-20041207T1331/include/features.h 18 Oct 2004 04:17:16 -0000 1.36 -+++ glibc-20041207T1331-fedora/include/features.h 2 Nov 2004 13:30:19 -0000 1.35.2.4 +--- glibc-20041208T1024/include/features.h 18 Oct 2004 04:17:16 -0000 1.36 ++++ glibc-20041208T1024-fedora/include/features.h 2 Nov 2004 13:30:19 -0000 1.35.2.4 @@ -181,8 +181,8 @@ /* If none of the ANSI/POSIX macros are defined, use POSIX.1 and POSIX.2 @@ -649,8 +701,8 @@ # if _FORTIFY_SOURCE == 1 # define __USE_FORTIFY_LEVEL 1 # elif _FORTIFY_SOURCE > 1 ---- glibc-20041207T1331/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23 -+++ glibc-20041207T1331-fedora/intl/locale.alias 22 Sep 2004 21:20:53 -0000 1.23.2.1 +--- glibc-20041208T1024/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23 ++++ glibc-20041208T1024-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 @@ -660,8 +712,8 @@ norwegian nb_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 ---- glibc-20041207T1331/libio/bug-ungetc4.c 6 Dec 2004 22:33:26 -0000 1.2 -+++ glibc-20041207T1331-fedora/libio/bug-ungetc4.c 3 Dec 2004 11:14:41 -0000 1.1.2.1 +--- glibc-20041208T1024/libio/bug-ungetc4.c 6 Dec 2004 22:33:26 -0000 1.2 ++++ glibc-20041208T1024-fedora/libio/bug-ungetc4.c 3 Dec 2004 11:14:41 -0000 1.1.2.1 @@ -38,7 +38,7 @@ do_prepare (void) printf ("cannot create temporary file: %m\n"); exit (1); @@ -671,8 +723,8 @@ close (fd); } ---- glibc-20041207T1331/libio/stdio.h 18 Oct 2004 04:17:15 -0000 1.79 -+++ glibc-20041207T1331-fedora/libio/stdio.h 18 Oct 2004 09:58:44 -0000 1.78.2.2 +--- glibc-20041208T1024/libio/stdio.h 18 Oct 2004 04:17:15 -0000 1.79 ++++ glibc-20041208T1024-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. */ @@ -686,8 +738,8 @@ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ ---- glibc-20041207T1331/libio/bits/stdio2.h 18 Oct 2004 04:17:14 -0000 1.1 -+++ glibc-20041207T1331-fedora/libio/bits/stdio2.h 2 Nov 2004 13:30:19 -0000 1.1.2.2 +--- glibc-20041208T1024/libio/bits/stdio2.h 18 Oct 2004 04:17:14 -0000 1.1 ++++ glibc-20041208T1024-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); @@ -718,8 +770,8 @@ #endif ---- glibc-20041207T1331/linuxthreads/ChangeLog 5 Dec 2004 09:39:04 -0000 1.831 -+++ glibc-20041207T1331-fedora/linuxthreads/ChangeLog 7 Dec 2004 14:00:53 -0000 1.817.2.12 +--- glibc-20041208T1024/linuxthreads/ChangeLog 5 Dec 2004 09:39:04 -0000 1.831 ++++ glibc-20041208T1024-fedora/linuxthreads/ChangeLog 7 Dec 2004 14:00:53 -0000 1.817.2.12 @@ -3,6 +3,22 @@ * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Update RETINSTR use. * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise. @@ -791,8 +843,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-20041207T1331/linuxthreads/Makefile 2 Dec 2004 22:55:00 -0000 1.96 -+++ glibc-20041207T1331-fedora/linuxthreads/Makefile 3 Dec 2004 10:17:05 -0000 1.94.2.3 +--- glibc-20041208T1024/linuxthreads/Makefile 2 Dec 2004 22:55:00 -0000 1.96 ++++ glibc-20041208T1024-fedora/linuxthreads/Makefile 3 Dec 2004 10:17:05 -0000 1.94.2.3 @@ -245,15 +245,18 @@ $(addprefix $(objpfx), \ $(filter-out $(tests-static) $(tests-reverse) unload, \ $(tests) $(test-srcs))): $(objpfx)libpthread.so \ @@ -814,8 +866,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a $(addprefix $(objpfx),$(librt-tests)): $(common-objpfx)rt/librt.a ---- glibc-20041207T1331/linuxthreads/cancel.c 22 Feb 2003 00:55:21 -0000 1.23 -+++ glibc-20041207T1331-fedora/linuxthreads/cancel.c 22 Sep 2004 21:20:55 -0000 1.23.2.1 +--- glibc-20041208T1024/linuxthreads/cancel.c 22 Feb 2003 00:55:21 -0000 1.23 ++++ glibc-20041208T1024-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 } @@ -823,8 +875,8 @@ + THREAD_SETMEM (self, p_cancelstate, PTHREAD_CANCEL_DISABLE); __libc_thread_freeres (); } ---- glibc-20041207T1331/linuxthreads/lockfile.c 18 Dec 2002 01:16:46 -0000 1.10 -+++ glibc-20041207T1331-fedora/linuxthreads/lockfile.c 22 Sep 2004 21:20:55 -0000 1.10.2.1 +--- glibc-20041208T1024/linuxthreads/lockfile.c 18 Dec 2002 01:16:46 -0000 1.10 ++++ glibc-20041208T1024-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); @@ -838,8 +890,8 @@ __pthread_mutexattr_destroy (&attr); ---- glibc-20041207T1331/linuxthreads/semaphore.h 17 Apr 2004 23:01:39 -0000 1.13 -+++ glibc-20041207T1331-fedora/linuxthreads/semaphore.h 22 Sep 2004 21:20:55 -0000 1.13.2.1 +--- glibc-20041208T1024/linuxthreads/semaphore.h 17 Apr 2004 23:01:39 -0000 1.13 ++++ glibc-20041208T1024-fedora/linuxthreads/semaphore.h 22 Sep 2004 21:20:55 -0000 1.13.2.1 @@ -21,6 +21,7 @@ # define __need_timespec # include @@ -848,8 +900,8 @@ #ifndef _PTHREAD_DESCR_DEFINED /* Thread descriptors. Needed for `sem_t' definition. */ ---- glibc-20041207T1331/linuxthreads/tst-clock1.c 8 Jul 2004 23:44:50 -0000 1.1 -+++ glibc-20041207T1331-fedora/linuxthreads/tst-clock1.c 3 Dec 2004 11:20:48 -0000 1.1.2.1 +--- glibc-20041208T1024/linuxthreads/tst-clock1.c 8 Jul 2004 23:44:50 -0000 1.1 ++++ glibc-20041208T1024-fedora/linuxthreads/tst-clock1.c 3 Dec 2004 11:20:48 -0000 1.1.2.1 @@ -25,7 +25,7 @@ #include @@ -878,8 +930,8 @@ if (pthread_barrier_init (&b2, NULL, 2) != 0 || pthread_barrier_init (&bN, NULL, N + 1) != 0) { ---- glibc-20041207T1331/linuxthreads/tst-tls1.h 2 Sep 2003 00:29:30 -0000 1.1 -+++ glibc-20041207T1331-fedora/linuxthreads/tst-tls1.h 22 Sep 2004 21:20:55 -0000 1.1.2.1 +--- glibc-20041208T1024/linuxthreads/tst-tls1.h 2 Sep 2003 00:29:30 -0000 1.1 ++++ glibc-20041208T1024-fedora/linuxthreads/tst-tls1.h 22 Sep 2004 21:20:55 -0000 1.1.2.1 @@ -2,7 +2,7 @@ #include #include @@ -889,8 +941,8 @@ struct tls_obj { ---- glibc-20041207T1331/linuxthreads/sysdeps/alpha/tls.h 30 Jan 2003 21:03:40 -0000 1.5 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/alpha/tls.h 22 Sep 2004 21:20:55 -0000 1.5.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/alpha/tls.h 30 Jan 2003 21:03:40 -0000 1.5 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/alpha/tls.h 22 Sep 2004 21:20:55 -0000 1.5.2.1 @@ -53,54 +53,76 @@ typedef struct # include @@ -980,8 +1032,8 @@ /* Get the thread descriptor definition. */ # include ---- glibc-20041207T1331/linuxthreads/sysdeps/i386/tls.h 19 Oct 2004 05:12:58 -0000 1.37 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/i386/tls.h 20 Oct 2004 10:47:17 -0000 1.35.2.4 +--- glibc-20041208T1024/linuxthreads/sysdeps/i386/tls.h 19 Oct 2004 05:12:58 -0000 1.37 ++++ glibc-20041208T1024-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) @@ -998,8 +1050,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/linuxthreads/sysdeps/ia64/tls.h 8 Jul 2004 21:20:57 -0000 1.9 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/ia64/tls.h 22 Sep 2004 21:20:55 -0000 1.9.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/ia64/tls.h 8 Jul 2004 21:20:57 -0000 1.9 ++++ glibc-20041208T1024-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) @@ -1016,8 +1068,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/linuxthreads/sysdeps/powerpc/tls.h 9 Apr 2004 19:09:42 -0000 1.8 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/powerpc/tls.h 22 Sep 2004 21:20:55 -0000 1.8.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/powerpc/tls.h 9 Apr 2004 19:09:42 -0000 1.8 ++++ glibc-20041208T1024-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) @@ -1040,8 +1092,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-20041207T1331/linuxthreads/sysdeps/pthread/Makefile 14 Aug 2003 00:14:22 -0000 1.7 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/pthread/Makefile 22 Sep 2004 21:20:56 -0000 1.7.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/pthread/Makefile 14 Aug 2003 00:14:22 -0000 1.7 ++++ glibc-20041208T1024-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)\"" @@ -1058,8 +1110,8 @@ + @echo '#define NPTL_STRUCT_PTHREAD_SIZE 0' > $@ +endif +endif ---- glibc-20041207T1331/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 22 Sep 2004 21:20:56 -0000 1.1.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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 @@ -1074,8 +1126,8 @@ +#ifdef HAVE_TLS_SUPPORT +NPTL_STRUCT_PTHREAD_SIZE sizeof (struct pthread) +#endif ---- glibc-20041207T1331/linuxthreads/sysdeps/pthread/posix-timer.h 26 Aug 2002 22:39:43 -0000 1.9 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/pthread/posix-timer.h 3 Dec 2004 11:20:49 -0000 1.9.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/pthread/posix-timer.h 26 Aug 2002 22:39:43 -0000 1.9 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/pthread/posix-timer.h 3 Dec 2004 11:20:49 -0000 1.9.2.1 @@ -1,5 +1,5 @@ /* Definitions for POSIX timer implementation on top of LinuxThreads. - Copyright (C) 2000, 2002 Free Software Foundation, Inc. @@ -1096,8 +1148,8 @@ /* Return pointer to timer structure corresponding to ID. */ ---- glibc-20041207T1331/linuxthreads/sysdeps/pthread/timer_create.c 18 Apr 2004 02:31:21 -0000 1.10 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/pthread/timer_create.c 3 Dec 2004 11:20:49 -0000 1.10.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/pthread/timer_create.c 18 Apr 2004 02:31:21 -0000 1.10 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/pthread/timer_create.c 3 Dec 2004 11:20:49 -0000 1.10.2.1 @@ -94,24 +94,7 @@ timer_create (clock_id, evp, timerid) case SIGEV_SIGNAL: /* We have a global thread for delivering timed signals. @@ -1124,8 +1176,8 @@ if (! thread->exists) { if (__builtin_expect (__timer_thread_start (thread), ---- glibc-20041207T1331/linuxthreads/sysdeps/pthread/timer_routines.c 18 Apr 2004 02:31:48 -0000 1.23 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/pthread/timer_routines.c 3 Dec 2004 11:20:49 -0000 1.23.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/pthread/timer_routines.c 18 Apr 2004 02:31:48 -0000 1.23 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/pthread/timer_routines.c 3 Dec 2004 11:20:49 -0000 1.23.2.1 @@ -52,12 +52,6 @@ int __timer_init_failed; /* Node for the thread used to deliver signals. */ @@ -1165,8 +1217,8 @@ pthread_mutex_lock (&__timer_mutex); ---- glibc-20041207T1331/linuxthreads/sysdeps/s390/tls.h 30 Jan 2003 18:34:11 -0000 1.3 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/s390/tls.h 22 Sep 2004 21:20:56 -0000 1.3.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/s390/tls.h 30 Jan 2003 18:34:11 -0000 1.3 ++++ glibc-20041208T1024-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) @@ -1183,8 +1235,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/linuxthreads/sysdeps/sh/tls.h 2 Mar 2003 11:44:20 -0000 1.9 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/sh/tls.h 22 Sep 2004 21:20:57 -0000 1.9.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/sh/tls.h 2 Mar 2003 11:44:20 -0000 1.9 ++++ glibc-20041208T1024-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) @@ -1201,8 +1253,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/linuxthreads/sysdeps/sparc/tls.h 4 Feb 2003 20:41:02 -0000 1.3 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/sparc/tls.h 22 Sep 2004 21:20:57 -0000 1.3.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/sparc/tls.h 4 Feb 2003 20:41:02 -0000 1.3 ++++ glibc-20041208T1024-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) @@ -1219,8 +1271,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.20 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h 3 Dec 2004 11:20:49 -0000 1.17.2.4 +--- glibc-20041208T1024/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.20 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h 3 Dec 2004 11:20:49 -0000 1.17.2.4 @@ -107,6 +107,12 @@ /* POSIX shared memory objects are implemented. */ #define _POSIX_SHARED_MEMORY_OBJECTS 200112L @@ -1234,8 +1286,8 @@ /* GNU libc provides regular expression handling. */ #define _POSIX_REGEXP 1 ---- glibc-20041207T1331/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.18 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.18 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,181 +0,0 @@ -/* Define POSIX options for Linux/ix86. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -1418,8 +1470,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.5 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.5 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,181 +0,0 @@ -/* Define POSIX options for Linux/ia64. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -1602,8 +1654,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.5 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 27 Nov 2004 22:44:29 -0000 1.5 ++++ glibc-20041208T1024-fedora/linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,181 +0,0 @@ -/* Define POSIX options for Linux/x86_64. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -1786,8 +1838,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/linuxthreads/sysdeps/x86_64/tls.h 18 Apr 2004 02:32:25 -0000 1.6 -+++ glibc-20041207T1331-fedora/linuxthreads/sysdeps/x86_64/tls.h 22 Sep 2004 21:20:57 -0000 1.6.2.1 +--- glibc-20041208T1024/linuxthreads/sysdeps/x86_64/tls.h 18 Apr 2004 02:32:25 -0000 1.6 ++++ glibc-20041208T1024-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) @@ -1804,8 +1856,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041207T1331/locale/iso-4217.def 10 Aug 2004 05:10:38 -0000 1.15 -+++ glibc-20041207T1331-fedora/locale/iso-4217.def 22 Sep 2004 21:20:57 -0000 1.15.2.1 +--- glibc-20041208T1024/locale/iso-4217.def 10 Aug 2004 05:10:38 -0000 1.15 ++++ glibc-20041208T1024-fedora/locale/iso-4217.def 22 Sep 2004 21:20:57 -0000 1.15.2.1 @@ -8,6 +8,7 @@ * * !!! The list has to be sorted !!! @@ -1897,8 +1949,8 @@ DEFINE_INT_CURR("PYG") /* Paraguay Guarani */ DEFINE_INT_CURR("QAR") /* Qatar Rial */ DEFINE_INT_CURR("ROL") /* Romanian Leu */ ---- glibc-20041207T1331/locale/programs/3level.h 13 Jun 2003 20:45:38 -0000 1.5 -+++ glibc-20041207T1331-fedora/locale/programs/3level.h 22 Sep 2004 21:20:58 -0000 1.5.2.1 +--- glibc-20041208T1024/locale/programs/3level.h 13 Jun 2003 20:45:38 -0000 1.5 ++++ glibc-20041208T1024-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, } } @@ -1942,8 +1994,8 @@ #endif #ifndef NO_FINALIZE ---- glibc-20041207T1331/localedata/Makefile 7 Aug 2004 23:38:13 -0000 1.101 -+++ glibc-20041207T1331-fedora/localedata/Makefile 22 Sep 2004 21:20:58 -0000 1.101.2.1 +--- glibc-20041208T1024/localedata/Makefile 7 Aug 2004 23:38:13 -0000 1.101 ++++ glibc-20041208T1024-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/'`; \ @@ -1952,8 +2004,8 @@ -i locales/$$input -c -f charmaps/$$charset \ $(addprefix --prefix=,$(install_root)) $$locale; \ echo ' done'; \ ---- glibc-20041207T1331/localedata/SUPPORTED 31 Oct 2004 20:49:54 -0000 1.72 -+++ glibc-20041207T1331-fedora/localedata/SUPPORTED 2 Nov 2004 12:25:45 -0000 1.71.2.2 +--- glibc-20041208T1024/localedata/SUPPORTED 31 Oct 2004 20:49:54 -0000 1.72 ++++ glibc-20041208T1024-fedora/localedata/SUPPORTED 2 Nov 2004 12:25:45 -0000 1.71.2.2 @@ -63,6 +63,7 @@ cy_GB.UTF-8/UTF-8 \ cy_GB/ISO-8859-14 \ da_DK.UTF-8/UTF-8 \ @@ -1995,8 +2047,8 @@ ta_IN/UTF-8 \ te_IN/UTF-8 \ tg_TJ/KOI8-T \ ---- glibc-20041207T1331/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 -+++ glibc-20041207T1331-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 +--- glibc-20041208T1024/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 ++++ glibc-20041208T1024-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 @@ -248,8 +248,11 @@ mon "" d_fmt "" @@ -2011,8 +2063,8 @@ END LC_TIME LC_MESSAGES ---- glibc-20041207T1331/localedata/locales/en_GB 31 Oct 2004 23:42:26 -0000 1.12 -+++ glibc-20041207T1331-fedora/localedata/locales/en_GB 2 Nov 2004 12:25:47 -0000 1.10.2.2 +--- glibc-20041208T1024/localedata/locales/en_GB 31 Oct 2004 23:42:26 -0000 1.12 ++++ glibc-20041208T1024-fedora/localedata/locales/en_GB 2 Nov 2004 12:25:47 -0000 1.10.2.2 @@ -112,8 +112,8 @@ mon "" d_fmt "" @@ -2024,8 +2076,8 @@ date_fmt "/ / " ---- glibc-20041207T1331/localedata/locales/en_US 31 Oct 2004 23:42:26 -0000 1.9 -+++ glibc-20041207T1331-fedora/localedata/locales/en_US 2 Nov 2004 12:25:47 -0000 1.7.2.2 +--- glibc-20041208T1024/localedata/locales/en_US 31 Oct 2004 23:42:26 -0000 1.9 ++++ glibc-20041208T1024-fedora/localedata/locales/en_US 2 Nov 2004 12:25:47 -0000 1.7.2.2 @@ -100,7 +100,6 @@ mon " "";/ "";/ @@ -2034,8 +2086,8 @@ % Appropriate date and time representation (%c) % "%a %d %b %Y %r %Z" d_t_fmt "" ---- glibc-20041207T1331/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 +--- glibc-20041208T1024/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 @@ -0,0 +1,69 @@ +escape_char / +comment_char % @@ -2106,8 +2158,8 @@ +LC_ADDRESS +copy "nb_NO" +END LC_ADDRESS ---- glibc-20041207T1331/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7 -+++ glibc-20041207T1331-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2 +--- glibc-20041208T1024/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7 ++++ glibc-20041208T1024-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2 @@ -1,7 +1,7 @@ comment_char % escape_char / @@ -2135,8 +2187,8 @@ revision "0.2" date "2000-08-02" % ---- glibc-20041207T1331/malloc/arena.c 18 Oct 2004 23:15:33 -0000 1.12 -+++ glibc-20041207T1331-fedora/malloc/arena.c 18 Oct 2004 23:30:23 -0000 1.8.2.5 +--- glibc-20041208T1024/malloc/arena.c 18 Oct 2004 23:15:33 -0000 1.12 ++++ glibc-20041208T1024-fedora/malloc/arena.c 18 Oct 2004 23:30:23 -0000 1.8.2.5 @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ @@ -2146,8 +2198,8 @@ /* Compile-time constants. */ ---- glibc-20041207T1331/malloc/malloc.c 20 Nov 2004 04:44:09 -0000 1.139 -+++ glibc-20041207T1331-fedora/malloc/malloc.c 20 Nov 2004 09:56:33 -0000 1.127.2.11 +--- glibc-20041208T1024/malloc/malloc.c 20 Nov 2004 04:44:09 -0000 1.139 ++++ glibc-20041208T1024-fedora/malloc/malloc.c 20 Nov 2004 09:56:33 -0000 1.127.2.11 @@ -24,7 +24,7 @@ Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger. @@ -2157,23 +2209,9 @@ based on: VERSION 2.7.0 Sun Mar 11 14:14:06 2001 Doug Lea (dl at gee) ---- glibc-20041207T1331/nptl/ChangeLog 5 Dec 2004 09:41:16 -0000 1.745 -+++ glibc-20041207T1331-fedora/nptl/ChangeLog 7 Dec 2004 14:20:57 -0000 1.706.2.24 -@@ -1,3 +1,13 @@ -+2004-12-07 Jakub Jelinek -+ -+ * sysdeps/ia64/tcb-offsets.sym (TID): Add. -+ * sysdeps/unix/sysv/linux/ia64/clone2.S: New file. -+ -+ * Makefile (tests): Add tst-getpid2.c. -+ * tst-getpid1.c (TEST_CLONE_FLAGS): Define. -+ (do_test): Use it. Use __clone2 instead of clone on ia64. -+ * tst-getpid2.c: New test. -+ - 2004-12-04 Ulrich Drepper - - * Makefile (tests): Add tst-getpid1. -@@ -5,6 +15,22 @@ +--- glibc-20041208T1024/nptl/ChangeLog 7 Dec 2004 20:32:24 -0000 1.747 ++++ glibc-20041208T1024-fedora/nptl/ChangeLog 8 Dec 2004 10:52:11 -0000 1.706.2.25 +@@ -19,6 +19,22 @@ * sysdeps/unix/sysv/linux/i386/clone.S: New file. * sysdeps/unix/sysv/linux/x86_64/clone.S: New file. @@ -2196,7 +2234,7 @@ 2004-12-02 Roland McGrath * Makefile (libpthread-nonshared): Variable removed. -@@ -382,6 +408,11 @@ +@@ -396,6 +412,11 @@ Move definition inside libpthread, libc, librt check. Provide definition for rtld. @@ -2208,7 +2246,7 @@ 2004-09-02 Ulrich Drepper * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp. -@@ -2456,6 +2487,11 @@ +@@ -2470,6 +2491,11 @@ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). @@ -2220,17 +2258,8 @@ 2003-07-25 Jakub Jelinek * tst-cancel17.c (do_test): Check if aio_cancel failed. ---- glibc-20041207T1331/nptl/Makefile 5 Dec 2004 07:46:51 -0000 1.164 -+++ glibc-20041207T1331-fedora/nptl/Makefile 7 Dec 2004 14:20:57 -0000 1.157.2.8 -@@ -241,7 +241,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ - tst-backtrace1 \ - tst-oddstacklimit \ - tst-vfork1 tst-vfork2 tst-vfork1x tst-vfork2x \ -- tst-getpid1 -+ tst-getpid1 tst-getpid2 - xtests = tst-setuid1 tst-setuid1-static - - # Files which must not be linked with libpthread. +--- glibc-20041208T1024/nptl/Makefile 7 Dec 2004 20:31:27 -0000 1.165 ++++ glibc-20041208T1024-fedora/nptl/Makefile 7 Dec 2004 14:20:57 -0000 1.157.2.8 @@ -499,15 +499,19 @@ $(addprefix $(objpfx), \ $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so \ $(objpfx)libpthread_nonshared.a @@ -2253,8 +2282,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a endif ---- glibc-20041207T1331/nptl/alloca_cutoff.c 26 Nov 2002 22:50:01 -0000 1.1.1.1 -+++ glibc-20041207T1331-fedora/nptl/alloca_cutoff.c 22 Sep 2004 21:21:01 -0000 1.1.1.1.2.1 +--- glibc-20041208T1024/nptl/alloca_cutoff.c 26 Nov 2002 22:50:01 -0000 1.1.1.1 ++++ glibc-20041208T1024-fedora/nptl/alloca_cutoff.c 22 Sep 2004 21:21:01 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2276,8 +2305,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/descr.h 12 Nov 2004 01:24:24 -0000 1.25 -+++ glibc-20041207T1331-fedora/nptl/descr.h 12 Nov 2004 16:56:12 -0000 1.23.2.3 +--- glibc-20041208T1024/nptl/descr.h 12 Nov 2004 01:24:24 -0000 1.25 ++++ glibc-20041208T1024-fedora/nptl/descr.h 12 Nov 2004 16:56:12 -0000 1.23.2.3 @@ -27,9 +27,13 @@ #include #include @@ -2292,8 +2321,8 @@ #include "../nptl_db/thread_db.h" #include #ifdef HAVE_FORCED_UNWIND ---- glibc-20041207T1331/nptl/pthread_cond_destroy.c 2 Sep 2004 18:45:37 -0000 1.5 -+++ glibc-20041207T1331-fedora/nptl/pthread_cond_destroy.c 22 Sep 2004 21:21:01 -0000 1.5.2.1 +--- glibc-20041208T1024/nptl/pthread_cond_destroy.c 2 Sep 2004 18:45:37 -0000 1.5 ++++ glibc-20041208T1024-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. */ @@ -2335,44 +2364,8 @@ } return 0; ---- glibc-20041207T1331/nptl/tst-getpid1.c 5 Dec 2004 07:46:02 -0000 1.1 -+++ glibc-20041207T1331-fedora/nptl/tst-getpid1.c 7 Dec 2004 14:20:57 -0000 1.1.2.3 -@@ -5,6 +5,10 @@ - #include - #include - -+#ifndef TEST_CLONE_FLAGS -+#define TEST_CLONE_FLAGS 0 -+#endif -+ - static int sig; - - static int -@@ -35,8 +39,16 @@ do_test (void) - return 1; - } - -+#ifdef __ia64__ -+ extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, -+ size_t __child_stack_size, int __flags, -+ void *__arg, ...); -+ char st[256 * 1024]; -+ pid_t p = __clone2 (f, st, sizeof (st), TEST_CLONE_FLAGS, 0); -+#else - char st[128 * 1024]; -- pid_t p = clone (f, st + sizeof (st), 0, 0); -+ pid_t p = clone (f, st + sizeof (st), TEST_CLONE_FLAGS, 0); -+#endif - if (p == -1) - { - printf("clone failed: %m\n"); ---- glibc-20041207T1331/nptl/tst-getpid2.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/nptl/tst-getpid2.c 7 Dec 2004 14:20:58 -0000 1.1.2.1 -@@ -0,0 +1,2 @@ -+#define TEST_CLONE_FLAGS CLONE_VM -+#include "tst-getpid1.c" ---- glibc-20041207T1331/nptl/tst-unload.c 25 Feb 2004 18:41:32 -0000 1.3 -+++ glibc-20041207T1331-fedora/nptl/tst-unload.c 22 Sep 2004 21:21:01 -0000 1.3.2.1 +--- glibc-20041208T1024/nptl/tst-unload.c 25 Feb 2004 18:41:32 -0000 1.3 ++++ glibc-20041208T1024-fedora/nptl/tst-unload.c 22 Sep 2004 21:21:01 -0000 1.3.2.1 @@ -3,16 +3,16 @@ Contributed by Ulrich Drepper , 2000. @@ -2394,17 +2387,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/ia64/tcb-offsets.sym 10 Mar 2004 18:42:48 -0000 1.6 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/ia64/tcb-offsets.sym 7 Dec 2004 14:20:58 -0000 1.6.2.1 -@@ -2,5 +2,6 @@ - #include - - PID offsetof (struct pthread, pid) - sizeof (struct pthread) -+TID offsetof (struct pthread, tid) - sizeof (struct pthread) - MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - sizeof (struct pthread) - SYSINFO_OFFSET offsetof (tcbhead_t, private) ---- glibc-20041207T1331/nptl/sysdeps/pthread/allocalim.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/allocalim.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 +--- glibc-20041208T1024/nptl/sysdeps/pthread/allocalim.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/allocalim.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2426,8 +2410,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/pthread/posix-timer.h 4 Oct 2004 20:50:53 -0000 1.7 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/posix-timer.h 3 Dec 2004 11:20:52 -0000 1.6.2.2 +--- glibc-20041208T1024/nptl/sysdeps/pthread/posix-timer.h 4 Oct 2004 20:50:53 -0000 1.7 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/posix-timer.h 3 Dec 2004 11:20:52 -0000 1.6.2.2 @@ -88,16 +88,8 @@ extern pthread_once_t __timer_init_once_ /* Nonzero if initialization of timer implementation failed. */ extern int __timer_init_failed; @@ -2446,8 +2430,8 @@ /* Return pointer to timer structure corresponding to ID. */ ---- glibc-20041207T1331/nptl/sysdeps/pthread/pt-initfini.c 31 Dec 2002 08:46:38 -0000 1.3 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/pt-initfini.c 22 Sep 2004 21:21:02 -0000 1.3.2.1 +--- glibc-20041208T1024/nptl/sysdeps/pthread/pt-initfini.c 31 Dec 2002 08:46:38 -0000 1.3 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/pt-initfini.c 22 Sep 2004 21:21:02 -0000 1.3.2.1 @@ -3,11 +3,11 @@ This file is part of the GNU C Library. @@ -2474,8 +2458,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/pthread/timer_create.c 5 Oct 2004 15:41:04 -0000 1.7 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/timer_create.c 3 Dec 2004 11:20:52 -0000 1.5.2.3 +--- glibc-20041208T1024/nptl/sysdeps/pthread/timer_create.c 5 Oct 2004 15:41:04 -0000 1.7 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/timer_create.c 3 Dec 2004 11:20:52 -0000 1.5.2.3 @@ -94,24 +94,7 @@ timer_create (clock_id, evp, timerid) case SIGEV_SIGNAL: /* We have a global thread for delivering timed signals. @@ -2502,8 +2486,8 @@ if (! thread->exists) { if (__builtin_expect (__timer_thread_start (thread), ---- glibc-20041207T1331/nptl/sysdeps/pthread/timer_routines.c 4 Oct 2004 20:50:53 -0000 1.6 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/timer_routines.c 3 Dec 2004 11:20:52 -0000 1.5.2.2 +--- glibc-20041208T1024/nptl/sysdeps/pthread/timer_routines.c 4 Oct 2004 20:50:53 -0000 1.6 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/timer_routines.c 3 Dec 2004 11:20:52 -0000 1.5.2.2 @@ -53,12 +53,6 @@ int __timer_init_failed; /* Node for the thread used to deliver signals. */ @@ -2543,8 +2527,8 @@ pthread_mutex_lock (&__timer_mutex); ---- glibc-20041207T1331/nptl/sysdeps/pthread/bits/libc-lock.h 11 Dec 2003 04:50:49 -0000 1.17 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/bits/libc-lock.h 22 Sep 2004 21:21:02 -0000 1.17.2.1 +--- glibc-20041208T1024/nptl/sysdeps/pthread/bits/libc-lock.h 11 Dec 2003 04:50:49 -0000 1.17 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/bits/libc-lock.h 22 Sep 2004 21:21:02 -0000 1.17.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2566,8 +2550,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/pthread/bits/sigthread.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/pthread/bits/sigthread.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 +--- glibc-20041208T1024/nptl/sysdeps/pthread/bits/sigthread.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/pthread/bits/sigthread.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2589,8 +2573,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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 + @@ -2598,8 +2582,8 @@ +#ifndef __ASSUME_CLONE_THREAD_FLAGS +# define __ASSUME_CLONE_THREAD_FLAGS 1 +#endif ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 13 Apr 2004 02:00:09 -0000 1.6 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 22 Sep 2004 21:21:02 -0000 1.6.2.1 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 13 Apr 2004 02:00:09 -0000 1.6 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 22 Sep 2004 21:21:02 -0000 1.6.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2621,8 +2605,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 27 Nov 2004 22:44:27 -0000 1.10 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 3 Dec 2004 11:20:52 -0000 1.8.2.4 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 27 Nov 2004 22:44:27 -0000 1.10 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 3 Dec 2004 11:20:52 -0000 1.8.2.4 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -2657,8 +2641,8 @@ /* GNU libc provides regular expression handling. */ #define _POSIX_REGEXP 1 ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 27 Nov 2004 22:44:27 -0000 1.10 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 27 Nov 2004 22:44:27 -0000 1.10 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,178 +0,0 @@ -/* Define POSIX options for Linux. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -2838,13 +2822,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S 7 Dec 2004 14:20:58 -0000 1.1.2.1 -@@ -0,0 +1,2 @@ -+#define RESET_PID -+#include ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.6 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.6 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,178 +0,0 @@ -/* Define POSIX options for Linux. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -3024,8 +3003,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.6 -+++ glibc-20041207T1331-fedora/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 +--- glibc-20041208T1024/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 27 Nov 2004 22:44:28 -0000 1.6 ++++ glibc-20041208T1024-fedora/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h 1 Jan 1970 00:00:00 -0000 @@ -1,178 +0,0 @@ -/* Define POSIX options for Linux. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. @@ -3205,8 +3184,8 @@ -#define _POSIX_THREAD_PRIO_PROTECT -1 - -#endif /* posix_opt.h */ ---- glibc-20041207T1331/nscd/connections.c 15 Oct 2004 21:12:15 -0000 1.64 -+++ glibc-20041207T1331-fedora/nscd/connections.c 18 Oct 2004 09:58:49 -0000 1.55.2.5 +--- glibc-20041208T1024/nscd/connections.c 15 Oct 2004 21:12:15 -0000 1.64 ++++ glibc-20041208T1024-fedora/nscd/connections.c 18 Oct 2004 09:58:49 -0000 1.55.2.5 @@ -21,6 +21,7 @@ #include #include @@ -3297,8 +3276,8 @@ + prune_cache (&dbs[hstdb], LONG_MAX); +} + ---- glibc-20041207T1331/nscd/nscd.c 4 Oct 2004 16:14:31 -0000 1.42 -+++ glibc-20041207T1331-fedora/nscd/nscd.c 5 Oct 2004 08:25:25 -0000 1.38.2.4 +--- glibc-20041208T1024/nscd/nscd.c 4 Oct 2004 16:14:31 -0000 1.42 ++++ glibc-20041208T1024-fedora/nscd/nscd.c 5 Oct 2004 08:25:25 -0000 1.38.2.4 @@ -122,9 +122,16 @@ static struct argp argp = options, parse_opt, NULL, doc, }; @@ -3324,8 +3303,8 @@ signal (SIGPIPE, SIG_IGN); /* Cleanup files created by a previous 'bind'. */ ---- glibc-20041207T1331/nscd/nscd.conf 3 Oct 2004 21:09:23 -0000 1.10 -+++ glibc-20041207T1331-fedora/nscd/nscd.conf 4 Oct 2004 08:56:17 -0000 1.8.2.2 +--- glibc-20041208T1024/nscd/nscd.conf 3 Oct 2004 21:09:23 -0000 1.10 ++++ glibc-20041208T1024-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 @@ -3337,8 +3316,8 @@ debug-level 0 # reload-count 5 paranoia no ---- glibc-20041207T1331/nscd/nscd_conf.c 3 Oct 2004 21:10:35 -0000 1.16 -+++ glibc-20041207T1331-fedora/nscd/nscd_conf.c 4 Oct 2004 08:56:17 -0000 1.14.2.2 +--- glibc-20041208T1024/nscd/nscd_conf.c 3 Oct 2004 21:10:35 -0000 1.16 ++++ glibc-20041208T1024-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; @@ -3351,8 +3330,8 @@ break; } if (cnt == lastdb) ---- glibc-20041207T1331/posix/Makefile 27 Nov 2004 22:46:43 -0000 1.179 -+++ glibc-20041207T1331-fedora/posix/Makefile 30 Nov 2004 06:33:10 -0000 1.171.2.8 +--- glibc-20041208T1024/posix/Makefile 27 Nov 2004 22:46:43 -0000 1.179 ++++ glibc-20041208T1024-fedora/posix/Makefile 30 Nov 2004 06:33:10 -0000 1.171.2.8 @@ -102,7 +102,8 @@ generated := $(addprefix wordexp-test-re bug-regex21-mem bug-regex21.mtrace \ tst-rxspencer-mem tst-rxspencer.mtrace tst-getconf.out \ @@ -3386,8 +3365,8 @@ + | sed -n -e '/START_OF_STRINGS/,$${/_POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \ + > $@.new + mv -f $@.new $@ ---- glibc-20041207T1331/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/posix/getconf.speclist.h 26 Nov 2004 13:48:46 -0000 1.1.2.1 +--- glibc-20041208T1024/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-fedora/posix/getconf.speclist.h 26 Nov 2004 13:48:46 -0000 1.1.2.1 @@ -0,0 +1,15 @@ +#include +const char *START_OF_STRINGS = @@ -3404,8 +3383,8 @@ +"_POSIX_V6_LPBIG_OFFBIG" +#endif +""; ---- glibc-20041207T1331/posix/tst-regex.c 29 Nov 2003 03:37:20 -0000 1.7 -+++ glibc-20041207T1331-fedora/posix/tst-regex.c 3 Dec 2004 11:20:53 -0000 1.7.2.1 +--- glibc-20041208T1024/posix/tst-regex.c 29 Nov 2003 03:37:20 -0000 1.7 ++++ glibc-20041208T1024-fedora/posix/tst-regex.c 3 Dec 2004 11:20:53 -0000 1.7.2.1 @@ -37,7 +37,7 @@ #include @@ -3487,8 +3466,8 @@ if (use_clock && !timing) { use_clock = clock_gettime (cl, &finish) == 0; ---- glibc-20041207T1331/posix/tst-regex2.c 18 Nov 2004 23:55:41 -0000 1.1 -+++ glibc-20041207T1331-fedora/posix/tst-regex2.c 3 Dec 2004 11:20:54 -0000 1.1.2.2 +--- glibc-20041208T1024/posix/tst-regex2.c 18 Nov 2004 23:55:41 -0000 1.1 ++++ glibc-20041208T1024-fedora/posix/tst-regex2.c 3 Dec 2004 11:20:54 -0000 1.1.2.2 @@ -8,7 +8,7 @@ #include #include @@ -3534,8 +3513,8 @@ if (use_clock) use_clock = clock_gettime (cl, &stop) == 0; if (use_clock) ---- glibc-20041207T1331/resolv/gethnamaddr.c 18 Oct 2004 05:09:59 -0000 1.50 -+++ glibc-20041207T1331-fedora/resolv/gethnamaddr.c 18 Oct 2004 09:58:50 -0000 1.49.2.1 +--- glibc-20041208T1024/resolv/gethnamaddr.c 18 Oct 2004 05:09:59 -0000 1.50 ++++ glibc-20041208T1024-fedora/resolv/gethnamaddr.c 18 Oct 2004 09:58:50 -0000 1.49.2.1 @@ -51,7 +51,7 @@ #if defined(LIBC_SCCS) && !defined(lint) @@ -3545,8 +3524,8 @@ #endif /* LIBC_SCCS and not lint */ #include ---- glibc-20041207T1331/stdlib/strtod_l.c 25 Jul 2004 03:30:58 -0000 1.8 -+++ glibc-20041207T1331-fedora/stdlib/strtod_l.c 30 Nov 2004 07:01:14 -0000 1.8.2.1 +--- glibc-20041208T1024/stdlib/strtod_l.c 25 Jul 2004 03:30:58 -0000 1.8 ++++ glibc-20041208T1024-fedora/stdlib/strtod_l.c 30 Nov 2004 07:01:14 -0000 1.8.2.1 @@ -1442,15 +1442,10 @@ INTERNAL (__STRTOF) (nptr, endptr, group if (numsize < densize) { @@ -3593,8 +3572,8 @@ } else { ---- glibc-20041207T1331/sunrpc/rpc_clntout.c 17 Oct 2004 14:59:39 -0000 1.7 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_clntout.c 18 Oct 2004 09:58:53 -0000 1.6.4.1 +--- glibc-20041208T1024/sunrpc/rpc_clntout.c 17 Oct 2004 14:59:39 -0000 1.7 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_clntout.c 18 Oct 2004 09:58:53 -0000 1.6.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3604,8 +3583,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_cout.c 17 Oct 2004 14:59:39 -0000 1.14 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_cout.c 18 Oct 2004 09:58:53 -0000 1.13.4.1 +--- glibc-20041208T1024/sunrpc/rpc_cout.c 17 Oct 2004 14:59:39 -0000 1.14 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_cout.c 18 Oct 2004 09:58:53 -0000 1.13.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3615,8 +3594,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_hout.c 17 Oct 2004 14:59:39 -0000 1.8 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_hout.c 18 Oct 2004 09:58:53 -0000 1.7.4.1 +--- glibc-20041208T1024/sunrpc/rpc_hout.c 17 Oct 2004 14:59:39 -0000 1.8 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_hout.c 18 Oct 2004 09:58:53 -0000 1.7.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3626,8 +3605,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_main.c 17 Oct 2004 14:59:39 -0000 1.24 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_main.c 18 Oct 2004 09:58:53 -0000 1.23.2.1 +--- glibc-20041208T1024/sunrpc/rpc_main.c 17 Oct 2004 14:59:39 -0000 1.24 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_main.c 18 Oct 2004 09:58:53 -0000 1.23.2.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3637,8 +3616,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_parse.c 17 Oct 2004 14:59:39 -0000 1.8 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_parse.c 18 Oct 2004 09:58:53 -0000 1.5.4.2 +--- glibc-20041208T1024/sunrpc/rpc_parse.c 17 Oct 2004 14:59:39 -0000 1.8 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_parse.c 18 Oct 2004 09:58:53 -0000 1.5.4.2 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3648,8 +3627,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_sample.c 17 Oct 2004 14:59:39 -0000 1.6 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_sample.c 18 Oct 2004 09:58:53 -0000 1.5.6.1 +--- glibc-20041208T1024/sunrpc/rpc_sample.c 17 Oct 2004 14:59:39 -0000 1.6 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_sample.c 18 Oct 2004 09:58:53 -0000 1.5.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3659,8 +3638,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_scan.c 17 Oct 2004 14:59:39 -0000 1.9 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_scan.c 18 Oct 2004 09:58:53 -0000 1.8.4.1 +--- glibc-20041208T1024/sunrpc/rpc_scan.c 17 Oct 2004 14:59:39 -0000 1.9 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_scan.c 18 Oct 2004 09:58:53 -0000 1.8.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3670,8 +3649,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_svcout.c 17 Oct 2004 14:59:39 -0000 1.12 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_svcout.c 18 Oct 2004 09:58:53 -0000 1.11.2.1 +--- glibc-20041208T1024/sunrpc/rpc_svcout.c 17 Oct 2004 14:59:39 -0000 1.12 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_svcout.c 18 Oct 2004 09:58:53 -0000 1.11.2.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3681,8 +3660,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_tblout.c 17 Oct 2004 14:59:39 -0000 1.3 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_tblout.c 18 Oct 2004 09:58:53 -0000 1.2.6.1 +--- glibc-20041208T1024/sunrpc/rpc_tblout.c 17 Oct 2004 14:59:39 -0000 1.3 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_tblout.c 18 Oct 2004 09:58:53 -0000 1.2.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3692,8 +3671,8 @@ #endif /* ---- glibc-20041207T1331/sunrpc/rpc_util.c 17 Oct 2004 14:59:39 -0000 1.7 -+++ glibc-20041207T1331-fedora/sunrpc/rpc_util.c 18 Oct 2004 09:58:53 -0000 1.6.6.1 +--- glibc-20041208T1024/sunrpc/rpc_util.c 17 Oct 2004 14:59:39 -0000 1.7 ++++ glibc-20041208T1024-fedora/sunrpc/rpc_util.c 18 Oct 2004 09:58:53 -0000 1.6.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -3703,8 +3682,8 @@ #endif /* ---- glibc-20041207T1331/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 -+++ glibc-20041207T1331-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1 +--- glibc-20041208T1024/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 ++++ glibc-20041208T1024-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 @@ -3720,8 +3699,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-20041207T1331/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/sysdeps/i386/bits/atomic.h 5 Oct 2004 12:09:44 -0000 1.1.2.3 +--- glibc-20041208T1024/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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. @@ -4133,8 +4112,8 @@ + + +#define atomic_delay() asm ("rep; nop") ---- glibc-20041207T1331/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 -+++ glibc-20041207T1331-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1 +--- glibc-20041208T1024/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 ++++ glibc-20041208T1024-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)) @@ -4146,8 +4125,8 @@ endif endif ---- glibc-20041207T1331/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 -+++ glibc-20041207T1331-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1 +--- glibc-20041208T1024/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 ++++ glibc-20041208T1024-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. */ @@ -4499,8 +4478,8 @@ - .symver ___multi3, __multi3@GLIBC_2.2 - -#endif ---- glibc-20041207T1331/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20041208T1024/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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. @@ -4586,9 +4565,9 @@ +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2); + +#endif ---- glibc-20041207T1331/sysdeps/posix/sysconf.c 27 Nov 2004 20:54:42 -0000 1.37 -+++ glibc-20041207T1331-fedora/sysdeps/posix/sysconf.c 3 Dec 2004 11:20:54 -0000 1.35.2.3 -@@ -890,7 +890,7 @@ __sysconf (name) +--- glibc-20041208T1024/sysdeps/posix/sysconf.c 7 Dec 2004 21:06:24 -0000 1.38 ++++ glibc-20041208T1024-fedora/sysdeps/posix/sysconf.c 8 Dec 2004 10:52:15 -0000 1.35.2.4 +@@ -897,7 +897,7 @@ __sysconf (name) #endif case _SC_CPUTIME: @@ -4597,7 +4576,7 @@ return _POSIX_CPUTIME; #else return -1; -@@ -1055,7 +1055,7 @@ __sysconf (name) +@@ -1062,7 +1062,7 @@ __sysconf (name) #endif case _SC_THREAD_CPUTIME: @@ -4606,8 +4585,8 @@ return _POSIX_THREAD_CPUTIME; #else return -1; ---- glibc-20041207T1331/sysdeps/unix/nice.c 28 Sep 2002 19:13:13 -0000 1.6 -+++ glibc-20041207T1331-fedora/sysdeps/unix/nice.c 22 Sep 2004 21:21:08 -0000 1.6.2.1 +--- glibc-20041208T1024/sysdeps/unix/nice.c 28 Sep 2002 19:13:13 -0000 1.6 ++++ glibc-20041208T1024-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); } @@ -4622,8 +4601,8 @@ if (result != -1) return getpriority (PRIO_PROCESS, 0); else ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 ++++ glibc-20041208T1024-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" @@ -4633,8 +4612,8 @@ #define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/readonly-area.c 18 Oct 2004 04:17:11 -0000 1.1 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/readonly-area.c 20 Oct 2004 11:04:51 -0000 1.1.2.2 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/readonly-area.c 18 Oct 2004 04:17:11 -0000 1.1 ++++ glibc-20041208T1024-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"); @@ -4647,8 +4626,8 @@ /* We need no locking. */ __fsetlocking (fp, FSETLOCKING_BYCALLER); ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 ++++ glibc-20041208T1024-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; @@ -4694,8 +4673,8 @@ + return retval; } libc_hidden_def (tcsetattr) ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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. @@ -4756,35 +4735,8 @@ + } while (0) + +#include_next ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/ia64/clone2.S 21 Apr 2004 21:40:39 -0000 1.9 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/ia64/clone2.S 7 Dec 2004 14:20:59 -0000 1.9.2.1 -@@ -67,7 +67,23 @@ ENTRY(__clone2) - (CHILD) mov out0=in4 /* Pass proper argument to fn */ - (PARENT) ret - ;; -- ld8 gp=[in0] /* Load function gp. */ -+#ifdef RESET_PID -+ tbit.nz p6,p0=in3,16 /* CLONE_THREAD */ -+ tbit.z p7,p10=in3,8 /* CLONE_VM */ -+(p6) br.cond.dptk 1f -+ ;; -+ mov r15=SYS_ify (getpid) -+(p10) addl r8=-1,r0 -+(p7) break __BREAK_SYSCALL -+ ;; -+ add r9=PID,r13 -+ add r10=TID,r13 -+ ;; -+ st4 [r9]=r8 -+ st4 [r10]=r8 -+ ;; -+#endif -+1: ld8 gp=[in0] /* Load function gp. */ - mov b6=out1 - br.call.dptk.many rp=b6 /* Call fn(arg) in the child */ - ;; ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 ++++ glibc-20041208T1024-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) @@ -4817,24 +4769,24 @@ + } while (0) + #include_next ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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 +#else +#include +#endif ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041208T1024-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 +#else +#include +#endif ---- glibc-20041207T1331/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 -+++ glibc-20041207T1331-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1 +--- glibc-20041208T1024/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 ++++ glibc-20041208T1024-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"_ diff --git a/glibc.spec b/glibc.spec index 2f470a7..e4f4245 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ -%define glibcdate 20041207T1331 +%define glibcdate 20041208T1024 %define glibcversion 2.3.3 -%define glibcrelease 88 +%define glibcrelease 89 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1261,6 +1261,14 @@ rm -f *.filelist* %endif %changelog +* Wed Dec 8 2004 Jakub Jelinek 2.3.3-89 +- update from CVS + - fix clone2 on ia64 + - avoid tst-timer5 failing with linuxthreads implementation +- if __libc_enable_secure, disallow mode != normal +- change ldd script to imply -r when -u is used, properly + propagate return value and handle suid binaries + * Tue Dec 7 2004 Jakub Jelinek 2.3.3-88 - update from CVS - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure diff --git a/sources b/sources index 54625fb..43c47fe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -af8908ef2394951ebaa53fe58103303f glibc-20041207T1331.tar.bz2 -a09a7b01a3af9be5b91b05be623e2c9c glibc-fedora-20041207T1331.tar.bz2 +378c9348dfeed2c66d1610a0a5d7737c glibc-20041208T1024.tar.bz2 +329c3d0ff486e0535df1cbb492c5d080 glibc-fedora-20041208T1024.tar.bz2