Ulrich Drepper
aff4519d38
Update.
...
2003-01-11 Jim Meyering <jim@meyering.net>
* io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
[HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
[!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
[!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
[!_LIBC] (internal_function, dirent64, MAX): Define.
(__set_errno): Define if not already defined.
(open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
the basename, not the entire file name.
(process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
the basename, not the entire file name.
2003-01-12 Ulrich Drepper <drepper@redhat.com>
* string/tester.c (test_strcpy): Disable last added strcpy until
it is fixed.
2003-01-11 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
2003-01-11 Andreas Schwab <schwab@suse.de>
* Makerules: Add vpath for %.dynsym and %.so so that the
implicit rule chaining for check-abi works.
2003-01-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
Add non-PIC case.
2003-01-11 Jakub Jelinek <jakub@redhat.com>
* elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
[__ia64__] (TLS_LE, TLS_IE): Fix typos. Add ;; at start of asm if
gp is used early.
[__ia64__] (TLS_LD, TLS_GD): Likewise. Use __TLS_CALL_CLOBBERS.
* elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
Ensure libc.so in DT_NEEDED.
* sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
CHECK_STATIC_TLS before l_tls_offset use.
* sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
Likewise.
* sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
Allocate TLS_PRE_TCB_SIZE bytes below result.
(_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
* sysdeps/generic/libc-tls.c (__libc_setup_tls): If
TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
segment has been found. If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
bytes below result and add tcb_offset to memsz.
* sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
* sysdeps/ia64/dl-machine.h: Include tls.h.
(elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
too.
(elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
* sysdeps/ia64/libc-tls.c: New file.
2003-01-10 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
* sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
Fix type. Move definition out of #if.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
support.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
ftruncate64, pread64, pwrite64, truncate64 entries.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
(INLINE_SYSCALL): New version that supports function call like
syscalls. Add __builtin_expect.
(LOADARGS_n): Add argument size safety checks.
(INTERNAL_SYSCALL): New Macro.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
redefinition of elf_fpreg_t and elf_fpregset_t.
2003-01-12 Ulrich Drepper <drepper@redhat.com>
* elf/dl-close.c (_dl_close): Add several asserts. Correct and
simplify test for unloading. If loader of a DSO is unloaded do not
use its scope anymore. Fall back to own scope and adjust opencounts.
Fix several comments.
* elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
the l_searchlist, not only for l_initfini.
* elf/dl-lookup.c (add_dependencies): Avoid creating relocation
dependencies if objects cannot be removed. Remove object with the
definition as not unloadable if necessary.
* elf/reldep6.c: Create relocation dependency before closing the first
module.
2003-01-10 Guido Günther <agx@sigxcpu.org>
* elf/Makefile: Add rules to build and run reldep9 test.
* elf/reldep9.c: New file.
* elf/reldep9mod1.c: New file.
* elf/reldep9mod2.c: New file.
* elf/reldep9mod3.c: New file.
2003-01-09 Jakub Jelinek <jakub@redhat.com>
* elf/Makefile: Add rules to build and run nodelete2 test.
* elf/nodelete2.c: New file.
* elf/nodel2mod1.c: New file.
* elf/nodel2mod2.c: New file.
* elf/nodel2mod3.c: New file.
2003-01-09 Jakub Jelinek <jakub@redhat.com>
2003-01-12 10:11:16 +00:00
..
2002-12-08 03:13:06 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-02-07 03:49:18 +00:00
2002-08-26 11:39:12 +00:00
2001-07-06 04:58:11 +00:00
2002-09-17 05:42:29 +00:00
2002-09-05 18:51:42 +00:00
2002-08-04 01:29:29 +00:00
2002-12-31 20:46:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2001-07-07 10:13:33 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-06-16 04:47:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-06-16 04:47:37 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 03:30:56 +00:00
2002-10-09 09:42:48 +00:00
2002-12-31 20:46:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-07-15 03:58:49 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2002-12-17 00:06:01 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-04-06 01:45:15 +00:00
2002-12-31 09:36:52 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-04-14 20:15:40 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2002-11-24 17:39:51 +00:00
2002-10-18 19:38:06 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2003-01-07 00:42:43 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-21 05:13:40 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-28 08:41:52 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2001-07-07 10:13:33 +00:00
2002-04-06 01:45:15 +00:00
2002-12-28 21:08:38 +00:00
2002-08-25 09:44:37 +00:00
2001-07-06 04:58:11 +00:00
2002-09-11 22:16:50 +00:00
2001-07-06 04:58:11 +00:00
2002-08-26 22:40:48 +00:00
2001-07-06 04:58:11 +00:00
2002-10-11 12:19:55 +00:00
2001-09-08 17:45:32 +00:00
2002-03-01 09:44:29 +00:00
2002-02-01 18:25:44 +00:00
2001-07-06 04:58:11 +00:00
2002-04-06 01:45:15 +00:00
2002-12-20 08:49:27 +00:00
2002-12-19 23:05:13 +00:00
2003-01-12 10:11:16 +00:00
2002-02-07 04:08:19 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-11-16 01:27:24 +00:00
2001-02-17 16:54:13 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2000-12-17 18:12:07 +00:00
2000-12-17 18:12:07 +00:00
2000-12-17 18:12:07 +00:00
2000-12-17 18:12:07 +00:00
2001-06-06 12:55:46 +00:00
2001-05-12 14:32:12 +00:00
2001-04-06 22:47:29 +00:00
2001-04-06 22:47:29 +00:00
2001-04-06 22:47:29 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-03-15 03:16:52 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 20:46:11 +00:00
2002-11-15 03:36:52 +00:00
2001-01-10 23:47:39 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-10 01:40:26 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-23 09:29:27 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2002-12-16 22:17:11 +00:00
2002-12-31 11:12:11 +00:00
2002-10-01 00:05:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-10 01:40:26 +00:00
2001-07-06 04:58:11 +00:00
2003-01-08 06:49:39 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-16 22:17:11 +00:00
2002-12-16 22:17:11 +00:00
2002-08-27 02:10:01 +00:00
2002-08-13 00:24:58 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2002-08-12 02:02:20 +00:00
2001-11-16 01:27:24 +00:00
2001-07-06 04:58:11 +00:00
2002-08-06 06:09:28 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-12 02:02:20 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 12:59:33 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-12 02:02:20 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 03:30:56 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 03:50:21 +00:00
2001-07-06 04:58:11 +00:00
2002-10-14 01:03:16 +00:00
2002-10-14 01:03:16 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 03:30:56 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-04-14 09:14:45 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-23 09:29:27 +00:00
2002-08-04 03:30:56 +00:00
2002-08-26 11:39:12 +00:00
2002-09-20 21:49:26 +00:00
2001-07-06 04:58:11 +00:00
2002-01-11 01:06:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 20:46:11 +00:00
2001-07-06 04:58:11 +00:00
2002-01-02 10:24:13 +00:00
2002-01-02 10:24:13 +00:00
2002-08-13 01:08:15 +00:00
2002-07-24 22:56:44 +00:00
2002-11-26 03:29:06 +00:00
2002-03-13 06:33:52 +00:00
2001-07-06 04:58:11 +00:00
2001-09-18 14:13:20 +00:00
2001-10-07 20:26:31 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2000-12-17 18:12:07 +00:00
2000-12-17 18:12:07 +00:00
2000-12-17 18:12:07 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-10-19 20:07:18 +00:00
2001-07-06 04:58:11 +00:00
2002-09-14 09:00:42 +00:00
2001-07-06 04:58:11 +00:00
2003-01-03 21:15:43 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2002-12-28 09:27:26 +00:00
2003-01-12 10:11:16 +00:00
2001-07-06 04:58:11 +00:00
2001-06-16 04:47:37 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 09:46:42 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 20:46:11 +00:00
2002-08-23 09:29:27 +00:00
2001-07-07 10:13:33 +00:00
2002-08-27 02:10:01 +00:00
2002-08-13 00:24:58 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-03-24 01:55:18 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 08:42:02 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2002-08-10 06:22:37 +00:00
2002-03-14 20:48:50 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2001-07-07 10:13:33 +00:00
2001-07-07 10:13:33 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 10:25:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-10-24 01:15:37 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-15 10:26:23 +00:00
2001-07-06 04:58:11 +00:00
2002-08-26 11:39:12 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-11 22:06:06 +00:00
2002-08-03 07:02:10 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-28 21:08:38 +00:00
2001-07-06 04:58:11 +00:00
2002-10-09 09:42:48 +00:00
2001-07-06 04:58:11 +00:00
2001-07-08 07:17:00 +00:00
2002-05-15 00:22:23 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2002-08-10 09:24:53 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 20:46:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-10 01:40:26 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-10 01:40:26 +00:00
2002-09-10 01:40:26 +00:00
2002-09-10 01:40:26 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-04-04 20:16:38 +00:00
2001-06-16 04:34:51 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-08 07:53:36 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-08 07:53:36 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-11-03 08:42:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2002-06-05 20:38:48 +00:00
2002-06-05 20:38:48 +00:00
2002-05-15 00:22:23 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:22:49 +00:00
2002-11-01 20:44:15 +00:00
2002-08-13 00:22:49 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 01:08:15 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 03:50:21 +00:00
2001-07-06 04:58:11 +00:00
2002-10-14 01:03:16 +00:00
2002-10-14 01:03:16 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-23 09:29:27 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-16 02:05:36 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-11 00:55:49 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-05 18:53:40 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2002-11-24 23:56:47 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-11-24 23:56:47 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-10-11 10:52:20 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:24:58 +00:00
2001-08-18 23:36:58 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 01:22:11 +00:00
2002-08-03 07:02:10 +00:00
2002-08-06 08:40:20 +00:00
2002-08-03 07:02:10 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-06 08:40:20 +00:00
2001-12-06 05:11:32 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-26 22:40:48 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-10-07 20:26:31 +00:00
2001-07-06 04:58:11 +00:00
2001-12-21 10:16:16 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-27 23:36:31 +00:00
2002-08-28 10:16:21 +00:00
2002-08-13 17:17:02 +00:00
2002-08-27 23:36:31 +00:00
2001-07-06 04:58:11 +00:00
2002-08-27 23:36:31 +00:00
2001-07-06 04:58:11 +00:00
2002-08-27 23:36:31 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-07 10:13:33 +00:00
2001-07-07 10:13:33 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-04 09:27:27 +00:00
2003-01-07 00:42:43 +00:00
2003-01-09 20:30:21 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2002-08-13 00:24:58 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 12:09:37 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-20 10:14:15 +00:00
2002-06-11 23:04:51 +00:00
2002-06-12 20:36:22 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-05 22:47:19 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-11-06 00:16:32 +00:00
2002-08-06 21:10:50 +00:00
2002-05-15 00:22:23 +00:00
2001-11-16 01:27:24 +00:00
2003-01-08 06:49:39 +00:00
2002-03-17 12:09:12 +00:00
2001-11-16 01:27:24 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-08-03 22:26:33 +00:00
2002-09-20 20:06:45 +00:00
2002-09-30 22:30:11 +00:00
2002-09-20 22:07:20 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-12-31 11:12:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2002-04-04 05:10:14 +00:00
2001-02-17 01:47:54 +00:00
2002-04-04 05:10:14 +00:00
2001-02-17 01:47:54 +00:00
2002-04-04 05:10:14 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-06-06 12:55:46 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-02-17 01:47:54 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-10-09 09:42:48 +00:00
2002-08-13 01:08:15 +00:00
2002-08-06 08:40:20 +00:00
2001-07-06 04:58:11 +00:00
2002-08-06 08:40:20 +00:00
2001-07-06 04:58:11 +00:00
2002-08-06 08:40:20 +00:00
2001-07-06 04:58:11 +00:00
2002-08-06 08:40:20 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-09-24 04:24:25 +00:00
2002-08-03 07:02:10 +00:00
2002-10-09 09:42:48 +00:00
2002-08-04 09:27:27 +00:00
2002-08-13 00:24:58 +00:00
2002-08-13 00:24:58 +00:00