Florian Weimer
2359035ac5
Remove CPU set size checking from affinity functions [BZ #19143 ]
...
With current kernel versions, the check does not reliably detect that
unavailable CPUs are requested, for these reasons:
(1) The kernel will silently ignore non-allowed CPUs, that is, CPUs
which are physically present but disallowed for the thread
based on system configuration.
(2) Similarly, CPU bits which lack an online CPU (possible CPUs)
are ignored.
(3) The existing probing code assumes that the CPU mask size is a
power of two and at least 1024. Neither has it to be a power
of two, nor is the minimum possible value 1024, so the value
determined is often too large. This means that the CPU set
size check in glibc accepts CPU bits beyond the actual hard
system limit.
(4) Future kernel versions may not even have a fixed CPU set size.
After the removal of the probing code, the kernel still returns
EINVAL if no CPU in the requested set remains which can run the
thread after the affinity change.
Applications which care about the exact affinity mask will have
to query it using sched_getaffinity after setting it. Due to the
effects described above, this commit does not change this.
The new tests supersede tst-getcpu, which is removed. This
addresses bug 19164 because the new tests allocate CPU sets
dynamically.
* nptl/check-cpuset.h: Remove.
* nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
Remove CPU set size check.
* nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
Likewise.
* sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
* sysdeps/unix/sysv/linux/pthread_setaffinity.c
(__kernel_cpumask_size, __determine_cpumask_size): Remove.
(__pthread_setaffinity_new): Remove CPU set size check.
* sysdeps/unix/sysv/linux/sched_setaffinity.c
(__kernel_cpumask_size): Remove.
(__sched_setaffinity_new): Remove CPU set size check.
* manual/threads.texi (Default Thread Attributes): Remove stale
reference to check_cpuset_attr, determine_cpumask_size in comment.
* sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
Remove tst-getcpu. Add tst-affinity, tst-affinity-pid.
[$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
tst-thread-affinity-pthread2, tst-thread-affinity-sched.
* sysdeps/unix/sysv/linux/tst-affinity.c: New file.
* sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
* sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
* sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
* sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
* sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
* sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
skeleton test file.
* sysdeps/unix/sysv/linux/tst-getcpu.c: Remove. Superseded by
tst-affinity-pid.
2015-11-24 17:21:01 +01:00
..
2015-01-02 16:29:47 +00:00
2015-08-05 04:27:03 -04:00
2004-06-29 23:03:20 +00:00
2015-07-10 13:47:09 +02:00
2014-03-03 15:30:42 -08:00
2015-10-20 21:27:22 +00:00
2015-10-20 21:27:22 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-02-10 15:07:12 +01:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-27 21:46:03 +00:00
2004-09-08 07:02:28 +00:00
2004-05-18 20:18:14 +00:00
2004-08-13 05:42:43 +00:00
2015-06-30 17:05:44 +02:00
2015-01-02 16:29:47 +00:00
2013-07-02 08:46:54 -07:00
2005-12-14 08:43:25 +00:00
2015-01-02 16:29:47 +00:00
2015-09-17 16:38:54 -07:00
2015-06-12 10:10:18 +00:00
2015-01-02 16:29:47 +00:00
2015-10-20 21:27:22 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-05-26 14:49:13 -07:00
2015-05-26 14:49:13 -07:00
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2015-05-26 14:49:13 -07:00
2015-01-02 16:29:47 +00:00
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2015-10-27 21:48:34 +00:00
2015-09-17 16:38:54 -07:00
2015-01-02 16:29:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-06 10:53:07 -08:00
2015-06-10 10:18:12 +00:00
2015-02-06 10:53:27 -08:00
2015-10-16 20:21:49 +00:00
2015-02-06 10:53:38 -08:00
2015-01-02 16:29:47 +00:00
2015-10-20 21:27:22 +00:00
2015-10-20 11:54:09 +00:00
2015-01-02 16:29:47 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-11-24 17:21:01 +01:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-01-06 08:23:58 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-04-20 08:51:17 -03:00
2015-01-06 08:23:58 -08:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-20 11:54:09 +00:00
2015-10-16 20:21:49 +00:00
2015-10-20 21:27:22 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-01-06 08:23:58 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-20 11:54:09 +00:00
2015-01-02 16:29:47 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-01-06 08:23:58 -08:00
2015-10-20 21:27:22 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-20 11:54:09 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-19 21:23:47 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-20 11:54:09 +00:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-07-10 13:47:09 +02:00
2015-10-16 20:21:49 +00:00
2015-10-19 21:23:47 +00:00
2015-07-10 13:47:09 +02:00
2015-10-19 21:23:47 +00:00
2015-10-19 21:23:47 +00:00
2015-07-10 13:47:09 +02:00
2015-01-02 16:29:47 +00:00
2015-07-10 13:47:09 +02:00
2015-07-10 13:47:09 +02:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-11-24 17:21:01 +01:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2015-01-02 16:29:47 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2004-09-20 00:16:11 +00:00
2015-10-19 21:23:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2004-09-20 00:16:11 +00:00
2015-01-08 14:26:51 -08:00
2015-01-02 16:29:47 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-06 08:23:58 -08:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2008-01-10 18:34:43 +00:00
2014-07-07 09:28:38 -07:00
2015-05-20 14:52:05 -07:00
2015-09-17 16:38:54 -07:00
2015-10-20 21:27:22 +00:00
2015-01-02 16:29:47 +00:00
2015-10-16 20:21:49 +00:00
2015-10-16 20:21:49 +00:00
2015-01-21 00:46:16 -05:00
2015-10-16 20:21:49 +00:00
2015-07-10 13:47:09 +02:00
2015-07-10 13:47:09 +02:00
2015-01-21 00:46:16 -05:00
2015-01-02 16:29:47 +00:00
2015-07-10 13:47:09 +02:00
2015-07-10 13:47:45 +02:00
2015-01-02 16:29:47 +00:00
2014-09-12 12:28:47 +00:00
2015-10-16 20:21:49 +00:00
2015-01-02 16:29:47 +00:00
2014-05-07 14:00:01 +02:00
2015-01-02 16:29:47 +00:00
2007-05-15 06:49:29 +00:00
2003-09-29 22:23:14 +00:00
2003-02-15 22:50:01 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2003-07-22 23:10:17 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2007-12-12 18:41:10 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-03-04 15:14:56 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-06 12:29:50 -08:00
2012-09-06 11:50:21 -07:00
2015-02-06 12:29:50 -08:00
2015-01-02 16:29:47 +00:00
2003-12-20 06:34:59 +00:00
2012-10-05 10:23:58 -07:00
2006-01-04 09:26:31 +00:00
2015-02-06 12:31:11 -08:00
2015-10-09 15:50:27 -03:00
2015-10-09 15:50:27 -03:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-08-09 04:19:17 -04:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-16 07:39:03 +00:00
2003-06-17 22:11:22 +00:00
2003-06-17 22:40:05 +00:00
2003-12-19 01:37:13 +00:00
2003-12-19 01:37:13 +00:00
2015-01-02 16:29:47 +00:00
2003-04-12 00:14:16 +00:00
2015-01-02 16:29:47 +00:00
2015-02-06 12:30:05 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-06-08 05:28:14 +00:00
2003-11-06 04:29:42 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2012-10-05 10:23:58 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2003-11-21 09:25:26 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2004-05-18 20:18:14 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2004-09-02 18:59:24 +00:00
2013-06-06 20:36:07 +02:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-16 18:11:14 +01:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2003-02-27 04:42:04 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2003-09-24 08:33:01 +00:00
2003-09-24 03:07:10 +00:00
2015-01-02 16:29:47 +00:00
2004-11-09 23:12:36 +00:00
2004-11-10 07:54:40 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2006-08-01 06:40:11 +00:00
2015-10-27 21:48:34 +00:00
2006-01-09 23:05:00 +00:00
2006-01-09 23:05:00 +00:00
2015-10-27 21:48:34 +00:00
2006-01-09 23:05:00 +00:00
2006-01-09 23:05:00 +00:00
2015-09-08 21:11:03 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-06 12:21:38 -08:00
2006-08-13 01:56:09 +00:00
2015-07-24 19:13:38 +05:30
2015-07-26 00:54:27 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-06 12:22:23 -08:00
2015-01-02 16:29:47 +00:00
2015-02-06 12:30:58 -08:00
2007-07-28 20:36:21 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2004-03-24 06:36:06 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2006-07-29 04:42:09 +00:00
2012-10-05 10:23:58 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-12-02 22:33:57 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2011-10-24 21:43:33 -04:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2012-10-05 10:23:58 -07:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2014-12-02 22:33:57 +00:00
2014-12-12 11:14:00 +01:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-11-04 11:32:36 +01:00
2003-07-01 03:29:50 +00:00
2003-07-01 03:29:50 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-12 09:26:00 +01:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2005-12-27 01:04:06 +00:00
2005-12-27 01:04:06 +00:00
2005-12-27 01:04:06 +00:00
2005-12-27 01:04:06 +00:00
2005-12-27 01:04:06 +00:00
2015-01-02 16:29:47 +00:00
2006-07-29 04:42:09 +00:00
2007-05-21 22:12:40 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2006-07-29 04:42:09 +00:00
2007-05-19 08:21:27 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2008-05-31 08:56:14 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-06-04 15:31:59 +02:00
2015-06-04 15:34:30 +02:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2012-10-05 10:23:58 -07:00
2015-01-21 00:46:16 -05:00
2012-10-05 10:23:58 -07:00
2007-05-26 01:23:04 +00:00
2015-01-21 00:46:16 -05:00
2015-01-02 16:29:47 +00:00
2015-05-19 15:04:41 -07:00
2004-11-12 01:27:04 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-03-04 15:14:56 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-03-04 15:14:56 -08:00
2015-02-06 12:31:11 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-06-03 16:10:48 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2005-06-26 18:14:26 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-06 21:27:55 +02:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2011-09-10 14:34:15 -04:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2003-09-02 00:33:28 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2007-08-21 23:55:36 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2004-03-10 05:25:48 +00:00
2004-03-10 05:25:48 +00:00
2004-03-10 05:25:48 +00:00
2004-03-10 05:25:48 +00:00
2015-10-16 20:21:49 +00:00
2015-10-27 21:46:03 +00:00
2014-07-07 09:28:38 -07:00
2015-01-02 16:29:47 +00:00
2015-10-27 21:46:03 +00:00
2015-09-22 09:32:38 -07:00