jakub [Tue, 31 Jul 2007 17:45:45 +0000 (17:45 +0000)]
Updated to fedora-glibc-20070731T1624
jakub [Sun, 8 Jul 2007 18:36:31 +0000 (18:36 +0000)]
* math/test-misc.c (main): Don't run last batch of tests with
IBM long double format.
jakub [Sun, 8 Jul 2007 10:31:34 +0000 (10:31 +0000)]
2.6-4
jakub [Sun, 8 Jul 2007 10:08:23 +0000 (10:08 +0000)]
[BZ #4745]
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
in loop to look for conversion specifier to avoid testing of
wrong errno value.
* stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
* stdio-common/bug18.c: New file.
* stdio-common/bug18a.c: New file.
* stdio-common/bug19.c: New file.
* stdio-common/bug19a.c: New file.
jakub [Sat, 7 Jul 2007 21:28:54 +0000 (21:28 +0000)]
Update Copyright lines.
jakub [Sat, 7 Jul 2007 19:59:56 +0000 (19:59 +0000)]
[BZ #4586]
* sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
pseudo-zeros as zero.
* sysdeps/x86_64/ldbl2mpn.c: New file.
* sysdeps/ia64/ldbl2mpn.c: New file.
jakub [Sat, 7 Jul 2007 19:59:09 +0000 (19:59 +0000)]
[BZ #4586]
* sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
pseudo-zeros as zero.
* sysdeps/x86_64/ldbl2mpn.c: New file.
* sysdeps/ia64/ldbl2mpn.c: New file.
jakub [Sat, 7 Jul 2007 17:37:06 +0000 (17:37 +0000)]
* elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
* elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0).
Return NULL if mmap failed instead of asserting it does not.
(calloc): Check for integer overflow.
* elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
than LONG_MAX / 10.
jakub [Sat, 7 Jul 2007 17:36:20 +0000 (17:36 +0000)]
[BZ #4702]
* nis/nss-default.c: Include errno.h.
(init): Preserve errno.
jakub [Sat, 7 Jul 2007 17:32:36 +0000 (17:32 +0000)]
* pthread_getattr_np.c (pthread_getattr_np): Clear cpuset and
cpusetsize if pthread_getaffinity_np failed with ENOSYS.
jakub [Sat, 7 Jul 2007 17:31:44 +0000 (17:31 +0000)]
* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
to fill in holes
(rtld_global_ro): Likewise.
* elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
Move PT_LOAD checking to...
(_dl_addr_inside_object): ... here, new function.
* elf/dl-sym.c (do_sym): If not l_contiguous,
call _dl_addr_inside_object.
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
* dlfcn/dlinfo.c (dlinfo_doit): Likewise.
* elf/dl-open.c (dl_open_worker): Likewise.
(_dl_addr_inside_object): New function if IS_IN_rtld.
* elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
holes are present or are PROT_NONE protected.
* include/link.h (struct link_map): Add l_contiguous field.
* sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
jakub [Sat, 7 Jul 2007 17:21:48 +0000 (17:21 +0000)]
* elf/rtld.c (dl_main): Don't call init_tls more than once.
jakub [Sat, 7 Jul 2007 17:19:40 +0000 (17:19 +0000)]
* elf/dl-close.c (free_mem): Free _dl_scope_free_list.
* include/link.h: Don't include rtld-lowlevel.h.
(struct link_map): Remove l_scope_lock.
* sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
(_dl_scope_free_list): New field (variable) in _rtld_global.
(DL_LOOKUP_SCOPE_LOCK): Remove.
(_dl_scope_free): New prototype.
* elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
(_dl_profile_fixup): Likewise.
* elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x
whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
THREAD_GSCOPE_RESET_FLAG around it.
* elf/dl-close.c (_dl_close_worker): Don't use
__rtld_mrlock_{change,done}. Call _dl_scope_free on the old
scope. Make sure THREAD_GSCOPE_WAIT () happens if any old
scopes were queued or if l_scope_mem has been abandoned.
* elf/dl-open.c (_dl_scope_free): New function.
(dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}.
* elf/dl-support.c (_dl_scope_free_list): New variable.
* elf/dl-lookup.c (add_dependency): Remove flags argument.
Remove DL_LOOKUP_SCOPE_LOCK handling.
(_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK
handling.
* elf/dl-object.c (_dl_new_object): Don't use
__rtld_mrlock_initialize.
jakub [Sat, 7 Jul 2007 17:15:05 +0000 (17:15 +0000)]
2007-06-09 Ulrich Drepper <drepper@redhat.com>
* elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
make sure gcc doesn't mess around with this.
2007-06-08 Ulrich Drepper <drepper@redhat.com>
* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
2007-06-08 Jakub Jelinek <jakub@redhat.com>
* elf/dl-close.c (_dl_close_worker): Remove all to be removed
libraries from the global scope at once and call THREAD_GSCOPE_WAIT
2007-05-18 Ulrich Drepper <drepper@redhat.com>
* elf/dl-close.c (_dl_close_worker): When removing object from
global scope, wait for all lookups to finish afterwards.
* elf/dl-open.c (add_to_global): When global scope array must
grow, allocate a new one and free old array only after all
lookups finish.
* elf/dl-runtime.c (_dl_fixup): Protect using global scope.
(_dl_lookup_symbol_x): Likewise.
* elf/dl-support.c: Define _dl_wait_lookup_done.
* sysdeps/generic/ldsodefs.h (struct rtld_global): Add
_dl_wait_lookup_done.
nptl/
2007-05-28 Jakub Jelinek <jakub@redhat.com>
* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit
insn suffix.
(THREAD_GSCOPE_GET_FLAG): Remove.
* sysdeps/x86_64/tls.h (THREAD_GSCOPE_GET_FLAG): Remove.
* allocatestack.c (__wait_lookup_done): Revert 2007-05-24
changes.
* sysdeps/powerpc/tls.h (tcbhead_t): Remove gscope_flag.
(THREAD_GSCOPE_GET_FLAG): Remove.
(THREAD_GSCOPE_RESET_FLAG): Use THREAD_SELF->header.gscope_flag
instead of THREAD_GSCOPE_GET_FLAG.
(THREAD_GSCOPE_SET_FLAG): Likewise. Add atomic_write_barrier after
it.
* sysdeps/s390/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_WAIT): Define.
* sysdeps/sparc/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_WAIT): Define.
* sysdeps/sh/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_WAIT): Define.
* sysdeps/ia64/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_WAIT): Define.
2007-05-24 Richard Henderson <rth@redhat.com>
* descr.h (struct pthread): Add header.gscope_flag.
* sysdeps/alpha/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_WAIT): Define.
2007-05-26 Ulrich Drepper <drepper@redhat.com>
* allocatestack.c: Revert last change.
* init.c: Likewise.
* sysdeps/i386/tls.h: Likewise.
* sysdeps/x86_64/tls.h: Likewise.
2007-05-24 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.
(THREAD_GSCOPE_FLAG_UNUSED, THREAD_GSCOPE_FLAG_USED,
THREAD_GSCOPE_FLAG_WAIT): Define.
(THREAD_GSCOPE_GET_FLAG, THREAD_GSCOPE_SET_FLAG,
THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_WAIT): Define.
* sysdeps/i386/tls.h (THREAD_GSCOPE_WAIT): Don't use
PTR_DEMANGLE.
(THREAD_GSCOPE_GET_FLAG): Define.
* sysdeps/x86_64/tls.h (THREAD_GSCOPE_GET_FLAG): Define.
* allocatestack.c (__wait_lookup_done): Use THREAD_GSCOPE_GET_FLAG
instead of ->header.gscope_flag directly.
2007-05-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread-functions.h (struct pthread_functions):
Remove ptr_wait_lookup_done again.
* init.c (pthread_functions): Don't add .ptr_wait_lookup_done here.
(__pthread_initialize_minimal_internal): Initialize
_dl_wait_lookup_done pointer in _rtld_global directly.
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Remove code to code _dl_wait_lookup_done.
* sysdeps/x86_64/tls.h (THREAD_GSCOPE_WAIT): The pointer is not
encrypted for now.
2007-05-19 Ulrich Drepper <drepper@redhat.com>
* allocatestack.c (__wait_lookup_done): New function.
* sysdeps/pthread/pthread-functions.h (struct pthread_functions):
Add ptr_wait_lookup_done.
* init.c (pthread_functions): Initialize .ptr_wait_lookup_done.
* pthreadP.h: Declare __wait_lookup_done.
* sysdeps/i386/tls.h (tcbhead_t): Add gscope_flag.
Define macros to implement reference handling of global scope.
* sysdeps/x86_64/tls.h: Likewise.
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Initialize GL(dl_wait_lookup_done).
jakub [Sat, 7 Jul 2007 16:19:21 +0000 (16:19 +0000)]
* sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
(__mpn_construct_long_double): Fix conversion where result ought
to be smaller than __LDBL_MIN__, or the low double should be
denormal. Fix decision where to negate low double - honor round
to even rules.
* stdio-common/tst-sprintf2.c: Include string.h.
(COMPARE_LDBL): Define.
(TEST): Also test whether a string hexadecimal float representation
can be parsed back to the number.
(main): Add a couple of further tests.
* sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
(PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
is non-zero, but smaller than 2 * __DBL_MIN__.
* stdio-common/tst-sprintf2.c: New test.
* stdio-common/Makefile (tests): Add tst-sprintf2.
jakub [Sat, 7 Jul 2007 16:16:55 +0000 (16:16 +0000)]
* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
Remove unreachable code at the end.
* sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
ldbl-128ibm in comment.
(fpclassifyl): Correct classification of denormals.
* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
return value for MIN denormal. Rewrite using long double math too
correctly handle denormals and canonicalize the results.
jakub [Sat, 7 Jul 2007 16:15:15 +0000 (16:15 +0000)]
* nscd/nscd_helper.c (get_mapping): Handle short replies instead
of crashing. When this is the case or if the reply is malformed,
don't try to close the new file descriptor since it does not
exist.
Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
jakub [Sat, 7 Jul 2007 16:11:40 +0000 (16:11 +0000)]
* Makefile (tests): Add tst-sem10.
* tst-sem10.c: New file.
* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
Move __pthread_enable_asynccancel right before futex syscall.
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
Likewise.
jakub [Sat, 7 Jul 2007 16:07:42 +0000 (16:07 +0000)]
Filter out <built-in> from debuginfo sources.
jakub [Sat, 7 Jul 2007 16:06:41 +0000 (16:06 +0000)]
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
as second parameter to handle_intel.
* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
handling to ...
* sysdeps/x86_64/cacheinfo.c: ... here. New file.
* sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
cacheinfo.
* sysdeps/x86_64/memcpy.S: Complete rewrite.
* sysdeps/x86_64/mempcpy.S: Adjust appropriately.
Patch by Evandro Menezes <evandro.menezes@amd.com>.
jakub [Sat, 7 Jul 2007 16:03:57 +0000 (16:03 +0000)]
* tst-robust9.c (do_test): Don't fail if ENABLE_PI and
pthread_mutex_init failed with ENOTSUP.
jakub [Thu, 24 May 2007 10:33:00 +0000 (10:33 +0000)]
2.6-3
jakub [Mon, 21 May 2007 20:01:02 +0000 (20:01 +0000)]
Backported selected fixes from 2007-05-{17,18,21}.
jakub [Mon, 21 May 2007 20:00:48 +0000 (20:00 +0000)]
Backported selected fixes from 2007-05-{17,18,21}.
roland [Tue, 15 May 2007 20:40:27 +0000 (20:40 +0000)]
Build 2.6-1
roland [Tue, 15 May 2007 20:34:27 +0000 (20:34 +0000)]
Updated to fedora-glibc-20070515T2025
jakub [Thu, 10 May 2007 23:10:50 +0000 (23:10 +0000)]
Updated to fedora-glibc-20070510T2308
jakub [Thu, 10 May 2007 17:07:26 +0000 (17:07 +0000)]
* nscd/connections.c (sighup_pending): New variable.
(nscd_run): If sighup_pending, prune all 3 caches.
(sighup_handler): Don't prune caches here, rather just set
sighup_pending flag.
jakub [Thu, 10 May 2007 06:44:23 +0000 (06:44 +0000)]
Updated to fedora-glibc-20070510T0634
jakub [Fri, 4 May 2007 10:05:53 +0000 (10:05 +0000)]
Updated to fedora-glibc-20070504T0917
jakub [Tue, 17 Apr 2007 11:56:52 +0000 (11:56 +0000)]
2.5.90-21 fixes
jakub [Mon, 16 Apr 2007 23:59:01 +0000 (23:59 +0000)]
Updated to fedora-glibc-20070416T2350
jakub [Mon, 16 Apr 2007 22:55:49 +0000 (22:55 +0000)]
New approach to including locale data in the rpm.
jakub [Sat, 31 Mar 2007 17:23:53 +0000 (17:23 +0000)]
Updated to fedora-glibc-20070331T1609
jakub [Sat, 17 Mar 2007 21:52:47 +0000 (21:52 +0000)]
Updated to fedora-glibc-20070317T2130
jakub [Wed, 21 Feb 2007 11:15:46 +0000 (11:15 +0000)]
Updated to fedora-glibc-20070221T1011
jakub [Sun, 11 Feb 2007 16:21:41 +0000 (16:21 +0000)]
Updated to fedora-glibc-20070211T1607
jakub [Fri, 2 Feb 2007 09:48:22 +0000 (09:48 +0000)]
Updated to fedora-glibc-20070202T0923
jakub [Wed, 17 Jan 2007 10:46:35 +0000 (10:46 +0000)]
Updated to fedora-glibc-20070117T1043
jakub [Wed, 17 Jan 2007 10:42:35 +0000 (10:42 +0000)]
Updated to fedora-glibc-20070117T0857
jakub [Tue, 19 Dec 2006 19:05:40 +0000 (19:05 +0000)]
Updated to fedora-glibc-20061219T1804
jakub [Thu, 14 Dec 2006 09:06:31 +0000 (09:06 +0000)]
Updated to fedora-glibc-20061214T0850
jakub [Sun, 10 Dec 2006 10:51:10 +0000 (10:51 +0000)]
* sysdeps/unix/sysv/linux/netlinkaccess.h: Include linux/if_addr.h
if IFA_MAX is not defined.
(IFA_RTA, IFA_PAYLOAD, IFLA_RTA, IFLA_PAYLOAD): Define if not
defined.
* sysdeps/unix/sysv/linux/check_pf.c: Include netlinkaccess.h
instead of asm/types.h, linux/netlink.h and linux/rtnetlink.h.
jakub [Sun, 10 Dec 2006 10:38:51 +0000 (10:38 +0000)]
Updated to fedora-glibc-20061210T1006
jakub [Tue, 5 Dec 2006 21:50:18 +0000 (21:50 +0000)]
Updated to fedora-glibc-20061205T2141
jakub [Fri, 1 Dec 2006 08:27:42 +0000 (08:27 +0000)]
Updated to fedora-glibc-20061201T0821
jakub [Thu, 30 Nov 2006 17:07:36 +0000 (17:07 +0000)]
Updated to fedora-glibc-20061130T1652
jakub [Tue, 28 Nov 2006 11:18:11 +0000 (11:18 +0000)]
Updated to fedora-glibc-20061128T1037
jakub [Mon, 20 Nov 2006 10:27:41 +0000 (10:27 +0000)]
Updated to fedora-glibc-20061120T1000
jakub [Fri, 10 Nov 2006 20:52:00 +0000 (20:52 +0000)]
Updated to fedora-glibc-20061110T2049
jakub [Fri, 10 Nov 2006 20:04:36 +0000 (20:04 +0000)]
Updated to fedora-glibc-20061110T1956
jakub [Thu, 9 Nov 2006 20:59:54 +0000 (20:59 +0000)]
Updated to fedora-glibc-20061109T2048
jakub [Thu, 9 Nov 2006 20:11:58 +0000 (20:11 +0000)]
powerpc-cpu add-on update to v0.4.
jakub [Thu, 9 Nov 2006 19:57:48 +0000 (19:57 +0000)]
Updated to fedora-glibc-20061109T1949
jakub [Fri, 3 Nov 2006 16:38:21 +0000 (16:38 +0000)]
* malloc/memusage.c (dest): Reset not_me back to false after printing
statistics.
jakub [Fri, 3 Nov 2006 16:31:21 +0000 (16:31 +0000)]
Change @dircategory.
jakub [Fri, 3 Nov 2006 16:25:25 +0000 (16:25 +0000)]
Updated to fedora-glibc-20061103T1610
jakub [Sun, 29 Oct 2006 22:03:20 +0000 (22:03 +0000)]
Updated to fedora-glibc-20061029T2155
jakub [Fri, 27 Oct 2006 19:17:59 +0000 (19:17 +0000)]
Updated to fedora-glibc-20061027T1902
jakub [Wed, 25 Oct 2006 19:13:31 +0000 (19:13 +0000)]
Updated to fedora-glibc-20061025T1857
jakub [Mon, 2 Oct 2006 19:02:40 +0000 (19:02 +0000)]
Updated to fedora-glibc-20061002T1858
jakub [Fri, 29 Sep 2006 20:49:02 +0000 (20:49 +0000)]
Updated to fedora-glibc-20060929T2037
jakub [Mon, 25 Sep 2006 15:44:17 +0000 (15:44 +0000)]
Updated to fedora-glibc-20060925T1535
jakub [Sat, 23 Sep 2006 10:14:22 +0000 (10:14 +0000)]
Updated to fedora-glibc-20060923T0946
jakub [Tue, 19 Sep 2006 18:54:10 +0000 (18:54 +0000)]
Updated to fedora-glibc-20060919T1847
jakub [Tue, 19 Sep 2006 18:46:49 +0000 (18:46 +0000)]
Updated to fedora-glibc-20060919T1816
jakub [Fri, 15 Sep 2006 14:40:35 +0000 (14:40 +0000)]
power-cpu add-on, 2.05 ISA optimized libs
jakub [Fri, 15 Sep 2006 13:05:35 +0000 (13:05 +0000)]
* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
jakub [Fri, 15 Sep 2006 13:03:10 +0000 (13:03 +0000)]
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise.
(CFLAGS-mknodat.c): Likewise.
jakub [Fri, 15 Sep 2006 12:51:45 +0000 (12:51 +0000)]
Updated to fedora-glibc-20060915T0943
jakub [Sun, 10 Sep 2006 18:59:01 +0000 (18:59 +0000)]
Updated to fedora-glibc-20060910T1832
jakub [Thu, 7 Sep 2006 16:06:55 +0000 (16:06 +0000)]
* tst-aiod2.c: Adjust test for new semantics of lio_listio.
* tst-aiod3.c: The thread is now supposed to be created.
jakub [Thu, 7 Sep 2006 10:42:03 +0000 (10:42 +0000)]
* posix/regex_internal.c (re_string_reconstruct): Handle
offset < pstr->valid_raw_len && pstr->offsets_needed case.
Ensure no bytes read before raw_mbs array. Pass a saved copy of
pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
re_string_context_at.
* posix/Makefile: Add rules to build and run bug-regex26 test.
* posix/bug-regex26.c: New test.
jakub [Thu, 7 Sep 2006 10:36:10 +0000 (10:36 +0000)]
Forward port of rtkaio.
jakub [Thu, 7 Sep 2006 09:04:04 +0000 (09:04 +0000)]
Updated to fedora-glibc-20060907T0853
jakub [Tue, 5 Sep 2006 06:47:42 +0000 (06:47 +0000)]
Updated to fedora-glibc-20060905T0633
jakub [Thu, 31 Aug 2006 18:54:51 +0000 (18:54 +0000)]
Updated to fedora-glibc-20060831T1812
jakub [Thu, 31 Aug 2006 06:53:28 +0000 (06:53 +0000)]
Updated to fedora-glibc-20060831T0640
jakub [Mon, 28 Aug 2006 19:19:31 +0000 (19:19 +0000)]
Updated to fedora-glibc-20060828T1903
jakub [Fri, 25 Aug 2006 07:02:00 +0000 (07:02 +0000)]
2.4.90-24
jakub [Fri, 25 Aug 2006 06:54:11 +0000 (06:54 +0000)]
Temporarily #if 0 out code to limit number of unsurted block sort iterations.
jakub [Fri, 25 Aug 2006 06:45:12 +0000 (06:45 +0000)]
Updated to fedora-glibc-20060825T0639
jakub [Tue, 22 Aug 2006 09:05:35 +0000 (09:05 +0000)]
Updated to fedora-glibc-20060822T0706
jakub [Tue, 15 Aug 2006 20:43:51 +0000 (20:43 +0000)]
Updated to fedora-glibc-20060815T2033
jakub [Tue, 15 Aug 2006 17:52:28 +0000 (17:52 +0000)]
Update.
jakub [Tue, 15 Aug 2006 05:54:12 +0000 (05:54 +0000)]
2.4.90-20
jakub [Tue, 15 Aug 2006 05:53:47 +0000 (05:53 +0000)]
Updated to fedora-glibc-20060815T0533
jakub [Thu, 10 Aug 2006 06:34:44 +0000 (06:34 +0000)]
Updated to fedora-glibc-20060810T0627
jakub [Mon, 7 Aug 2006 19:28:24 +0000 (19:28 +0000)]
Updated to fedora-glibc-20060807T1859
jakub [Thu, 3 Aug 2006 18:17:21 +0000 (18:17 +0000)]
redirect /sbin/service sshd condrestart std{out,err} to /dev/null when executed from glibc_post_upgrade
jakub [Thu, 3 Aug 2006 06:24:48 +0000 (06:24 +0000)]
really fix memusage and xtrace scripts
jakub [Wed, 2 Aug 2006 18:18:00 +0000 (18:18 +0000)]
Updated to fedora-glibc-20060802T1808
jakub [Wed, 2 Aug 2006 16:57:40 +0000 (16:57 +0000)]
Updated to fedora-glibc-20060802T1650
roland [Mon, 31 Jul 2006 07:17:47 +0000 (07:17 +0000)]
2.4.90-15
roland [Mon, 31 Jul 2006 07:16:56 +0000 (07:16 +0000)]
Updated to fedora-glibc-20060731T0706
roland [Sat, 29 Jul 2006 23:12:40 +0000 (23:12 +0000)]
Updated to fedora-glibc-20060729T2255
roland [Sat, 29 Jul 2006 22:55:33 +0000 (22:55 +0000)]
Add Provides: rtld(GNU_HASH), to match glibc/devel/glibc.spec in builds.
jakub [Tue, 11 Jul 2006 08:13:10 +0000 (08:13 +0000)]
Updated to fedora-glibc-20060710T2206
jakub [Fri, 30 Jun 2006 09:16:32 +0000 (09:16 +0000)]
Updated to fedora-glibc-20060630T0858
jakub [Wed, 31 May 2006 15:10:33 +0000 (15:10 +0000)]
Updated to fedora-glibc-20060531T1322